datapath: Allow matching on conntrack label
[cascardo/ovs.git] / datapath / datapath.h
index a3ba886..ce5b82a 100644 (file)
@@ -136,6 +136,9 @@ struct dp_upcall_info {
 struct ovs_net {
        struct list_head dps;
        struct work_struct dp_notify_work;
+
+       /* Module reference for configuring conntrack. */
+       bool xt_label;
 };
 
 extern int ovs_net_id;