]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Allow bgp to specify if it will allow v6 routing with v4 nexthops
authorDonald Sharp <sharpd@nvidia.com>
Thu, 3 Aug 2023 12:14:08 +0000 (08:14 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 3 Aug 2023 12:25:20 +0000 (08:25 -0400)
commit0435b31bb8ed55377f83d0e19bc085abc3c71b44
tree561de36e1be392990f873e826be9785ee2a4d7c0
parent95002ded3edc5694c7826558ed40b9dd0188c78c
bgpd: Allow bgp to specify if it will allow v6 routing with v4 nexthops

Add a `--v6-with-v4-nexthop` cli to bgp to allow it to peer with
neighbors in the configuration where the interface has no v6 addresses
at all and there is a v4 address that is usable as a v4 address
embedded in a v6 address.

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