Re: [systemd-devel] [PATCH v2] network: Implement fallback DHCPv6 prefix handling for older kernels

2015-05-04 Thread Patrik Flykt
On Fri, 2015-04-10 at 14:03 +0300, Patrik Flykt wrote: Version 2 attempts to resolve IPv6 address assignment issues at run time, first by adding IFA_FLAGS, then without. Hearing no failure reports, this patch has been applied. Cheers, Patrik

Re: [systemd-devel] [PATCH v2] network: Implement fallback DHCPv6 prefix handling for older kernels

2015-04-24 Thread Patrik Flykt
Hi, On Fri, 2015-04-10 at 14:03 +0300, Patrik Flykt wrote: Version 2 attempts to resolve IPv6 address assignment issues at run time, first by adding IFA_FLAGS, then without. Please test with kernels 3.14 and = 3.14. This may be a case of too few people actually using DHCPv6 these

Re: [systemd-devel] [PATCH v2] network: Implement fallback DHCPv6 prefix handling for older kernels

2015-04-10 Thread Alexander Sverdlin
Hello Patrik! On 10/04/15 13:03, Patrik Flykt wrote: When setting IPv6 addresses acquired by DHCPv6, systemd-networkd sets the IFA_F_NOPREFIXROUTE flag in the IFA_FLAGS netlink attribute. As the flag and the attribute are present starting with Linux 3.14, older kernels will need