]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-link.c
networkd: Be opportunistic when declaring link configured 1373/head
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 24 Sep 2015 12:04:17 +0000 (15:04 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 24 Sep 2015 12:20:41 +0000 (15:20 +0300)
commit3ada37a21e3ce5913b952df555f487f88bdb59ea
treeae626c3541017a47ef0d1ba3f1f7229826a6dff7
parent2e396de8b2317fdd1cb2f5eb1df8dffd13bf1e80
networkd: Be opportunistic when declaring link configured

The DHCP variable in the [Network] section of the network configuration
file moves the link to the configured state according to the following:

DHCP=yes   Link is configured when either DHCPv4 or DHCPv6 succeed
DHCP=ipv4  Link is configured only when DHCPv4 succeeds
DHCP=ipv6  Link is configured only when DHCPv6 succeeds
DHCP=no    Neither DHCPv4 or DHCPv6 is attempted

Reported by Martin Pitt.

Fixes https://github.com/systemd/systemd/issues/1368
src/network/networkd-link.c