]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/openvswitch/datapath.h
openvswitch: Allow matching on conntrack label
[karo-tx-linux.git] / net / openvswitch / datapath.h
index d24ba98024bec742c5c6f1f40c89529ec20caa46..4e785ab889732bf5619f3eeb1e83782e427e96e5 100644 (file)
@@ -138,6 +138,9 @@ struct ovs_net {
        struct list_head dps;
        struct work_struct dp_notify_work;
        struct vport_net vport_net;
+
+       /* Module reference for configuring conntrack. */
+       bool xt_label;
 };
 
 extern int ovs_net_id;