Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bgpd: Do not use mapped IPv4/IPv6 addresses for unnumbered peering
Before: ``` router bgp 4283023031 bgp router-id 100.83.23.31 neighbor leafs peer-group neighbor leafs remote-as external neighbor eth1 interface peer-group leafs ! address-family ipv4 unicast network 100.83.23.31/32 exit-address-family ! exit ``` ``` leaf2# show ip bgp 100.83.23.31/32 … 4283023031 ::ffff:6453:171f (inaccessible) from node31-h23-osl3(swp32) (100.83.23.31) (fe80::a6bf:1ff:fe2d:689a) (used) Origin IGP, metric 0, invalid, external Last update: Tue Aug 13 08:36:46 2024 ``` Fixes: fc5a738 ("bgpd: set ipv4-mapped ipv6 for ipv4 with ipv6 nexthop") Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
- Loading branch information