Re: [systemd-devel] networkd: IPv6 prefix delegation not updated when prefix changes

2020-04-13 Thread Susant Sahani
Please move this to GitHub with all the informations. It’s easy there to keep track. From: systemd-devel Date: Monday, 13 April 2020 at 11:36 PM To: [email protected] Subject: Re: [systemd-devel] networkd: IPv6 prefix delegation not updated when prefix changes Andrei Borzenko

Re: [systemd-devel] networkd: IPv6 prefix delegation not updated when prefix changes

2020-04-13 Thread Tobias Brink
Andrei Borzenkov writes: > 13.04.2020 18:18, Tobias Brink пишет: > > DHCPv6 IA prefix option includes lifetime. Client is expected to renew > delegation before lifetime expires. If information handed out to client > expires before this timer, standard defines Reconfigure message that can > be use

Re: [systemd-devel] networkd: IPv6 prefix delegation not updated when prefix changes

2020-04-13 Thread Andrei Borzenkov
13.04.2020 18:18, Tobias Brink пишет: > Hello systemd devs and users, > > my internet connection is established by a router provided by my ISP (a > Fritz Box to be precise). It can hand out delegated IPv6 prefixes via > DHCPv6. I use a Linux box in between this router and my internal network > to

Re: [systemd-devel] networkd: IPv6 prefix delegation not updated when prefix changes

2020-04-13 Thread Andrei Borzenkov
13.04.2020 20:04, Andrei Borzenkov пишет: > > Huh? You seem to misunderstand configuration. End host networkd knows > nothing about prefix delegation, it gets its configuration from CPE router. > Oops, ignore this. Sorry, my fault. ___ systemd-devel

Re: [systemd-devel] networkd: IPv6 prefix delegation not updated when prefix changes

2020-04-13 Thread Andrei Borzenkov
13.04.2020 18:26, Kevin P. Fleming пишет: > This is a bit tricky, since RAs and prefix delegation are not really > related. What you have described is proper behavior on the 'upstream' > link side; when networkd sees the RA with the new prefix, and the > lifetime of the old prefix set to zero, it p

Re: [systemd-devel] networkd: IPv6 prefix delegation not updated when prefix changes

2020-04-13 Thread Kevin P. Fleming
Yes, I agree with you there. On the other part I imagine there may be some way to trigger a service to be run when a prefix on a link is being taken out of service. On Mon, Apr 13, 2020 at 11:51 AM Tobias Brink wrote: > > "Kevin P. Fleming" writes: > > > This is a bit tricky, since RAs and pref

Re: [systemd-devel] networkd: IPv6 prefix delegation not updated when prefix changes

2020-04-13 Thread Tobias Brink
"Kevin P. Fleming" writes: > This is a bit tricky, since RAs and prefix delegation are not really > related. [...] What it can't do is trigger a new prefix delegation > request as a result, because they are not really related. [...] > > What you're experiencing here is a delegation which has expi

Re: [systemd-devel] networkd: IPv6 prefix delegation not updated when prefix changes

2020-04-13 Thread Kevin P. Fleming
This is a bit tricky, since RAs and prefix delegation are not really related. What you have described is proper behavior on the 'upstream' link side; when networkd sees the RA with the new prefix, and the lifetime of the old prefix set to zero, it properly adjusts that link to use the new prefix.

[systemd-devel] networkd: IPv6 prefix delegation not updated when prefix changes

2020-04-13 Thread Tobias Brink
Hello systemd devs and users, my internet connection is established by a router provided by my ISP (a Fritz Box to be precise). It can hand out delegated IPv6 prefixes via DHCPv6. I use a Linux box in between this router and my internal network to provide additional firewalling, OpenVPN, etc. For

Re: [systemd-devel] sd-bus memory check

2020-04-13 Thread Lennart Poettering
On So, 12.04.20 16:45, David J ([email protected]) wrote: > Hello! > > This is in regards to sd-bus function "sd_bus_open_system", where > Valgrind reports possible memory leak. See the following code: There's a whole section about this in the man page: https://www.freedesktop.org/software/syste