chiark / gitweb /
networkd: don't warn about missing links unnecessarily
authorTom Gundersen <teg@jklm.no>
Wed, 4 Feb 2015 09:08:12 +0000 (10:08 +0100)
committerTom Gundersen <teg@jklm.no>
Thu, 5 Feb 2015 10:50:34 +0000 (11:50 +0100)
commit6a24f1484fcc1f59f89617afbe4282667a358eab
treec0a1d3b5d0d9b44e958c135456df730359aa6c03
parent73432d67b590c8c8954cf2f8954d174a55d58c7b
networkd: don't warn about missing links unnecessarily

If we get a NEWLINK + NEWADDR between enumerating the links and enumerating the addresses, we
would get a warning that the link corresponding to the address does not exist. This is a false
warning as both the NEWLINK and NEWADDR would be processed after enumerating completed, so drop
it.
src/network/networkd-link.c
src/network/networkd-manager.c
src/network/networkd.h