diff options
Diffstat (limited to 'include/net/netns/x_tables.h')
| -rw-r--r-- | include/net/netns/x_tables.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/x_tables.h b/include/net/netns/x_tables.h index 591db7d657a..c24060ee411 100644 --- a/include/net/netns/x_tables.h +++ b/include/net/netns/x_tables.h @@ -8,6 +8,7 @@ struct ebt_table;  struct netns_xt {  	struct list_head tables[NFPROTO_NUMPROTO]; +	bool notrack_deprecated_warning;  #if defined(CONFIG_BRIDGE_NF_EBTABLES) || \      defined(CONFIG_BRIDGE_NF_EBTABLES_MODULE)  	struct ebt_table *broute_table;  |