]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkd: do not drop config for unmanaged interfaces (#4033)
authorLennart Poettering <lennart@poettering.net>
Wed, 31 Aug 2016 10:36:55 +0000 (12:36 +0200)
committerGitHub <noreply@github.com>
Wed, 31 Aug 2016 10:36:55 +0000 (12:36 +0200)
commit0913b19332869d930c451303d9ed1fedc82bfaea
tree8e7af47c2868b1ca3b616f70f714569f17d4f8e6
parentd16a6c39f6b1b989bd62fb520e00585f3328c756
parentc436d553973b43ec5e8cf2eab84dd3e9e334295f
networkd: do not drop config for unmanaged interfaces (#4033)

Flushing foreign configuration for unmanaged interfaces is outright
evil, especially when it's a regular occurence with Wi-Fi.

Fixes: 3104883ddc24 "networkd: remove route if carrier is lost"
Ref: #3831