-
Notifications
You must be signed in to change notification settings - Fork 144
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
Ipv4 addr plus port #63
base: master
Are you sure you want to change the base?
Ipv4 addr plus port #63
Conversation
Hi, I have merged all the changes related to ipv4 address plus port allocation and manually tested the feature. You can start looking over the implementation. To test the implementation, just define a custom option in the dhclient config: option v4-portparams code 159 = integer 32; send v4-portparams 262144; Because there is no standard dhclient which requests for address plus port, I have hard-coded here the option value to be 262144 which means offset is set to 0, psid len is 4 and the actual psid is 0 (first address) The feature currently works with the standard ipv4 client but it should be used with dhcpv4o6 client version as this feature is related to rfc7341 (DHCPv4-over-DHCPv6 (DHCP 4o6) Transport) As for the server configuration, I have added 3 options for the 4o6 subnet definition: Any of these options will enable the subnet as a 4o6 subnet. "subnet4": [ |
… into cql_clean_code
No description provided.