openvswitch: Support conntrack zone limit
[linux-2.6-block.git] / net / openvswitch / datapath.h
index 523d65526766d31e2c815209d3498ae5449f3812..c9eb267c6f7e197b59a79d679b4e107c8fc12b23 100644 (file)
@@ -144,6 +144,9 @@ struct dp_upcall_info {
 struct ovs_net {
        struct list_head dps;
        struct work_struct dp_notify_work;
+#if    IS_ENABLED(CONFIG_NETFILTER_CONNCOUNT)
+       struct ovs_ct_limit_info *ct_limit_info;
+#endif
 
        /* Module reference for configuring conntrack. */
        bool xt_label;