]> git.puffer.fish Git - mirror/frr.git/commit
zebra: EVPN check vxlan oper up in vlan mapping
authorChirag Shah <chirag@nvidia.com>
Tue, 19 Nov 2024 20:24:30 +0000 (12:24 -0800)
committerChirag Shah <chirag@nvidia.com>
Mon, 25 Nov 2024 17:00:03 +0000 (09:00 -0800)
commitadae8192d184beafdf84b15b24b66c7ccd0c92e0
tree76f0db638b297fd6c8143f2f37abfb9f73da3916
parent0bacbc6493ae0fb9b946e2df475367ea4541a5c8
zebra: EVPN check vxlan oper up in vlan mapping

When VLAN-VNI mapping is updated, do not set the L2VNI up event
if the associated VXLAN device is not up.
This may result in bgp synced remote routes to skip installing
in Zebra and onwards (Kernel).

Ticket: #4139506

Signed-off-by: Chirag Shah <chirag@nvidia.com>
zebra/zebra_vxlan_if.c