2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 14:25:26 +00:00

tc: Add matching on tcp flags

To be used later for offloading rules matching on tcp_flags.

Signed-off-by: Paul Blakey <paulb@mellanox.com>
Reviewed-by: Roi Dayan <roid@mellanox.com>
Acked-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: Joe Stringer <joe@ovn.org>
This commit is contained in:
Paul Blakey
2017-08-07 18:19:10 +03:00
committed by Joe Stringer
parent 7cb3241233
commit cd0810438b
2 changed files with 12 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ struct tc_flower_key {
ovs_be16 tcp_src;
ovs_be16 tcp_dst;
ovs_be16 tcp_flags;
ovs_be16 udp_src;
ovs_be16 udp_dst;