Re: [ovs-discuss] in-kernel flow table in the datapath

2012-04-12 Thread Jesse Gross
On Wed, Apr 11, 2012 at 11:38 PM, Masoud Moshref Javadi wrote: > Is there any parameter to set the size of this queue? No. ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] 'DROP' functionality of ebtables using OpenVSwitch

2012-04-12 Thread Kaushal Shubhank
Thanks Ben for the suggestion. This is what I did. sudo ovs-ofctl add-flow br0 "priority=1,in_port=1,action=output:2" sudo ovs-ofctl add-flow br0 "priority=1,in_port=2,action=output:1" sudo ovs-ofctl add-flow br0 "priority=2,tcp,tp_src=80,action=LOCAL" sudo ovs-ofctl add-flow br0 "priority=2,tcp,t

Re: [ovs-discuss] : Problem compatibility between linux bridge, ovs bridge, libvirt, virt-manager

2012-04-12 Thread Ansis Atteka
On Thu, Apr 12, 2012 at 1:35 AM, Maxime JÉGO wrote: > When i restart my VM i have found the solution to restart it : > > I use this command : virsh edit vm1 > > and i modify my configuration to have this : > > > > > > > function='0x0'/> > > > and after that my vm

Re: [ovs-discuss] help: OVS distributed support questions

2012-04-12 Thread Dan Wendlandt
On Thu, Apr 12, 2012 at 12:18 AM, Kris zhang wrote: > Thanks a lot, guys, > > I still have a question: the libvirt will support the openvswitch in > version 0.9.11 ( http://www.libvirt.org/news.html ) , then why Ovirt need > quantum? > The quantum has the openvswitch plugin too, so is it conflict

Re: [ovs-discuss] Problem modifying the destination MAC address

2012-04-12 Thread Ben Pfaff
[adding the list back] Version 1.3.0 did have that bug. You can upgrade to a later commit from branch-1.3 or upgrade to a later version (e.g. 1.4.0). On Thu, Apr 12, 2012 at 04:42:46PM +0200, Luca Prete wrote: > The version is 1.3.0. > > Il 12/04/2012 16:27, Ben Pfaff ha scritto: > >On Thu, Apr

Re: [ovs-discuss] Problem modifying the destination MAC address

2012-04-12 Thread Ben Pfaff
On Thu, Apr 12, 2012 at 04:01:44PM +0200, Luca Prete wrote: > As in object I've some problems modifying the MAC destination > address of packets that come through the switch. What version of OVS are you using? Some older versions did have bugs. ___ disc

[ovs-discuss] Problem modifying the destination MAC address

2012-04-12 Thread Luca Prete
Goodmorning everybody, As in object I've some problems modifying the MAC destination address of packets that come through the switch. I thought it was a controller issue. To check I decided to connect to a controller with no rules (to make the switch not acting as an L2 learing switch bypas

Re: [ovs-discuss] : Problem compatibility between linux bridge, ovs bridge, libvirt, virt-manager

2012-04-12 Thread Maxime JÉGO
When i restart my VM i have found the solution to restart it : I use this command : virsh edit vm1 and i modify my configuration to have this : and after that my vm start. But now, my problem is to create a new VM. How i can do? Because i have always

Re: [ovs-discuss] help: OVS distributed support questions

2012-04-12 Thread Kris zhang
Thanks a lot, guys, I still have a question: the libvirt will support the openvswitch in version 0.9.11 ( http://www.libvirt.org/news.html ) , then why Ovirt need quantum? The quantum has the openvswitch plugin too, so is it conflict or duplicate with the OVS in libvirt? Thanks, Kris On Thu, Apr