chiark / gitweb /
networkd: don't check for ifindex in answer to RTM_NEWLINK
authorTom Gundersen <teg@jklm.no>
Fri, 31 Jan 2014 01:03:39 +0000 (02:03 +0100)
committerTom Gundersen <teg@jklm.no>
Fri, 31 Jan 2014 11:20:34 +0000 (12:20 +0100)
commitc3ab23898f5794ab0f0705475cbfc27f8e9163a6
tree9d9f0a3a11207a66abd8cc470a56c6d803f4e23b
parent40e39f628308683fda5f77b43afd245b62958641
networkd: don't check for ifindex in answer to RTM_NEWLINK

The kernel will not be changed to support this, so drop the code. Listening
for all RTM_NEWLINK messages and filtering on name is reliable, so it is not
a problem.
src/network/networkd-netdev.c