Re: [Ryu-devel] GotoTable instruction problem

2014-06-10 Thread FUJITA Tomonori
On Fri, 6 Jun 2014 16:57:19 -0400 Chen Chen wrote: > Hi guys: > > I'm using ryu 3.4 with ovs 2.0.1, through OpenFlow 1.2. > There is a bewildering problem: > A GotoTable instruction would result in a flow entry whose actions is > "drop", rather than "GotoTable". > > To be more specific, the cod

[Ryu-devel] GotoTable instruction problem

2014-06-06 Thread Chen Chen
Hi guys: I'm using ryu 3.4 with ovs 2.0.1, through OpenFlow 1.2. There is a bewildering problem: A GotoTable instruction would result in a flow entry whose actions is "drop", rather than "GotoTable". To be more specific, the code for installing the flow entry is as follows: * @handler.se