]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Validate both nexthop information (NEXTHOP and NLRI) 17448/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Sun, 17 Nov 2024 09:25:41 +0000 (11:25 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Sun, 17 Nov 2024 09:25:41 +0000 (11:25 +0200)
commit91790796bc731fa7d6f1d8a80825141adcc0593d
tree6168cd7ce355d4da35c5c7338cf6d57a7a963732
parent81c2fe3453059e5aeb99f5a27c52e9f8c51805b6
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