]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: if vrf is unknown, bgp deletion not complete
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 11 Feb 2019 13:04:52 +0000 (14:04 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 11 Feb 2019 13:04:52 +0000 (14:04 +0100)
commitee66b77f0e8df69034a15564cc433e70b5adb65e
treefd4291cea16a82d81f7d9411bfce7a5eaf87d0d1
parentfb85ce1b812d892a07a4f942b4cfade9442b9a2b
bgpd: if vrf is unknown, bgp deletion not complete

there are some cases where the bgp deletion will not be complete, while
the vrf identifier of the bgp instance is not completely identified. The
vrf search based on the bgp name is the better protection, since the bgp
vrf instance is created, even if the vrf identifier is not yet known.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgpd.c