From e8a56f02ee52a0a4f06440f4dfef86a21e6ce5c1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Schorr" Date: Sat, 21 Apr 2007 20:46:31 +0000 Subject: [ospfd] Fix bug in 'passive-interface default' behavior 2007-04-21 Andrew J. Schorr * 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 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ospfd/ChangeLog') diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 654c31a2..610eadb1 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,11 @@ +2007-04-21 Andrew J. Schorr + + * 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). + 2007-03-23 Paul Jakma * ospf_spf.c: (various) Add more debug statements. -- cgit v1.2.1