From 7b6ae028f96b8a894d56b46dd9e2206bf996c781 Mon Sep 17 00:00:00 2001 From: hasso Date: Fri, 24 Jun 2005 08:17:51 +0000 Subject: * ospf6_message.c: Changed to be insensitive to changes of neighbors' IP source address in the OSPF packets. It was sometimes problematic in actual operation (needed some operational cost: restarting all-neighbor routers when I/F NIC was changed). Due to this change, a previously safe case, attaching multiple interface to the same link will now be dengerous and will not work. Remedy to that should be applied later. [port from GNU Zebra] --- ospf6d/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ospf6d/ChangeLog') diff --git a/ospf6d/ChangeLog b/ospf6d/ChangeLog index 87b4fac7..711e1a89 100644 --- a/ospf6d/ChangeLog +++ b/ospf6d/ChangeLog @@ -1,3 +1,13 @@ +2005-06-24 Yasuhiro Ohara + + * ospf6_message.c: Changed to be insensitive to changes of neighbors' + IP source address in the OSPF packets. It was sometimes problematic + in actual operation (needed some operational cost: restarting + all-neighbor routers when I/F NIC was changed). Due to this change, + a previously safe case, attaching multiple interface to the same + link will now be dengerous and will not work. Remedy to that should + be applied later. + 2005-06-24 Yasuhiro Ohara * ospf6_interface.c: fix the way inactivity_timer is called. Because -- cgit v1.2.1