ovs-vsctl: Create bridge interface as type "internal".
authorBen Pfaff <blp@nicira.com>
Thu, 4 Nov 2010 17:53:57 +0000 (10:53 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 4 Nov 2010 20:47:26 +0000 (13:47 -0700)
commit9106d88c5bc75310f3f83b649d833e4a22cb1158
treed7707f6cabb4447633fa1531ee78bebf35791640
parenta8f86734614d584ff72ffe34938bb3e9cf05394c
ovs-vsctl: Create bridge interface as type "internal".

The bridge device is always an internal interface, so it seems best to
actually mark it as one.  Jesse would like to eventually make the "type"
column mandatory for Interface records, so here's a step in the right
direction.
utilities/ovs-vsctl.c