TCP flags are not supported in openflow match field. Refer openflow
specification.



On Sun, 23 Jun 2019 15:00 Alon Dotan, <alon.do...@bullguard.com> 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
> 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

Reply via email to