Răsfoiți Sursa

[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>
Thomas Voegtle 19 ani în urmă
părinte
comite
44adf28f4a
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      net/ipv4/netfilter/Kconfig

+ 1 - 1
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---