Re: [ovs-discuss] learn action and controller action of openflow in ovs 2.3.2 version

2016-03-22 Thread Ben Pfaff
On Tue, Mar 22, 2016 at 07:29:48AM +, Lixing (F) wrote: > I am using ovs 2.3.2 version. > I want to use learn action and controller action of openflow like this: > ovs-ofctl add-flow br-test "table=0, priority=0 > actions=learn(table=0,hard_timeout=10, priority=20),CONTROLLER:65535" > > When

[ovs-discuss] learn action and controller action of openflow in ovs 2.3.2 version

2016-03-22 Thread Lixing (F)
Hi All I am using ovs 2.3.2 version. I want to use learn action and controller action of openflow like this: ovs-ofctl add-flow br-test "table=0, priority=0 actions=learn(table=0,hard_timeout=10, priority=20),CONTROLLER:65535" When I snoop the br-test, I do not receive the packet-in packet. I a