]> git.puffer.fish Git - mirror/frr.git/commit
[ospfd] Fix ospf passive-interface subcommand to create interface if necessary
authorAndrew J. Schorr <ajschorr@alumni.princeton.edu>
Sun, 18 Jun 2006 00:45:48 +0000 (00:45 +0000)
committerAndrew J. Schorr <ajschorr@alumni.princeton.edu>
Sun, 18 Jun 2006 00:45:48 +0000 (00:45 +0000)
commit6e72cb6a0940bd3dae2d4f023ef94f84af3b723c
treeaea521920a7ca445193796e472c4a273cd53cead
parent2cb87162369af61475b543280860bc7b1c0b7c49
[ospfd] Fix ospf passive-interface subcommand to create interface if necessary

2006-06-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu>

* ospf_vty.c: ({no_,}ospf_passive_interface) Replace if_lookup_by_name
  with a call to if_get_by_name -- if the interface does not exist
  already, it should be created.  And remove the obsolete warning
  message.
ospfd/ChangeLog
ospfd/ospf_vty.c