]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Validate both nexthop information (NEXTHOP and NLRI)
authorDonatas Abraitis <donatas@opensourcerouting.org>
Sun, 17 Nov 2024 09:27:31 +0000 (11:27 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Sun, 17 Nov 2024 09:27:31 +0000 (11:27 +0200)
commit699e1970b38e2746661163f1b5b524d720e64489
tree538d635b6692422bfb7a4087055944cb93a3f146
parenta421e9f4dc4d64b815d119437198bb20b256dfed
bgpd: Validate both nexthop information (NEXTHOP and NLRI)

If we receive an IPv6 prefix e.g.: 2001:db8:100::/64 with nextop: 0.0.0.0, and
mp_nexthop: fc00::2, we should not treat this with an invalid nexthop because
of 0.0.0.0. We MUST check for MP_REACH attribute also and decide later if we
have at least one a valid nexthop.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
(cherry picked from commit a0d2734e879f78fbef5f1815429de331b9940c73)
bgpd/bgp_route.c