[pve-devel] kernel 3.10 : bridge vlan test

Alexandre DERUMIER aderumier at odiso.com
Tue Dec 17 11:01:49 CET 2013


>>http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob;f=debian/openvswitch-switch.README.Debian;h=8617e77103eadb55a5083de6400efde53109b29e;hb=HEAD 


Full commit is here
https://github.com/horms/openvswitch/commit/86b87c92669daca4c69f412de2cc42c255368c4f

seem that it's not yet available in current wheezy package, but it's just a new

ifupdown.sh script, linked to

/usr/share/openvswitch/scripts/ifupdown.sh /etc/network/if-pre-up.d/openvswitch
/usr/share/openvswitch/scripts/ifupdown.sh /etc/network/if-post-down.d/openvswitch



----- Mail original ----- 

De: "Alexandre DERUMIER" <aderumier at odiso.com> 
À: "Dietmar Maurer" <dietmar at proxmox.com> 
Cc: "pve-devel" <pve-devel at pve.proxmox.com> 
Envoyé: Mardi 17 Décembre 2013 10:52:40 
Objet: Re: [pve-devel] kernel 3.10 : bridge vlan test 

>>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? 
_______________________________________________ 
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