Re: [ovs-discuss] OpenVswitch with Vlans.

2011-02-03 Thread Jesse Gross
On Thu, Feb 3, 2011 at 7:27 AM, Ramana Reddy wrote: > One more observation from my side: > These are my actions: > ovs-ofctl add-flow in-port=3 dl_vlan=10 idle_timeout=0 "actions= > mod_vlan_vid:20, output:4" > ovs-ofctl add-flow in-port=4 dl_vlan=20 idle_timeout=0 "actions= > mod_vlan_vid:10, ou

Re: [ovs-discuss] Compile ovs for Andriod

2011-02-03 Thread Jesse Gross
On Thu, Feb 3, 2011 at 12:33 PM, Ben Pfaff wrote: > On Wed, Feb 02, 2011 at 09:53:49PM -0800, Yongqiang Liu wrote: >> but when i added 3G interface, which appears as a ppp0 interface, there is >> an error: >> # ./ovs-dpctl add-if dp0 ppp0 >> Feb 02 21:41:03|1|dpif|WARN|system@dp0: failed to ad

Re: [ovs-discuss] Compile ovs for Andriod

2011-02-03 Thread Ben Pfaff
On Wed, Feb 02, 2011 at 09:53:49PM -0800, Yongqiang Liu wrote: > but when i added 3G interface, which appears as a ppp0 interface, there is > an error: > # ./ovs-dpctl add-if dp0 ppp0 > Feb 02 21:41:03|1|dpif|WARN|system@dp0: failed to add ppp0 as port: > Invalid argument > ovs-dpctl: adding pp

Re: [ovs-discuss] OpenVswitch with Vlans.

2011-02-03 Thread Ramana Reddy
One more observation from my side: These are my actions: ovs-ofctl add-flow in-port=3 dl_vlan=10 idle_timeout=0 "actions= mod_vlan_vid:20, output:4" ovs-ofctl add-flow in-port=4 dl_vlan=20 idle_timeout=0 "actions= mod_vlan_vid:10, output:3" These actions are not taken place in OVS as br0.10 and br