> -----Original Message-----
> From: owner-freebsd-...@freebsd.org <owner-freebsd-...@freebsd.org> On
> Behalf Of Hiroki Sato
> Sent: woensdag 15 mei 2019 20:20
> To: driesm.michi...@gmail.com
> Cc: freebsd-net@freebsd.org
> Subject: Re: DHCPv6 client in base
> 
> <driesm.michi...@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

_______________________________________________
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to