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
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
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
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
[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
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
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
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
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