chiark / gitweb /
networkd: netdev - give up early when setting already set ifindex
authorTom Gundersen <teg@jklm.no>
Sat, 19 Apr 2014 15:14:36 +0000 (17:14 +0200)
committerTom Gundersen <teg@jklm.no>
Sat, 19 Apr 2014 16:41:58 +0000 (18:41 +0200)
commita21df104887552e8558d6c11388dff466641a031
tree078168997edd6b273747c8dfe8234751b4366ac3
parentc6315a7afc905c0b41901cf8e204306296ebb640
networkd: netdev - give up early when setting already set ifindex

We may receive RTM_NEWLINK messages with missing LINKINFO after the initial NEWLINK message,
don't bother verifying these, just drop out early after checking that the ifindex is not in conflict.
src/network/networkd-netdev.c