aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2005-10-10 23:51:53 -0400
committerDavid S. Miller <davem@davemloft.net>2005-10-10 23:51:53 -0400
commitf40863cec87464f3f4ec3a6c00e3fda3bbb0c91b (patch)
treee2945b3cae7237392c04969ff808a0c011f911a0 /net/ipv4
parent85d9b05d9b1edad9a2630584754720a957ab0a2a (diff)
[NETFILTER] ipt_ULOG: Mark ipt_ULOG as OBSOLETE
Similar to nfnetlink_queue and ip_queue, we mark ipt_ULOG as obsolete. This should have been part of the original nfnetlink_log merge, but I somehow missed it. Signed-off-by: Harald Welte <laforge@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4')
-rw-r--r--net/ipv4/netfilter/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig
index 4b6f80775fb0..7d917e4ce1d9 100644
--- a/net/ipv4/netfilter/Kconfig
+++ b/net/ipv4/netfilter/Kconfig
@@ -499,9 +499,14 @@ config IP_NF_TARGET_LOG
499 To compile it as a module, choose M here. If unsure, say N. 499 To compile it as a module, choose M here. If unsure, say N.
500 500
501config IP_NF_TARGET_ULOG 501config IP_NF_TARGET_ULOG
502 tristate "ULOG target support" 502 tristate "ULOG target support (OBSOLETE)"
503 depends on IP_NF_IPTABLES 503 depends on IP_NF_IPTABLES
504 ---help--- 504 ---help---
505
506 This option enables the old IPv4-only "ipt_ULOG" implementation
507 which has been obsoleted by the new "nfnetlink_log" code (see
508 CONFIG_NETFILTER_NETLINK_LOG).
509
505 This option adds a `ULOG' target, which allows you to create rules in 510 This option adds a `ULOG' target, which allows you to create rules in
506 any iptables table. The packet is passed to a userspace logging 511 any iptables table. The packet is passed to a userspace logging
507 daemon using netlink multicast sockets; unlike the LOG target 512 daemon using netlink multicast sockets; unlike the LOG target