]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Do not allow l3vni changes when shutting down
authorDonald Sharp <sharpd@nvidia.com>
Mon, 10 Apr 2023 17:59:48 +0000 (13:59 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 10 Apr 2023 18:14:01 +0000 (14:14 -0400)
commit5a7c43c77ed27522e1e655795d5451c888abb10e
tree39428d4d37d73f4baec20396b8bf38d90466434f
parentef96e3753fe47de1edd0d5640bc30329ae55508a
bgpd: Do not allow l3vni changes when shutting down

When a `no router bgp XXX` is issued and the bgp instance
is in the process of shutting down, do not allow a l3vni
change coming up from zebra to do anything.  We can just
safely ignore it at this point in time.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_evpn.c