[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

[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

[systemd-devel] How to scale journald correctly?

2018-07-10 Thread Martin Häcker
Hi there, for some of our servers, we wanted to keep more logging data than was the default (CentOS 7.5, so not the newest version of systemd sadly). However during those experiments we ran into some quite unexpected behaviour of journald, which might be bugs, but which might also just be things