diff options
author | hasso <hasso> | 2005-06-24 08:17:51 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-06-24 08:17:51 +0000 |
commit | 7b6ae028f96b8a894d56b46dd9e2206bf996c781 (patch) | |
tree | 7a00dd9710b71b9a037415c9bbac5975ad1e8d56 /ospf6d/ChangeLog | |
parent | 3e834b122b982d459e7a273c049a07050794e46a (diff) |
* 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]
Diffstat (limited to 'ospf6d/ChangeLog')
-rw-r--r-- | ospf6d/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
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 <yasu@sfc.wide.ad.jp> + + * 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 <yasu@sfc.wide.ad.jp> * ospf6_interface.c: fix the way inactivity_timer is called. Because |