]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkd: Do not send requests to create netdevs if they exists. (#6973)
authorSusant Sahani <145210+ssahani@users.noreply.github.com>
Mon, 20 Nov 2017 17:58:06 +0000 (23:28 +0530)
committerLennart Poettering <lennart@poettering.net>
Mon, 20 Nov 2017 17:58:06 +0000 (18:58 +0100)
commita63e5daaa30577cda1a4fcf7a4dc1962fcc766aa
tree028cb306d02ed7c39a126d442622c9babbf94a57
parent8a9b3a23fd0153e3b3e6768d03002819c2fc50e4
networkd: Do not send requests to create netdevs if they exists. (#6973)

If the netdev already exists we should not send requests to
kernel to create them.

fixes #5448
src/network/networkd-link.c