Re: [systemd-devel] networkd: send a dhcpv6 prefix delegation request

2018-07-15 Thread Anthony Bourguignon
Le samedi 14 juillet 2018 à 10:52 +0300, Mantas Mikulėnas a écrit : > > > On Fri, Jul 13, 2018, 18:21 Lennart Poettering t> wrote: > > On Di, 10.07.18 16:08, Anthony Bourguignon (cont...@toniob.net) > > wrote: > > > > > Hello, > > > > > > Is there a way to send a prefix delegation request when

Re: [systemd-devel] networkd: send a dhcpv6 prefix delegation request

2018-07-14 Thread Mantas Mikulėnas
On Fri, Jul 13, 2018, 18:21 Lennart Poettering wrote: > On Di, 10.07.18 16:08, Anthony Bourguignon (cont...@toniob.net) wrote: > > > Hello, > > > > Is there a way to send a prefix delegation request when using networkd > > as a dhcpv6 client ? > > There's explicit DHCPv6 PD support in current net

Re: [systemd-devel] networkd: send a dhcpv6 prefix delegation request

2018-07-13 Thread Anthony Bourguignon
Le vendredi 13 juillet 2018 à 17:20 +0200, Lennart Poettering a écrit : > On Di, 10.07.18 16:08, Anthony Bourguignon (cont...@toniob.net) > wrote: > > > Hello, > > > > Is there a way to send a prefix delegation request when using > > networkd > > as a dhcpv6 client ? > > There's explicit DHCPv6

Re: [systemd-devel] networkd: send a dhcpv6 prefix delegation request

2018-07-13 Thread Lennart Poettering
On Di, 10.07.18 16:08, Anthony Bourguignon (cont...@toniob.net) wrote: > Hello, > > Is there a way to send a prefix delegation request when using networkd > as a dhcpv6 client ? There's explicit DHCPv6 PD support in current networkd versions, see IPv6PrefixDelegation= in systemd.network(5). Len

[systemd-devel] networkd: send a dhcpv6 prefix delegation request

2018-07-10 Thread Anthony Bourguignon
Hello, Is there a way to send a prefix delegation request when using networkd as a dhcpv6 client ? Here is my current configuration : [Match] Name=ens3 [Network] DHCP=ipv6 IPv6AcceptRA=True Address=xxx:xxx/64 [Address] Address=xxx.xxx/32 [Route] Gateway=62.210.0.1 GatewayOnlink=yes [DHCP] DUIDTyp