aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns/x_tables.h
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2014-07-25 08:25:31 -0400
committerPablo Neira Ayuso <pablo@netfilter.org>2014-07-25 08:55:44 -0400
commitd4da843e6fad4f278fe82b075d8e394cff05c95c (patch)
tree0947e2316742717f57154d6a1e81effdb23bbdc9 /include/net/netns/x_tables.h
parenta2b60c75fa951f6e1ffa46c0f459d164d52699bf (diff)
netfilter: kill remnants of ulog targets
The ulog targets were recently killed. A few references to the Kconfig macros CONFIG_IP_NF_TARGET_ULOG and CONFIG_BRIDGE_EBT_ULOG were left untouched. Kill these too. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/net/netns/x_tables.h')
-rw-r--r--include/net/netns/x_tables.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/net/netns/x_tables.h b/include/net/netns/x_tables.h
index 02fe40f8c8fd..c24060ee411e 100644
--- a/include/net/netns/x_tables.h
+++ b/include/net/netns/x_tables.h
@@ -15,11 +15,5 @@ struct netns_xt {
15 struct ebt_table *frame_filter; 15 struct ebt_table *frame_filter;
16 struct ebt_table *frame_nat; 16 struct ebt_table *frame_nat;
17#endif 17#endif
18#if IS_ENABLED(CONFIG_IP_NF_TARGET_ULOG)
19 bool ulog_warn_deprecated;
20#endif
21#if IS_ENABLED(CONFIG_BRIDGE_EBT_ULOG)
22 bool ebt_ulog_warn_deprecated;
23#endif
24}; 18};
25#endif 19#endif