[pve-devel] kernel 3.10 : bridge vlan test
Alexandre DERUMIER
aderumier at odiso.com
Tue Dec 17 10:52:40 CET 2013
>>How does that fit into standard debian network configuration (/etc/network/interfaces)?
don't have tested it yet,but yes it's seem possible
http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob;f=debian/openvswitch-switch.README.Debian;h=8617e77103eadb55a5083de6400efde53109b29e;hb=HEAD
>>Can we configure such bridge there and set IP address?
yes, I think it's possible. I'll do test today.
----- Mail original -----
De: "Dietmar Maurer" <dietmar at proxmox.com>
À: "Alexandre DERUMIER" <aderumier at odiso.com>
Cc: "pve-devel" <pve-devel at pve.proxmox.com>, "Stefan Priebe" <s.priebe at profihost.ag>
Envoyé: Mardi 17 Décembre 2013 10:29:53
Objet: RE: [pve-devel] kernel 3.10 : bridge vlan test
> then
>
> create a bridge:
>
> #ovs-vsctl add-br testbridge
>
> (sysfs is available like linux bridge /sys/class/net/testbridge)
>
> add an interface to bridge:
>
> # ovs-vsctl add-port testbridge tap0 tag=10 # ovs-vsctl add-port testbridge eth0
>
> change vlan:
> #ovs-vsctl set port tap0 tag=9
>
> remove vlan:
> #ovs-vsctl clear port tap0 tag
>
>
> that's all...
How does that fit into standard debian network configuration (/etc/network/interfaces)?
Can we configure such bridge there and set IP address?
More information about the pve-devel
mailing list