[pve-devel] kernel 3.10 : bridge vlan test
Alexandre DERUMIER
aderumier at odiso.com
Wed Dec 18 10:51:38 CET 2013
> -It can be also used to plug the openvswitch switch on another switch
> or linuxbridge.
>
>>Like a trunk for a virtual stackable switch?
More like a port to connect to another switch
#create openvswitch
ovs-vsctl add-br testbridge
#create an internal port with vlan95 tagged
ovs-vsctl add-port testbridge internalport tag=95
#or create an internal port without vlan (aka trunk in cisco world)
ovs-vsctl add-port testbridge internalport
#plug the port to a linuxbridge
brctl addif vmbr1 internalport
----- Mail original -----
De: "Michael Rasmussen" <mir at datanom.net>
À: pve-devel at pve.proxmox.com
Envoyé: Mercredi 18 Décembre 2013 10:31:11
Objet: Re: [pve-devel] kernel 3.10 : bridge vlan test
On 12-18-2013 09:20, Alexandre DERUMIER wrote:
>
> -It can be also used to plug the openvswitch switch on another switch
> or linuxbridge.
>
Like a trunk for a virtual stackable switch?
--
Hilsen/regards
Michael Rasmussen
_______________________________________________
pve-devel mailing list
pve-devel at pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
More information about the pve-devel
mailing list