<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 bridge and a <bridge> element, identifies the bridge as an Open vSwitch.

Usage

Configuring virtual networks

Parent elements

<network>

Child elements

None.

Example

<network>
  <name>ovs</name>
  <forward mode="bridge"/>
  <bridge name="ovs-br0"/>
  <virtualport type="openvswitch"/>
</network>