]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: clarify when the vpnv6 nexthop length must be modified 12795/head
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 13 Feb 2023 11:18:33 +0000 (12:18 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 15 Feb 2023 16:02:15 +0000 (17:02 +0100)
commit5bbcc78202f53f67082aa0d3026a8b7e8c44909a
tree3b928703f0571164a22b4abbd1cad0c1360d1f0d
parent558e8f58012a2f5473e72d70dc74ab7749443dc4
bgpd: clarify when the vpnv6 nexthop length must be modified

Using a route-map to update the local ipv6 address has to be
better clarified. Actually, when a VPN SAFI is used, the nexthop
length must be changed to 48 bytes. Other cases, the length will
be 32 bytes.

Fixes: 9795e9f23465 ("bgpd: fix when route-map changes the link local
nexthop for vpnv6")

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