PERFORCE change 139818 for review

Paolo Pisati piso at FreeBSD.org
Fri Apr 11 15:34:26 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=139818

Change 139818 by piso at piso_ferret on 2008/04/11 15:34:17

	Reduce diff against HEAD.

Affected files ...

.. //depot/projects/soc2005/libalias/sys/netinet/ip_fw_nat.c#10 edit

Differences ...

==== //depot/projects/soc2005/libalias/sys/netinet/ip_fw_nat.c#10 (text+ko) ====

@@ -259,12 +259,9 @@
 	    NULL)
 		goto badnat;
 	ip = mtod(m, struct ip *);
-	printf("%s()::%d - ip_off: %d ip_len: %d mlen: %d\n", __FUNCTION__, __LINE__, 
-	    ip->ip_off, ip->ip_len, m->m_len);
 	if (ip->ip_off & (IP_MF | IP_OFFMASK)) {
 		struct mbuf *reass;
 
-		printf("fragment found\n");
 		/* Reassemble packet. */
 		reass = ip_reass(m);
 
@@ -286,7 +283,6 @@
 				ip->ip_sum = in_cksum(reass, hlen);
 			m = reass;
 		} else {
-			printf("can't reass\n");
 			m = NULL;
 			goto badnat;
 		}


More information about the p4-projects mailing list