Re: [systemd-devel] networkd: How to keep ipv6 RA active but disable autoconf

2018-07-13 Thread Anthony Bourguignon
Le vendredi 13 juillet 2018 à 17:08 +0200, Lennart Poettering a écrit : > On Di, 10.07.18 15:29, Anthony Bourguignon (cont...@toniob.net) > wrote: > > > Hi, > > > > The configuration with my provider is quite strange. I have to > > activate > > ipv6 RA to obtain a default route. But I don't want

Re: [systemd-devel] networkd: How to keep ipv6 RA active but disable autoconf

2018-07-13 Thread Lennart Poettering
On Di, 10.07.18 15:29, Anthony Bourguignon (cont...@toniob.net) wrote: > Hi, > > The configuration with my provider is quite strange. I have to activate > ipv6 RA to obtain a default route. But I don't want to have the address > via autoconf. For that, I use a dhcpv6 pd, with static ip configurat

[systemd-devel] networkd: How to keep ipv6 RA active but disable autoconf

2018-07-10 Thread Anthony Bourguignon
Hi, The configuration with my provider is quite strange. I have to activate ipv6 RA to obtain a default route. But I don't want to have the address via autoconf. For that, I use a dhcpv6 pd, with static ip configuration after that. Is there a way to activate RA but to disable autoconf ? In my .ne