netdev: New function netdev_exists().
authorBen Pfaff <blp@nicira.com>
Thu, 23 Jul 2009 17:42:48 +0000 (10:42 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 30 Jul 2009 23:07:13 +0000 (16:07 -0700)
commit5bfc0cd3c6210fb64b614664045ab240dbd44307
treea162183f7f0100cbfa19871541b6669542a8916b
parente33e4d356d67e957e9c6ec07ed8d93744531cc3c
netdev: New function netdev_exists().

This new function allows cleanup of code that was using
netdev_nodev_get_flags() or ad-hoc methods to detect whether a network
device with the given name exists.
lib/netdev.c
lib/netdev.h
vswitchd/ovs-brcompatd.c