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

quagga_interface does not support adding IPv6 addresses to an interface #42

Open
sid3windr opened this issue Dec 29, 2019 · 0 comments
Open

Comments

@sid3windr
Copy link

Only IPv4 is supported, as for v6 you need to use "ipv6 address" instead of "ip address" on the Quagga CLI.

I looked at the code but unfortunately it's currently out of my league: it's done efficiently with mapping and templates - I have no idea how to make this work for different address families without introducing an entirely new ip6_address parameter (it would be a lot more elegant if this would work transparently).

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

No branches or pull requests

1 participant