Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bgpd: Do not use mapped IPv4/IPv6 addresses for unnumbered peering #16582

Closed
wants to merge 1 commit into from

Conversation

ton31337
Copy link
Member

@ton31337 ton31337 commented Aug 14, 2024

Related: #16572

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>
@ton31337
Copy link
Member Author

More makes sense to back these changes out at all for now, related: #16587.

@ton31337 ton31337 closed this Aug 14, 2024
@ton31337 ton31337 deleted the fix/issue_16572 branch August 14, 2024 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant