DHCPv6 client in base

driesm.michiels at gmail.com driesm.michiels at gmail.com
Wed May 15 19:21:52 UTC 2019



> -----Original Message-----
> From: owner-freebsd-net at freebsd.org <owner-freebsd-net at freebsd.org> On
> Behalf Of Hiroki Sato
> Sent: woensdag 15 mei 2019 20:20
> To: driesm.michiels at gmail.com
> Cc: freebsd-net at freebsd.org
> Subject: Re: DHCPv6 client in base
> 
> <driesm.michiels at gmail.com> wrote
>   in <001e01d50b49$176104d0$46230e70$@gmail.com>:
> 
> dr> Has anyone ever thought or considered integrating an IPv6 DHCP
> dr> client in base?
> 
>  I have a plan to import wide-dhcp6 into the base system because it is  simple
> enough.

Thats nice! Any timeline for this; 13.0 RELEASE?

> 
> dr> net/dhcp6 isn't really maintained anymore from the KAME days it
> dr> works for basic functionality but fails when a more complex config is
> required.
> 
>  More specifics about the complex configuration?

My initial wording wasn't correct; wide-dhcp is in fact featureful although buggy when config files get a bit bigger.
Well I'm trying to assign a 64 prefix to two virtual interfaces and one physical from a 56 delegation.
For this config it errors out on parsing the config file ... while I'm 99% certain there is not a problem in it.

interface em0 {
        send rapid-commit;
        send ia-na 1;
        send ia-pd 1;
};

id-assoc na 1 { };

id-assoc pd 1 {
        prefix ::/56 infinity;
        prefix-interface igb0 {
                sla-id 0;
                sla-len 8;
        };
        prefix-interface lo1 {
                sla-id 1;
                sla-len 8;
        };
        prefix-interface tun0 {
                sla-id 2;
                sla-len 8;
        };
};

May 15 21:20:50 May 15 21:20:50 vados dhcp6c[94383]: failed to parse configuration file

> 
> -- Hiroki



More information about the freebsd-net mailing list