Hi Ben
Thank for your reply!
That rule will flood the flow to all other ports, right?
How can it affect the mac-learning on that port?
Could you please explain a little more or give some reference?
Thanks!
On Wed, Jul 24, 2013 at 11:32 PM, Ben Pfaff wrote:
> On Wed, Jul
Hello,
Is anyone else working on Dynamic GRE Tunneling with Open vSwitch?
Thanks Always!
-Dmita
___
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss
On Wed, Jul 24, 2013 at 01:46:32PM +0800, Baohua Yang wrote:
> I know that ovsd has a built-in mac-learning switch, and it is
> necessary to support the "NORMAL" action.
> Now I want to stop the mac-learning on a given port, but other ports
> should work normally.
> How to implement th
On Wed, Jul 24, 2013 at 05:39:04PM +0900, Junho Suh wrote:
> My problem encountered now is that packet and byte counters are reset after
> flow mod.
> For example, first I setup rule1 and then setup rule2 which has same
> matching rule except priority after some time. Therefore, there are two
> rul
NXST_FLOW reply (xid=0x4):
cookie=0x0, duration=2938.314s, table=0, n_packets=0, n_bytes=0,
idle_age=2938, in_port=1 actions=output:2
cookie=0x0, duration=2943.819s, table=0, n_packets=130, n_bytes=20082,
idle_age=11, in_port=2 actions=output:1
Just forward all flow from 1 to 2 and 2 to 1.
20
Thanks!
That's what I am concerned.
I wanna turn off mac-learning on some specific port, while using the NORMAL
action at other ports.
Seems that's no easy way.
On Wed, Jul 24, 2013 at 5:39 PM, huntxu wrote:
> On Wed, 24 Jul 2013 17:05:42 +0800, Baohua Yang
> wrote:
>
> Thanks hunt!
>> Howeve
Thanks hunt!
However, how about when setting failmod=secure?
In this mod, only the controller will set rules. e.g., controller can set
an Normal action.
I guess ovs also learns mac in this case?
On Wed, Jul 24, 2013 at 2:37 PM, huntxu wrote:
> On Wed, 24 Jul 2013 13:46:32 +0800, Baohua Yang
>
Hi.
I am now using mininet running ova and floodlight for building SDN
environment.
My problem encountered now is that packet and byte counters are reset after
flow mod.
For example, first I setup rule1 and then setup rule2 which has same
matching rule except priority after some time. Therefore,