]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: fix vpnv6 nexthop encoding
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 19 Jan 2023 10:04:37 +0000 (11:04 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 20 Jan 2023 07:22:20 +0000 (08:22 +0100)
commit35ac9b53f2e2b4d33f9ae7f930df38d15408efa4
tree278f0d7a93eae8273a409bffa49f89b7c9acaed4
parente2fd75fce259948033112b5056a7d4f15a12129f
bgpd: fix vpnv6 nexthop encoding

In ipv6 vpn, when the global and the local ipv6 address are received,
when re-transmitting the bgp ipv6 update, the nexthop attribute
length must still be 48 bytes.

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