Re: [Ryu-devel] Using Ryu ActionCT

2019-05-14 Thread Muhammad Tauseef Khan
Thanks, that fixes the error. Could you please provide an example code for the conntrack rulesets for this example by ovs? I couldn't find how to just ` actions=ct(commit)` by RYU - flow #2. http://docs.openvswitch.org/en/latest/tutorials/ovs-conntrack/ (flow #1) $ ovs-ofctl add-flow br0 "tab

Re: [Ryu-devel] Using Ryu ActionCT

2019-05-13 Thread IWAMOTO Toshihiro
On Mon, 13 May 2019 22:20:01 +0900, Muhammad Tauseef Khan wrote: > > Hi, > I have been trying to use conntrack with RYU and I am experiencing the > following error messages. I am using a simple match statement and the > ActionCT as given on the Ryu's documents page but that is giving me the > f