]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/net/netns/x_tables.h
Merge remote-tracking branch 'regmap/fix/debugfs' into tmp
[karo-tx-linux.git] / include / net / netns / x_tables.h
index 591db7d657a37d42107b38582cd8a45ad5838552..c24060ee411e9e15a91a0fc5bd189eef8425869b 100644 (file)
@@ -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;