]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-link.c
network: skip to check dynamic addresses when ConfigureWithoutCarrier=yes
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 13 Jun 2019 20:16:11 +0000 (05:16 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 13 Jun 2019 20:25:35 +0000 (05:25 +0900)
commit463797c1044cab1f13347cdd4e880d6b40880adc
tree48d59aad3550ab7c1fe348cc9f069a95ae42904d
parent9c5e1c24ad04ea1368477f976578603221a39165
network: skip to check dynamic addresses when ConfigureWithoutCarrier=yes

Otherwise, the interface cannot be in "configured" state, as ipv6 link local
addressing is enabled by default. Note that even if ConfigureWithoutCarrier=
is set, all dynamic configurations are checked when the interface has
carrier.
src/network/networkd-link.c