summaryrefslogtreecommitdiff
path: root/tests/interfaceschemadata/bridge-vlan.xml
blob: 559ebc4c5dcbe27cc6fe3e16e7eb4062b524e7bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<interface type='bridge' name='br0'>
  <start mode='onboot'/>
  <protocol family='ipv4'>
    <dhcp/>
  </protocol>
  <bridge stp='off'>
    <interface type='vlan' name='eth0.42'>
      <vlan tag='42'>
        <interface name='eth0'/>
      </vlan>
    </interface>
  </bridge>
</interface>