bridge: Always "up" internal devices.
authorJustin Pettit <jpettit@nicira.com>
Thu, 15 Nov 2012 21:55:06 +0000 (13:55 -0800)
committerJustin Pettit <jpettit@nicira.com>
Fri, 16 Nov 2012 20:35:55 +0000 (12:35 -0800)
commitbef071a5fdf8e2dd87677b04b3cf7a8f5094edcb
tree3b09de4dc5899f9eec0ce35629d50e28d07809b9
parent05ba03e000011fdfb6080b34d9f599e324db2987
bridge: Always "up" internal devices.

The kernel datapath automatically "up"s internal devices, but this
wasn't happening for the userspace datapath.  This change has the bridge
module always "up" them.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
tests/ofproto.at
vswitchd/bridge.c