]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: fix add label support to EVPN AD routes
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 3 Feb 2025 13:49:53 +0000 (14:49 +0100)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 4 Feb 2025 21:37:31 +0000 (23:37 +0200)
commit9075eaa07f523a753a061c7d94c401c6ba089d14
treea4e19f28437023e606f351cf4af9e54354b2e259
parentb17fd55d831a9c02010b04bd74b475726936d9b8
bgpd: fix add label support to EVPN AD routes

When peering with an EVPN device from other vendor, FRR acting as route
reflector is not able to read nor transmit the label value.

Actually, EVPN AD routes completely ignore the label value in the code,
whereas in some functionalities like evpn-vpws, it is authorised to
carry and propagate label value.

Fix this by handling the label value.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_evpn_mh.c