8 May
2015
8 May
'15
10:04 a.m.
On May 8, 2015, at 9:53 AM, A.L.M.Buxey@lboro.ac.uk wrote:
Hi,
Does DHCPv6 will be implement in futur updates ? Or we must go in the code for now?Because I saw that there is some IPv6 code in 'dhcpclient.c' but there is DHCP message type but not DHCPv6 message so maybe you work on it ? And in 'dhcp.c' and 'dhcp.h' nothing is declare for IPv6, so, it's in this part we must add code ?
I guess the answer is 'yes' coupled with a second answer of 'yes' - if you code in support then hopefully it will be implemented in future updates.
DHCPv4 and v6 are dissimilar enough that the v4 code can't just be modified to implement v6, there'd need to be a proto_dhcpv6. -Arran