]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: add missing checks for vpnv6 nexthop lengths 3896/head
authorRenato Westphal <renato@opensourcerouting.org>
Tue, 26 Feb 2019 21:22:27 +0000 (18:22 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Fri, 1 Mar 2019 19:55:57 +0000 (16:55 -0300)
commit78cd29de4d76cdf21b44828ae2e2456922ffae85
tree0f04604b481ce890911cf4424d6cf02101bcf601
parentb9969c861d5e7e0b7d5ecf1d00427282253cc513
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