Re: [Ryu-devel] Conntrack in RYU

2016-04-14 Thread Iwase Yusuke
Hi, To get more log messages, how about adding "--verbose" option to ryu-manager? On my environment, the following errors ware shown. $ ryu-manager --verbose myapp.py ... EventOFPErrorMsg received. version=0x4, msg_type=0x1, msg_len=0x4c, xid=0xe3ab9a29 `-- msg_type: OFPT_ERROR(1) OFPErrorMsg(t

[Ryu-devel] Conntrack in RYU

2016-04-14 Thread Marian Mihailescu
Hi, I'm using RYU as controller for OpenVSwitch, and I want to use conntrack. For example: ovs-ofctl -OOpenFlow13 add-flow br0 "table=0,in_port=3,ct_state=-trk,actions=ct(table=30)" works nicely from command line, the flow is added. How can I do this from RYU? I have tried: ct_match = parser