mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Configure native vlan modes on Open vSwitch ports
This patch adds functionality to allow libvirt to configure the 'native-tagged' and 'native-untagged' modes on openvswitch networks. Signed-off-by: Laine Stump <laine@redhat.com>
This commit is contained in:
committed by
Laine Stump
parent
1eeab6e6de
commit
861d40565e
@@ -21,4 +21,13 @@
|
||||
<parameters profileid='alice-profile'/>
|
||||
</virtualport>
|
||||
</portgroup>
|
||||
<portgroup name='native'>
|
||||
<vlan trunk='yes'>
|
||||
<tag id='123' nativeMode='tagged'/>
|
||||
<tag id='444'/>
|
||||
</vlan>
|
||||
<virtualport>
|
||||
<parameters profileid='native-profile'/>
|
||||
</virtualport>
|
||||
</portgroup>
|
||||
</network>
|
||||
|
||||
Reference in New Issue
Block a user