]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-link.c
networkd: do not drop config for pending interfaces (#4187)
authorMartin Pitt <martin.pitt@ubuntu.com>
Sat, 24 Sep 2016 14:07:45 +0000 (16:07 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 24 Sep 2016 14:07:45 +0000 (10:07 -0400)
commitf258e948434183a2f0a38b429bb9a2054d61d954
treee7b82fb7152526b320f53678b93355449c6f64b1
parenteb93312810937b63bef884479ffb304452ce5385
networkd: do not drop config for pending interfaces (#4187)

While an interface is still being processed by udev, it is in state "pending",
instead of "unmanaged". We must not flush device configuration then.

Further fixes commit 3104883ddc24 after commit c436d55397.

Fixes #4186
src/network/networkd-link.c