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

Re: [Ryu-devel] (no subject)

2016-04-14 Thread Iwase Yusuke
Hi, Please tell us your Ryu + Mininet environment. Are both Ryu and Mininet running on your laptop(ip=192.168.56.1)? If so, you don't need "ip=192.168.56.1" option, just run Mininet with: $ sudo mn --controller remote,port=6633 --topo tree,3 But, still appear nothing, can you send us the log

[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