remote: add sysusers file to create 'libvirt' group
[libvirt.git] / tests / networkxml2xmlupdateout / openvswitch-net-without-alice.xml
blob41044240dff4f7e351f863c1b79359bb036c3e76
1 <network>
2   <name>openvswitch-net</name>
3   <uuid>81ff0d90-c92e-6742-64da-4a736edb9a8b</uuid>
4   <forward mode='bridge'/>
5   <virtualport type='openvswitch'/>
6   <portgroup name='bob' default='yes'>
7     <vlan trunk='yes'>
8       <tag id='666'/>
9     </vlan>
10     <virtualport>
11       <parameters profileid='bob-profile'/>
12     </virtualport>
13   </portgroup>
14   <portgroup name='native'>
15     <vlan trunk='yes'>
16       <tag id='123' nativeMode='tagged'/>
17       <tag id='444'/>
18     </vlan>
19     <virtualport>
20       <parameters profileid='native-profile'/>
21     </virtualport>
22   </portgroup>
23 </network>