Hello,
I'm using OpenvSwitch on the host machine, everything is fine, except i can't configure from the web gui the vm interface as trunk port with specific number of vlans.
So i need to do this manually by cli commands like this:
ovs-vsctl set port tap107i0 vlan_mode=trunk
ovs-vsctl set port tap107i0 trunks=2,3,4
Is there any way to do that by webGUI?
Thanks.
I'm using OpenvSwitch on the host machine, everything is fine, except i can't configure from the web gui the vm interface as trunk port with specific number of vlans.
So i need to do this manually by cli commands like this:
ovs-vsctl set port tap107i0 vlan_mode=trunk
ovs-vsctl set port tap107i0 trunks=2,3,4
Is there any way to do that by webGUI?
Thanks.