Systemd/sysctl.d
Tom Gundersen ad8bc9ea50 sysctl.d: enable promote_secondaries by default
Without this, secondary addresses would get deleted when the primary one is. This is not
the desired behavior when one would like to transition from one address to another in the
same subnet (such as when a new IP address is given over DHCP).

In networkd, when given a new IP over DHCP we will add it, without explicitly removing the
old one first (and hence never have a window without an IP address configured). Assuming the
addresses are in the same subnet, that means that the old address is the primary and the new
address is the secondary one. Once the old address expires, the kernel will drop it. With the
old behavior this means that both addresses would be lost, which is clearly not what we want.
With the new behavior, only the old address is lost, and the new one is promoted to primary.

Reported by Michael Olbrich <m.olbrich@pengutronix.de>
2014-07-25 11:18:12 +02:00
..
.gitignore sysctl: add 50-default.conf 2013-03-15 16:37:58 +01:00
50-coredump.conf.in man: add systemd-coredump(8) and a bunch of links 2014-07-13 21:11:07 -04:00
50-default.conf sysctl.d: enable promote_secondaries by default 2014-07-25 11:18:12 +02:00
Makefile journal: hook up coredumping with journal 2012-01-14 01:54:33 +01:00