Hi, On 2015年06月02日 03:57, Николай Жупиков wrote: > Hello! please tell me how to use a field in of_proto_13: # EXT- 109 TCP flags > match field Extension oxm_fields.ONFExperimenter ('tcp_flags', 42 , > type_desc.Int2) How can I remove the flags?
The usage of 'tcp_flags' match field is the same as the other fields, but please note the prerequisites of match fields. e.g.) match = parser.OFPMatch(eth_type=0x0800, ip_proto=6, tcp_flags=1) Thanks, Iwase > ------------------------------------------------------------------------------ > _______________________________________________ > Ryu-devel mailing list > Ryu-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel