patch-2.1.113 linux/net/ipv4/ip_masq.c

Next file: linux/net/ipv4/tcp_ipv4.c
Previous file: linux/net/core/skbuff.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.112/linux/net/ipv4/ip_masq.c linux/net/ipv4/ip_masq.c
@@ -1528,7 +1528,7 @@
 				if (csum_tcpudp_magic(iph->saddr, iph->daddr, len,
 						      iph->protocol, skb->csum))
 				{
-					IP_MASQ_WARNING( "failed TCP/UDP checksum from %d.%d.%d.%d!\n",
+					IP_MASQ_DEBUG(2, "failed TCP/UDP checksum from %d.%d.%d.%d!\n",
 					       NIPQUAD(iph->saddr));
 					return -1;
 				}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov