summaryrefslogtreecommitdiff
path: root/ospfd/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2005-05-07 02:22:51 +0000
committerpaul <paul>2005-05-07 02:22:51 +0000
commit42c981994adcf7fb2e1c2bea170cc5f196d5a1d7 (patch)
treeba2bae75f527d0a034cb42ee3177db9f47802fda /ospfd/ChangeLog
parent4dadc291e56195886fd047690ded9686f4e013fa (diff)
2005-05-07 Yar Tikhiy <yar@comp.chem.msu.su>
* configure.ac: Check for OSes which support passing ifindex in struct ip_mreq. * lib/sockopt.c: Add support for BSD style ifindex in ip_mreq. * ospfd/ospf_network.c: Log ifindex on multicast membership leave/join events.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r--ospfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog
index d8ec676f..209027e7 100644
--- a/ospfd/ChangeLog
+++ b/ospfd/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-07 Yar Tikhiy <yar@comp.chem.msu.su>
+
+ * ospf_network.c: Log ifindex on multicast membership leave/join
+ events.
+
2005-05-06 Paul Jakma <paul.jakma@sun.com>
* (general) extern and static qualifiers added.