Re: [Ryu-devel] Ryu REST API-based inter-controller communication

2019-06-19 Thread Alon Dotan
what you mean in "inter controller"? there is rest application From: Pynbiang Hadem Sent: Wednesday, June 19, 2019 2:38 PM To: Ryu-devel Subject: [Ryu-devel] Ryu REST API-based inter-controller communication Hi, Is there an implementation of a REST API-based inte

[Ryu-devel] ofctl_rest app tcp flags

2019-06-23 Thread Alon Dotan
Hey, Im triyng to configure rule that match by tcp flags like the following https://ryu.readthedocs.io/en/latest/library_packet_ref/packet_tcp.html but im unable to do so with the ofcl_rest app.. I got invalid syntax error POST command: curl -X POST -d '{"dpid":1,"table_id":7,"cookie":1685023343,

Re: [Ryu-devel] ofctl_rest app tcp flags

2019-06-23 Thread Alon Dotan
not sure I understood.. there is no problem to add it via the ovs-ofctl command line.. From: knet solutions Sent: Sunday, June 23, 2019 1:41 PM To: Alon Dotan Cc: Ryu-devel Subject: Re: [Ryu-devel] ofctl_rest app tcp flags TCP flags are not supported in openflow

Re: [Ryu-devel] ofctl_rest app tcp flags

2019-06-23 Thread Alon Dotan
, duration=3874.622s, table=0, n_packets=0, n_bytes=0, priority=0 actions=drop Thanks, From: knet solutions Sent: Sunday, June 23, 2019 2:28 PM To: Alon Dotan Cc: Ryu-devel Subject: Re: [Ryu-devel] ofctl_rest app tcp flags 1. could you share the ovs-ofct command which

Re: [Ryu-devel] ofctl_rest app tcp flags

2019-06-23 Thread Alon Dotan
any plans to add support? there is any PR for that? I will patch on my own if no other way... From: Yusuke Iwase Sent: Sunday, June 23, 2019 3:37 PM To: Alon Dotan Cc: knet solutions; ryu-devel@lists.sourceforge.net Subject: Re: [Ryu-devel] ofctl_rest app tcp