[netfilter-cvslog] r3848 - trunk/patch-o-matic-ng/CLUSTERIP/linux-2.6/net/ipv4/netfilter

laforge at netfilter.org laforge at netfilter.org
Sun Apr 10 23:05:04 CEST 2005


Author: laforge at netfilter.org
Date: 2005-04-10 23:05:03 +0200 (Sun, 10 Apr 2005)
New Revision: 3848

Modified:
   trunk/patch-o-matic-ng/CLUSTERIP/linux-2.6/net/ipv4/netfilter/ipt_CLUSTERIP.c
Log:
fix icmp related case (Alexander Stieglecker)


Modified: trunk/patch-o-matic-ng/CLUSTERIP/linux-2.6/net/ipv4/netfilter/ipt_CLUSTERIP.c
===================================================================
--- trunk/patch-o-matic-ng/CLUSTERIP/linux-2.6/net/ipv4/netfilter/ipt_CLUSTERIP.c	2005-04-10 20:45:43 UTC (rev 3847)
+++ trunk/patch-o-matic-ng/CLUSTERIP/linux-2.6/net/ipv4/netfilter/ipt_CLUSTERIP.c	2005-04-10 21:05:03 UTC (rev 3848)
@@ -337,7 +337,7 @@
 	 * error messages (RELATED) and information requests (see below) */
 	if ((*pskb)->nh.iph->protocol == IPPROTO_ICMP
 	    && (ctinfo == IP_CT_RELATED 
-		|| ctinfo == IP_CT_IS_REPLY+IP_CT_IS_REPLY))
+		|| ctinfo == IP_CT_IS_RELATED+IP_CT_IS_REPLY))
 		return IPT_CONTINUE;
 
 	/* ip_conntrack_icmp guarantees us that we only have ICMP_ECHO, 




More information about the netfilter-cvslog mailing list