]> git.proxmox.com Git - mirror_frr.git/commit
When an interface goes down, any neigbors learnt on that interface
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 12 Jun 2015 14:59:09 +0000 (07:59 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 12 Jun 2015 14:59:09 +0000 (07:59 -0700)
commita197c47cfbfe88f8f2772f8b1f0a837356fc4265
tree9f6889d509ded3f6e3394215f967885018c4b032
parent22a29185cae41939309622fc5c719d2827e78669
When an interface goes down, any neigbors learnt on that interface
using IPv6 Router Advertisements (RAs) must be deleted. When an
interface comes up and neighbors are learnt on that interface, the
BGP FSM for any interface peer must be started only if a valid
local address exists; the local address may come up later after IPv6
Duplicate Address Detection.
bgpd/bgp_zebra.c
zebra/interface.c