| commit | 3e834b122b982d459e7a273c049a07050794e46a | [log] [tgz] |
|---|---|---|
| author | hasso <hasso> | Fri Jun 24 07:50:12 2005 +0000 |
| committer | hasso <hasso> | Fri Jun 24 07:50:12 2005 +0000 |
| tree | 7261b957274b6249189cf0deb7b5dfaf9b90c127 | |
| 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]