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

Support ExaBGP v4 via v6 next-hops #13

Open
cooperlees opened this issue Mar 9, 2022 · 1 comment
Open

Support ExaBGP v4 via v6 next-hops #13

cooperlees opened this issue Mar 9, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@cooperlees
Copy link
Owner

cooperlees commented Mar 9, 2022

From Linux >= 5.2 netlink routing tables support IPv4 via IPv6 next hops.

Lets support that here too so we can live in v6 only linked networks and route IPv4 ...

ExaBGP config for the capability:

nexthop {
    ipv4 unicast ipv6;
}
@cooperlees cooperlees added the enhancement New feature or request label Mar 9, 2022
@cooperlees cooperlees self-assigned this Mar 9, 2022
@cooperlees cooperlees changed the title Support ExaBGP v4 via v6 next's Support ExaBGP v4 via v6 next-hops Mar 9, 2022
cooperlees added a commit that referenced this issue Mar 10, 2022
- Make new function to generate the ip cli command
- Add unit tests testing the new cmd generation function

Does some of #13
- Still need to test with JSON being passed to the process etc.
@cooperlees
Copy link
Owner Author

This should be done. Will close one tested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant