Systemd/src/libsystemd/sd-rtnl
Umut Tezduyar Lindskog aba496a58a networkd: smooth transition from ipv4ll to dhcp address
Currently when both ipv4ll and dhcp are enabled, ipv4ll
address (if one has been claimed) is removed when dhcp
address is aquired. This is not the best thing to do
since there might be clients unaware of the removal
trying to communicate.

This patch provides a smooth transition between ipv4ll
and dhcp. If ipv4ll address was claimed [1] before dhcp,
address is marked as deprecated. Deprecated address is still
a valid address and packets can be received on it but address
cannot be selected as a source address. If dhcp lease cannot
be extended, then ipv4ll address is marked as valid again.

[1] If there is no collision, claiming IPv4LL takes between 4 to
7 seconds.
2014-04-03 16:00:25 +02:00
..
Makefile libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
rtnl-internal.h sd-rtnl: rework rtnl type system 2014-03-28 19:11:59 +01:00
rtnl-message.c networkd: smooth transition from ipv4ll to dhcp address 2014-04-03 16:00:25 +02:00
rtnl-types.c networkd: smooth transition from ipv4ll to dhcp address 2014-04-03 16:00:25 +02:00
rtnl-types.h networkd: smooth transition from ipv4ll to dhcp address 2014-04-03 16:00:25 +02:00
rtnl-util.c sd-rtnl/networkd: use new rtnl_message_read() API and drop helper 2014-03-06 19:44:37 +01:00
rtnl-util.h sd-rtnl: add sd_rtnl_message_enter_container() 2014-03-24 16:59:30 +01:00
sd-rtnl.c sd-rtnl: modernize a bit 2014-03-31 14:43:34 +02:00
test-rtnl.c networkd: smooth transition from ipv4ll to dhcp address 2014-04-03 16:00:25 +02:00