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

Enable build scripts for IPv6 #2

Open
opennetadmin opened this issue Mar 1, 2012 · 0 comments
Open

Enable build scripts for IPv6 #2

opennetadmin opened this issue Mar 1, 2012 · 0 comments
Labels

Comments

@opennetadmin
Copy link
Collaborator

need to output IPv6 compatible dhcp configurations. As long as your are on a newer version of ISC dhcp (4+ maybe older even) it should handle both v6 and v4.

It should be as simple as detecting if IP is v6.. then add 6 to the following key words:

subnet6
range6
fixed-address6

Of course you would be outputting appropriately formatted IP address values as well. Need to ensure all the functions and queries would handle things correctly.

Also watch out for periphery options and settings that may contain v6 addresses. Make sure they work correctly.

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

No branches or pull requests

0 participants