sargon / ddhcpd

A distributed DHCP Daemon
GNU General Public License v3.0
31 stars 11 forks source link

IPv6 support #18

Closed aparcar closed 6 years ago

aparcar commented 6 years ago

LibreMesh uses dnsmasq-dhcpv6 and lease sharing via alfred to allow IPv6 roaming. Would it be possible to integrate IPV6 support here as well so it'd be a full DHCP replacement?

sargon commented 6 years ago

DHCPv6 is a completely different approach to DHCP. And to my knowledge only used for service announcements (e.g. NTP, DNS, WINS) so the network configuration is still handled via router advertisements.

aparcar commented 6 years ago

Thanks for that clarification