Management of Open vSwitch bridges.
Ensures that the named bridge does not exist, eventually deletes it.
name -- The name of the bridge.
Ensures that the named bridge exists, eventually creates it.
name -- string name of the bridge
parent -- string name of the parent bridge (if the bridge shall be created as a fake bridge). If specified, vlan must also be specified.
versionadded: (..) -- 3006:
vlan -- int VLAN ID of the bridge (if the bridge shall be created as a fake bridge). If specified, parent must also be specified.
versionadded: -- 3006: