<virtualport> as a child element of <network>
Identifies the bridge of a virtual network as an Open vSwitch.
Text content
None.Selected attributes
- type=openvswitch
- In combination with forwarding mode
bridgeand a <bridge> element, identifies the bridge as an Open vSwitch.
Usage
Configuring virtual networksParent elements
<network>Child elements
None.Example
<network>
<name>ovs</name>
<forward mode="bridge"/>
<bridge name="ovs-br0"/>
<virtualport type="openvswitch"/>
</network>