]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: add missing checks for vpnv6 nexthop lengths
authorRenato Westphal <renato@opensourcerouting.org>
Tue, 26 Feb 2019 21:22:27 +0000 (18:22 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Tue, 26 Feb 2019 22:02:24 +0000 (19:02 -0300)
commitdc94fe42a4603037f4f9e9fbb04b1d71a67a789b
treeac5b0fd82a9f0c160e1ab6879c421a9490b0beed
parentde4d0a517cacf6c6ae0d22cd627ff84cb88382b1
bgpd: add missing checks for vpnv6 nexthop lengths

A few code paths weren't handling the vpnv6 nexthop lenghts as
expected, which was leading to problems like imported vpnv6 routes
not being marked as valid when they should. Fix this.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
bgpd/bgp_route.h
bgpd/bgp_zebra.c