-
Notifications
You must be signed in to change notification settings - Fork 15
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
DHCPv6 Support? #21
Comments
I was under the impression that IPv6 stateless address autoconfiguration was more common than DHCPv6 setups. I haven't looked into the DHCPv6 protocol and I am not at all familiar with DHCPv6. Can you please provide a scenario where dhcpoptinj makes sense with DHCPv6? It would help researching how DHCPv6 support could be implemented. In general, information about any use of dhcpoptinj is of great interest for me, since I no longer use the utility myself. I need to know how users use it and what they need. |
I've been working on deployment of IPv6 in customer IP over Ethernet network in metropolitan ISP. This is how i figured out it should work:
Some middleware like DHCPOPTINJ would then be usefull to inject circuit id and localy add route to routing table. (DHCPv6 only assigns prefix to home router, but core router needs to have route pointing that prefix to that home router) In other words: stateless autoconfiguration can only provide you with single adress from exactly /64 prefix, but there are many cases, where you need to provide prefix rather than single address, or you don't have whole /64 available to use it for autoconfiguration. |
Hello, any plans to add DHCPv6 support?
The text was updated successfully, but these errors were encountered: