vswitchd: Avoid netdev_nodev_*() functions.
authorBen Pfaff <blp@nicira.com>
Thu, 23 Jul 2009 21:50:55 +0000 (14:50 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 30 Jul 2009 23:07:14 +0000 (16:07 -0700)
commit07c318f40481d0fd10516193fdf472c6356f0cd3
tree3b1740edf9031c12a27254d1ebc05bae412c3e1f
parent795fe1fba0ffd036bf68c237f4857ce7a4003068
vswitchd: Avoid netdev_nodev_*() functions.

The netdev_nodev_*() functions have always been a bit of a kluge.  It's
better to keep a network device open than to open it every time that it is
needed.  This commit converts all of the users of these functions to use
the corresponding functions that take a "struct netdev *" instead.
vswitchd/bridge.c
vswitchd/ovs-brcompatd.c