diff options
Diffstat (limited to 'net/openvswitch/datapath.h')
-rw-r--r-- | net/openvswitch/datapath.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/openvswitch/datapath.h b/net/openvswitch/datapath.h index 523d65526766..c9eb267c6f7e 100644 --- a/net/openvswitch/datapath.h +++ b/net/openvswitch/datapath.h | |||
@@ -144,6 +144,9 @@ struct dp_upcall_info { | |||
144 | struct ovs_net { | 144 | struct ovs_net { |
145 | struct list_head dps; | 145 | struct list_head dps; |
146 | struct work_struct dp_notify_work; | 146 | struct work_struct dp_notify_work; |
147 | #if IS_ENABLED(CONFIG_NETFILTER_CONNCOUNT) | ||
148 | struct ovs_ct_limit_info *ct_limit_info; | ||
149 | #endif | ||
147 | 150 | ||
148 | /* Module reference for configuring conntrack. */ | 151 | /* Module reference for configuring conntrack. */ |
149 | bool xt_label; | 152 | bool xt_label; |