]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkd: link - drop foreign config when configuring link 1851/head
authorTom Gundersen <teg@jklm.no>
Fri, 2 Oct 2015 14:52:49 +0000 (16:52 +0200)
committerTom Gundersen <teg@jklm.no>
Wed, 11 Nov 2015 15:16:47 +0000 (16:16 +0100)
commit5e5b137acc7094c9a1b8e7634b426dd445688bf0
tree7b4d12eeefa2ebd076a38d38c274bc5394caf984
parent3116c225d2e3c0d8e6b3f4d4a9b48443cc7baf2d
networkd: link - drop foreign config when configuring link

This is a change in behavior:

Before we would never remove any state, only add to it, we now drop unwanted
state from any link the moment we start managing it.

Note however, that we still will not remove any foreign state added at runtime,
to avoid any feedback loops. However, we make no guarantees about coexisting
with third-party tools that change the state of the links we manage.
src/network/networkd-link.c