summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.netfilter.ip4
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-12-26 15:15:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-12-26 15:15:43 +0100
commitf8f4789eb00ad9e7768a98bed5f598f36c6679f4 (patch)
tree23e1e1aaa58b147f21e3ee19a25886edf7960cb9 /target/linux/config/Config.in.netfilter.ip4
parentad9e0b66c9f717f3cdcc4a265fd2a41a37b8ed1b (diff)
parent6967ec40538c8b4f8646dfc38aa355dc70a84dab (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/config/Config.in.netfilter.ip4')
-rw-r--r--target/linux/config/Config.in.netfilter.ip416
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/config/Config.in.netfilter.ip4 b/target/linux/config/Config.in.netfilter.ip4
index a29c212cd..77617ea12 100644
--- a/target/linux/config/Config.in.netfilter.ip4
+++ b/target/linux/config/Config.in.netfilter.ip4
@@ -89,22 +89,6 @@ config ADK_KERNEL_IP_NF_TARGET_REJECT
error should be issued in response to an incoming packet, rather
than silently being dropped.
-config ADK_KERNEL_IP_NF_TARGET_ULOG
- tristate 'ULOG target support'
- depends on ADK_KERNEL_IP_NF_FILTER
- help
- This option enables the old IPv4-only "ipt_ULOG" implementation
- which has been obsoleted by the new "nfnetlink_log" code (see
- CONFIG_NETFILTER_NETLINK_LOG).
-
- This option adds a `ULOG' target, which allows you to create rules in
- any iptables table. The packet is passed to a userspace logging
- daemon using netlink multicast sockets; unlike the LOG target
- which can only be viewed through syslog.
-
- The appropriate userspace logging daemon (ulogd) may be obtained from
- <http://www.gnumonks.org/projects/ulogd/>
-
config ADK_KERNEL_IP_NF_TARGET_REDIRECT
tristate 'REDIRECT target support'
depends on ADK_KERNEL_NF_NAT