]> git.puffer.fish Git - mirror/frr.git/commit
* ospf6_interface.c: fix the way inactivity_timer is called. Because
authorhasso <hasso>
Fri, 24 Jun 2005 07:50:12 +0000 (07:50 +0000)
committerhasso <hasso>
Fri, 24 Jun 2005 07:50:12 +0000 (07:50 +0000)
commit3e834b122b982d459e7a273c049a07050794e46a
tree7261b957274b6249189cf0deb7b5dfaf9b90c127
parent510e209d26c6f1a0fd7f7005f05a98ac71ae1832
* 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]
ospf6d/ChangeLog
ospf6d/ospf6_interface.c