]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: fix interface_down() stopping hellos
authorDavid Lamparter <equinox@opensourcerouting.org>
Sat, 23 Nov 2013 15:55:36 +0000 (16:55 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 18 Mar 2014 07:45:29 +0000 (08:45 +0100)
commit424cc3bd48da0f417c9056c5c2ade697a3386cd4
tree1d0e9a71f6c27b64d435c276a100f046c30e2a8b
parent11b4f01355703d34099d4da145c7d92e32d98636
ospf6d: fix interface_down() stopping hellos

interface_down() - which also handles some nonobvious cases like the
last linklocal address disappearing - was previously not cancelling the
hello timer.  This had the effect of multiple such threads ending up
scheduled after a quick down-up cycle.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
ospf6d/ospf6_interface.c