summaryrefslogtreecommitdiff
path: root/lib/dpif-netlink.c
diff options
context:
space:
mode:
authorPaul Blakey <paulb@mellanox.com>2019-12-22 12:16:42 +0200
committerSimon Horman <simon.horman@netronome.com>2019-12-22 11:54:40 +0100
commit9221c721bec076a6b89d3d9b84fe7d87bf7ee134 (patch)
tree6cbf028567fa35a13db295d347f7ce3a5f70d59f /lib/dpif-netlink.c
parent576126a931cdf96d43443916d922462c7a16e350 (diff)
downloadopenvswitch-9221c721bec076a6b89d3d9b84fe7d87bf7ee134.tar.gz
netdev-offload-tc: Add conntrack label and mark support
Signed-off-by: Paul Blakey <paulb@mellanox.com> Reviewed-by: Roi Dayan <roid@mellanox.com> Signed-off-by: Simon Horman <simon.horman@netronome.com>
Diffstat (limited to 'lib/dpif-netlink.c')
-rw-r--r--lib/dpif-netlink.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dpif-netlink.c b/lib/dpif-netlink.c
index a3a997103..a08c2378a 100644
--- a/lib/dpif-netlink.c
+++ b/lib/dpif-netlink.c
@@ -1645,6 +1645,8 @@ dpif_netlink_netdev_match_to_dpif_flow(struct match *match,
.recirc = true,
.ct_state = true,
.ct_zone = true,
+ .ct_mark = true,
+ .ct_label = true,
},
};
size_t offset;