]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkctl.c
networkctl: if there's no data from networkd about an iface show as "unmanaged"
authorLennart Poettering <lennart@poettering.net>
Sat, 20 Feb 2016 21:12:14 +0000 (22:12 +0100)
committerLennart Poettering <lennart@poettering.net>
Sun, 21 Feb 2016 19:40:57 +0000 (20:40 +0100)
commit33d5013db09729d3453d60a1a194016e27ef4fab
tree709eccdabc2035881a7ec9dfcddd7e1ddba42fe5
parent5f02f341c08c2a1cd05cc5066ca94bc6aa43243c
networkctl: if there's no data from networkd about an iface show as "unmanaged"

After all, if we know that an interface exists but networkd did not store any
info about it, then it's definitely unmanaged by it.

(Note that we add this fix-up to networkctl, and not to sd-network, simply
because a missing file might also be result of the interface not existing.)
src/network/networkctl.c