]> git.proxmox.com Git - mirror_frr.git/commit
[ospfd] Fix bug in 'passive-interface default' behavior
authorAndrew J. Schorr <ajschorr@alumni.princeton.edu>
Sat, 21 Apr 2007 20:46:31 +0000 (20:46 +0000)
committerAndrew J. Schorr <ajschorr@alumni.princeton.edu>
Sat, 21 Apr 2007 20:46:31 +0000 (20:46 +0000)
commite8a56f02ee52a0a4f06440f4dfef86a21e6ce5c1
tree3c7ba00f3e9c7185f242f2a90afeb1e0c3abb4e1
parent1d720daa61692f9754d500ff530614798b8b3bf2
[ospfd] Fix bug in 'passive-interface default' behavior

2007-04-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>

* ospf_interface.c: (ospf_if_set_multicast) Fix bug: was testing
  interface passive status improperly in light of the recent
  'passive-interface default' patch.  Now need to test
  OSPF_IF_PASSIVE_STATUS(oi) instead of
  OSPF_IF_PARAM(oi, passive_interface).
ospfd/ChangeLog
ospfd/ospf_interface.c