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

IPv6 Support #3

Open
hgn opened this issue Mar 23, 2017 · 0 comments
Open

IPv6 Support #3

hgn opened this issue Mar 23, 2017 · 0 comments
Assignees

Comments

@hgn
Copy link
Member

hgn commented Mar 23, 2017

Currently only IPv4 is supported. The code should be cleaned to be IPv4 and IPv6 compatible. The simplest solution is to calculate a "route" for a given router id and substitute at the end the router-id with all prefixes for IPv4/IPv6. Just calculate the route once for each router. But this will not work if a network has multiple routers (multihomed network). So this must be added and carefully tested regarding the following scenarios:

  • A(prefix:10.0.0.0/24), B(prefix:10.0.0.0/16), C(prefix:10.0.0.0/8) <-- the most specific route MUST be selected.
  • A(prefix:10.0.0.0/24, 11.0.0.0/24), B(prefix:10.0.0.0/16), C(prefix:10.0.0.0/8) <- similar, but multiple networks
  • A(prefix:0/0), B(prefix:0/0), C(prefix:6.0.0.0/8) <-- two default gateways
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants