]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Don't generate spurious warning on VNI deletion
authorvivek <vivek@cumulusnetworks.com>
Fri, 13 Oct 2017 22:46:23 +0000 (15:46 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 8 May 2018 23:24:15 +0000 (19:24 -0400)
commit1e00627b3bbb07f6d923461b6ac143a27e777f7e
treefd56942159ebbbec8fcc4eacb125f194dfb16f17
parent637315fc78ce2a8bf64d725cffc72f29b266b325
bgpd: Don't generate spurious warning on VNI deletion

There are situations in which zebra may issue more than one delete
notification, so BGP should not warn when it can't locate the VNI
at delete. This is comparable to the situation when a withdraw is
received but the route isn't present locally.

Signed-off-by: Vivek Venkatraman <vivek@cumulusmetworks.com>
Ticket: CM-17512
Reviewed By: Trivial
Testing Done: Manual
bgpd/bgp_evpn.c