aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorThomas Voegtle <tv@lio96.de>2006-04-24 17:15:54 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-04-24 17:27:29 -0700
commit44adf28f4a27df626d50e54c8d0669df2dd1aa89 (patch)
tree20abb0d95b08e58f8c5a7d653517737c4a6aa38b /net
parent[NETFILTER]: nf_conntrack: Fix module refcount dropping too far (diff)
downloadlinux-dev-44adf28f4a27df626d50e54c8d0669df2dd1aa89.tar.xz
linux-dev-44adf28f4a27df626d50e54c8d0669df2dd1aa89.zip
[NETFILTER]: ULOG target is not obsolete
The backend part is obsoleted, but the target itself is still needed. Signed-off-by: Thomas Voegtle <tv@lio96.de> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/ipv4/netfilter/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig
index c60fd5c4ea1e..3d560dec63ab 100644
--- a/net/ipv4/netfilter/Kconfig
+++ b/net/ipv4/netfilter/Kconfig
@@ -345,7 +345,7 @@ config IP_NF_TARGET_LOG
To compile it as a module, choose M here. If unsure, say N.
config IP_NF_TARGET_ULOG
- tristate "ULOG target support (OBSOLETE)"
+ tristate "ULOG target support"
depends on IP_NF_IPTABLES
---help---