On Mon, Mar 6, 2017 at 4:11 PM, Perry Gagne <[email protected]> wrote: > > Doesn't ISC DHCPD use " fixed-address6", "range6", etc for DHCPv6. The code > you linked seems to be related to "fixed-address" which is the ipv4 variant. >
This is definitely the case as far as ipv6-specific dhcpd configuration goes. The code I linked to is responsible for persistence of in-memory host records, and it doesn’t support ipv6 at all. > Another question I have, does DHCP really need to be the one assigning the > address? Should DHCP just be providing config info, and leave the address up > to SLAAC? [1] It is possible to use autoconf for IPv6 address (self-)assignment and rely on dhcp for host configuration only. I’m not sure how useful autoconf is in larger networks (anyone has experience with this?), but it has a potential for making our life harder. -d > > > [1] https://tools.ietf.org/html/rfc3736 > -- You received this message because you are subscribed to the Google Groups "foreman-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
