]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: In bgp_update() for mac addrs ensure we are dealing with evpn
authorDonald Sharp <sharpd@nvidia.com>
Wed, 30 Oct 2024 17:11:35 +0000 (13:11 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 31 Oct 2024 14:35:01 +0000 (10:35 -0400)
commite3519b340055af77efa5f1f3d4a5ae7b473240da
tree430f3ad76d87953559208f03925b5c04a1333f68
parentfb78a9b66be380df139a99667b6f5ba2e0f2503c
bgpd: In bgp_update() for mac addrs ensure we are dealing with evpn

The code is just arbitrarily checking to see if there are any
mac addresses associated with a prefix.  This makes no
sense from the perspective that it can only happen as
an evpn route.  Let's not make non-evpn people pay
the price to check this data.

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