netfilter: kill remnants of ulog targets
authorPaul Bolle <pebolle@tiscali.nl>
Fri, 25 Jul 2014 12:25:31 +0000 (14:25 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 25 Jul 2014 12:55:44 +0000 (14:55 +0200)
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>
include/net/netns/x_tables.h
net/bridge/netfilter/Makefile
net/ipv4/netfilter/Makefile

index 02fe40f8c8fda4a1351cf8079b083d5220234274..c24060ee411e9e15a91a0fc5bd189eef8425869b 100644 (file)
@@ -15,11 +15,5 @@ struct netns_xt {
        struct ebt_table *frame_filter;
        struct ebt_table *frame_nat;
 #endif
-#if IS_ENABLED(CONFIG_IP_NF_TARGET_ULOG)
-       bool ulog_warn_deprecated;
-#endif
-#if IS_ENABLED(CONFIG_BRIDGE_EBT_ULOG)
-       bool ebt_ulog_warn_deprecated;
-#endif
 };
 #endif
index 061d121cf8b95d9bfdc18ca2645b07e4f9a50690..be4d0cea78cec4c32b947a3bbee02fbc4a051236 100644 (file)
@@ -37,5 +37,4 @@ obj-$(CONFIG_BRIDGE_EBT_SNAT) += ebt_snat.o
 
 # watchers
 obj-$(CONFIG_BRIDGE_EBT_LOG) += ebt_log.o
-obj-$(CONFIG_BRIDGE_EBT_ULOG) += ebt_ulog.o
 obj-$(CONFIG_BRIDGE_EBT_NFLOG) += ebt_nflog.o
index 245db9df3337a0d5b4eb873d592434ce3904ff17..33001621465b8d131e59cfce8920f87f3e46c7fc 100644 (file)
@@ -57,7 +57,6 @@ obj-$(CONFIG_IP_NF_TARGET_ECN) += ipt_ECN.o
 obj-$(CONFIG_IP_NF_TARGET_MASQUERADE) += ipt_MASQUERADE.o
 obj-$(CONFIG_IP_NF_TARGET_REJECT) += ipt_REJECT.o
 obj-$(CONFIG_IP_NF_TARGET_SYNPROXY) += ipt_SYNPROXY.o
-obj-$(CONFIG_IP_NF_TARGET_ULOG) += ipt_ULOG.o
 
 # generic ARP tables
 obj-$(CONFIG_IP_NF_ARPTABLES) += arp_tables.o
This page took 0.027342 seconds and 5 git commands to generate.