Hi Ryu experts/developers, I just started using ryu for the last two months. I am running into some issues with ovs 2.7 and ryu. When i add a flow with tcp_flags="ack" or tcp_flags="rst" with the ryu the flows are not hitting. But, the ovs is matching on tcp_flags="+ack" or tcp_flags="+rst" when I manually add this flow.
OFPMatch() just takes tcp_flags with uint16 number such as 16 for ACK and 4 for RST. But, could you please let me know how I can add "+" or "-" prefix using RYU OFPMatch with OFPFlowMod() API ? Looking forward for your reply. -- Regards Rajesh
_______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel