Date: Wed, 15 May 2019 21:21:50 +0200 From: <driesm.michiels@gmail.com> To: "'Hiroki Sato'" <hrs@FreeBSD.org> Cc: <freebsd-net@freebsd.org> Subject: RE: DHCPv6 client in base Message-ID: <006001d50b53$72a22e00$57e68a00$@gmail.com> In-Reply-To: <20190516.032012.517661495892269813.hrs@allbsd.org> References: <001e01d50b49$176104d0$46230e70$@gmail.com> <20190516.032012.517661495892269813.hrs@allbsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> -----Original Message-----
> From: owner-freebsd-net@freebsd.org <owner-freebsd-net@freebsd.org> On
> Behalf Of Hiroki Sato
> Sent: woensdag 15 mei 2019 20:20
> To: driesm.michiels@gmail.com
> Cc: freebsd-net@freebsd.org
> Subject: Re: DHCPv6 client in base
>
> <driesm.michiels@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?006001d50b53$72a22e00$57e68a00$>
