remote: add sysusers file to create 'libvirt' group
[libvirt.git] / tests / networkxml2xmlupdateout / openvswitch-net-more-portgroups.xml
blob7c19ad9f484cc5a299875d534a829ae0c7f043cd
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='alison'>
7     <vlan trunk='yes'>
8       <tag id='4'/>
9       <tag id='8'/>
10       <tag id='13'/>
11       <tag id='1990'/>
12     </vlan>
13     <virtualport>
14       <parameters profileid='alison-profile'/>
15     </virtualport>
16   </portgroup>
17   <portgroup name='bob' default='yes'>
18     <vlan trunk='yes'>
19       <tag id='666'/>
20     </vlan>
21     <virtualport>
22       <parameters profileid='bob-profile'/>
23     </virtualport>
24   </portgroup>
25   <portgroup name='alice'>
26     <vlan trunk='yes'>
27       <tag id='777'/>
28       <tag id='888'/>
29       <tag id='999'/>
30     </vlan>
31     <virtualport>
32       <parameters profileid='alice-profile'/>
33     </virtualport>
34   </portgroup>
35   <portgroup name='native'>
36     <vlan trunk='yes'>
37       <tag id='123' nativeMode='tagged'/>
38       <tag id='444'/>
39     </vlan>
40     <virtualport>
41       <parameters profileid='native-profile'/>
42     </virtualport>
43   </portgroup>
44 </network>