]> 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)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Mon, 17 Mar 2025 12:57:14 +0000 (14:57 +0200)
commitf741b31f27eb4ccfe146ae87a8c448022249215c
tree33c8e2e7b3fca32bac8ac134b97a70ffd4ee6c97
parent7c791c053c3215d5e600cba7ce61b95b0dfe7c3a
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