]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Do not allow a peer to come up on v6 if we have no ability to route
authorDonald Sharp <sharpd@nvidia.com>
Thu, 3 Aug 2023 01:15:02 +0000 (21:15 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 3 Aug 2023 12:25:20 +0000 (08:25 -0400)
commit95002ded3edc5694c7826558ed40b9dd0188c78c
tree883b5a9785cfba87c6853774b93405962f14045f
parent052debc3eedceed9b3a3183fe70120dcd58a535f
bgpd: Do not allow a peer to come up on v6 if we have no ability to route

Modify bgp to not allow a v6 peer to come up if the v6 afi is negotiated
and the outgoing interface has no v6 address as well as zebra does
not support the v6 with v4 nexthop capabilities that some dataplanes
allow.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_packet.c