bridge: Map an "internal" config device type to a "system" netdev type
authorJustin Pettit <jpettit@nicira.com>
Sun, 21 Feb 2010 07:00:32 +0000 (23:00 -0800)
committerJustin Pettit <jpettit@nicira.com>
Sun, 21 Feb 2010 08:41:19 +0000 (00:41 -0800)
commitd4c2000bb24318b7a5e7cbf349ba107dd9c2cbe4
treed14149f66526eeff3e1644b0d8516ce6728f3db4
parentdf9a459ab60259b88610ac781889f69b73fbffad
bridge: Map an "internal" config device type to a "system" netdev type

ovs-vswitchd has a concept of an "internal" port, which is created
on-demand.  The netdev library doesn't understand an "internal" device
type, so we map it to a "system" one.

Bug #2431
vswitchd/bridge.c