ipconfig: Do not check device if interface name is not set
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Thu, 22 Nov 2012 13:02:55 +0000 (15:02 +0200)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Fri, 23 Nov 2012 11:07:11 +0000 (13:07 +0200)
commit3a386560ee6233c6bed56d610d262125735e6b5d
tree726a4530287e8472d84e4f9f7255e0a2da8d25b0
parentacedf9d49b9a326771aeec755179e3ede3872cdd
ipconfig: Do not check device if interface name is not set

If the interface name is not set, then it is no use
checking if the interface would be ignored.

The interface name is not set if the interface is being
taken down and we get NEWLINK message with NULL interface.

Fixes BMC#25865
src/ipconfig.c