not sure I understood.. there is no problem to add it via the ovs-ofctl command line.. ________________________________ From: knet solutions <[email protected]> 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 match field. Refer openflow specification. On Sun, 23 Jun 2019 15:00 Alon Dotan, <[email protected]<mailto:[email protected]>> wrote: 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,"priority":56000,"flags":1,"match":{"tcp_flags": 2, "ip_proto": 6, "eth_type": 2048},"actions":[]}' http://127.0.0.1:30002/stats/flowentry/add ERROR: Unknown match field: tcp_flags any ideas? Thanks, _______________________________________________ Ryu-devel mailing list [email protected]<mailto:[email protected]> https://lists.sourceforge.net/lists/listinfo/ryu-devel
_______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
