On 12/06/2012 12:20 PM, Gene Czarcinski wrote:
Updated and rebased 06 Dec 2012.
The DHCPv6 support includes IPV6 dhcp-range and dhcp-host for one
IPv6 subnetwork on one interface. This support will only work
if dnsmasq version >= 2.64; otherwise an error occurs if
dhcp-range or dhcp-host is specified.
Essentially, this change provides the same DHCP support for IPv6
that has been available for IPv4.
With dnsmasq >= 2.64, support for the RA service is now provided
by dnsmasq (radvd is no longer used/started).
Dnsmasq 2.64 does contain the bugfixes released to DHCPv6 and
dnsmasq's handling of Router Advertisement.
Documentation and the network schema has been updated
to reflect the new support.
This version of the DHCPv6 patch files includes the changes
from Laine Stump's review.
Yep, got every point as far as I could see. I reworded the documentation
a bit, and moved networkxml2argv* to networkxml2conf* (both the program
and the data directory), rebased on top of latest master, and pushed.
Thanks for the long hours you put into this. With all the debugging of
dnsmasq you had to do, this definitely took longer than the average new
feature.