]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: link_check_ready() returns earlier if routes are not configured yet
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 12 May 2019 21:48:31 +0000 (06:48 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 15 May 2019 20:53:41 +0000 (05:53 +0900)
commit710ce9e53740bb55f8a37539425a674e1f103d65
tree796fdda8007bba836da6224e2dc339725a2b3946
parent05dc2132e047380eecc50ff3f1ed742722cc6a1e
network: link_check_ready() returns earlier if routes are not configured yet

link_request_set_routes() calls link_check_ready(), so it is not
necessary to continue that here.
src/network/networkd-link.c