]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-link.c
network: do not make the implied default have the first priority
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 4 Jan 2024 16:10:56 +0000 (01:10 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 5 Jan 2024 09:04:18 +0000 (18:04 +0900)
commit2743854540c2325ce025bdbdbab8c1a582c0ba0a
treefc07ea25d58ada2fa9a85720d2276206f957f80f
parent9c02eb283a46d38559d231e7f1def21904fd131d
network: do not make the implied default have the first priority

Follow-up for b732606950f8726c0280080c7d055a714c2888f5 and
6706ce2fd2a13df0ae5e469b72d688eaf643dac4.

If Network.ignore_carrier_loss_set flag is set, then the timeout value
is always used, hence the logic implemented by
b732606950f8726c0280080c7d055a714c2888f5 never worked.
src/network/networkd-link.c
src/network/networkd-network.c