n why am I not able to see the
> > bandwidth sharing? Please let me know where I am going wrong.
> >
> > If I queue 2 different flows from the same machine in different queues, then
> > I can see that the bandwidth is shared. But when I use traffic from 2
> > different ma
gt; > commands
>> >
>> > ovs-ofctl add-flow br0 "in_port=2,priority=0,actions=output:1"
>> > ovs-ofctl add-flow br0 "in_port=3,priority=0,actions=output:1"
>> >
>> > i.e without specifying the IP address, it should work, rig
hank you
Regards,
Mathumitha
> From: je...@nicira.com
> Date: Thu, 10 Jan 2013 09:13:53 -0800
> Subject: Re: [ovs-discuss] Distinguish flows based on IP address and port
> numbers in OvS
> To: cerisierfi...@hotmail.com
> CC: discuss@openvswitch.org
>
> You said this before:
,actions=output:1"
>
> i.e without specifying the IP address, it should work, right? But that too
> is not working. Can you please help me to define the ARP rules?
>
> Thank you
>
>> From: je...@nicira.com
>> Date: Wed, 9 Jan 2013 07:51:59 -0800
>&g
uld work, right? But that too is
not working. Can you please help me to define the ARP rules?
Thank you
> From: je...@nicira.com
> Date: Wed, 9 Jan 2013 07:51:59 -0800
> Subject: Re: [ovs-discuss] Distinguish flows based on IP address and port
> numbers in OvS
> To: ceri
On Wed, Jan 9, 2013 at 1:30 AM, Mathumitha S wrote:
> Hi,
> I have OpenvSwitch installed in a computer that
> has a quad port. eth3, eth4 and eth5 are connected to br0 with respective
> open flow port numbers as 3,2,1 and the respective IP addresses of the
> machines conn
Hi,
I have OpenvSwitch installed in a computer that has a
quad port. eth3, eth4 and eth5 are connected to br0 with respective open flow
port numbers as 3,2,1 and the respective IP addresses of the machines connected
to the ports are 10.6.3.2, 10.6.1.2 and 10.6.2.2
I u