diff options
author | hasso <hasso> | 2005-06-24 07:50:12 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-06-24 07:50:12 +0000 |
commit | 3e834b122b982d459e7a273c049a07050794e46a (patch) | |
tree | 7261b957274b6249189cf0deb7b5dfaf9b90c127 /ospf6d/ChangeLog | |
parent | 510e209d26c6f1a0fd7f7005f05a98ac71ae1832 (diff) |
* ospf6_interface.c: fix the way inactivity_timer is called. Because
inactivity_timer() deletes the neighbor from the neighbor_list, it
cannot be called by thread_execute() from inner side of the
neighbor_list for-loop.
(Although crash was already fixed in Quagga, it's better follow the
GNU Zebra logic).
[port from GNU Zebra]
Diffstat (limited to 'ospf6d/ChangeLog')
-rw-r--r-- | ospf6d/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ospf6d/ChangeLog b/ospf6d/ChangeLog index d718fc38..87b4fac7 100644 --- a/ospf6d/ChangeLog +++ b/ospf6d/ChangeLog @@ -1,3 +1,10 @@ +2005-06-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> + + * ospf6_interface.c: fix the way inactivity_timer is called. Because + inactivity_timer() deletes the neighbor from the neighbor_list, it + cannot be called by thread_execute() from inner side of the + neighbor_list for-loop. + 2005-05-31 Hasso Tepper <hasso at quagga.net> * ospf6d.c: No need for double ';'. Fixes parsing "show ipv6 ospf6 |