]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: do not call link_joined() when not all netdevs are configured
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 11 Mar 2019 06:35:35 +0000 (15:35 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 14 Mar 2019 01:57:41 +0000 (10:57 +0900)
commit2b6db913e2f7f4c203360ea8a2c2f19570b8aa2f
tree2e1eb831213573a7e0cd13429dd784172a6b8fdd
parent6c8a2c679313f8283514923daf65f5e9d050d94c
network: do not call link_joined() when not all netdevs are configured

If some of stacked netdevs are already configured, then link_joined()
is called before netdevs are fully configured.
src/network/networkd-link.c