[prev in list] [next in list] [prev in thread] [next in thread] 

List:       netfilter-devel
Subject:    [PATCH 2.6] iptables ipt_helper Kconfig fix
From:       Harald Welte <laforge () netfilter ! org>
Date:       2003-08-30 19:34:02
[Download RAW message or body]


Hi Davem!

Please apply the following patch (against 2.6.0-test4).  It fixes a bug
in Kconfig causing ipt_helper not to be compiled if ip_conntrack is a
module.

Thanks.

--- linux-2.6.0-test4-plain/net/ipv4/netfilter/Kconfig	2003-08-30 20:19:56.000000000 +0200
+++ linux-2.6.0-test4-kconf/net/ipv4/netfilter/Kconfig	2003-08-30 20:20:50.000000000 +0200
@@ -239,7 +239,7 @@
 
 config IP_NF_MATCH_HELPER
 	tristate "Helper match support"
-	depends on IP_NF_CONNTRACK!=n && IP_NF_IPTABLES
+	depends on IP_NF_CONNTRACK && IP_NF_IPTABLES
 	help
 	  Helper matching allows you to match packets in dynamic connections
 	  tracked by a conntrack-helper, ie. ip_conntrack_ftp
-- 
- Harald Welte <laforge@netfilter.org>             http://www.netfilter.org/
============================================================================
  "Fragmentation is like classful addressing -- an interesting early
   architectural error that shows how much experimentation was going
   on while IP was being designed."                    -- Paul Vixie

[Attachment #3 (application/pgp-signature)]

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic