Re: [Ryu-devel] TCP Flags flow matching field

2016-01-11 Thread Yusuke Iwase
Hi, Ryu fully supports OpenFlow 1.5 including TCP_FLAGS. The full list of the supported OFPMatch fields can be found here. https://github.com/osrg/ryu/blob/master/ryu/ofproto/ofproto_v1_5.py#L389-L434 Thanks, Iwase On 2016年01月12日 15:32, Tran Vinh Thuy wrote: > Dear Colleagues, > > OF spec 1.

[Ryu-devel] TCP Flags flow matching field

2016-01-11 Thread Tran Vinh Thuy
Dear Colleagues, OF spec 1.5 added support for TCP_FLAGS as a matching field. As I checked in ofproto_v1_5_parser.OFPMatch there is no TCP Flag fied. So if you know any possible way in Ryu to construct and add OF entry with TCP Flag matching field to OF switch please kindly tell. I wonder wh