PERFORCE change 138988 for review

Paolo Pisati piso at FreeBSD.org
Sun Mar 30 09:19:42 PDT 2008


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

Change 138988 by piso at piso_newluxor on 2008/03/30 16:18:54

	Let fragment pass.

Affected files ...

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

Differences ...

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

@@ -320,7 +320,8 @@
 	else
 		retval = LibAliasOut(t->lib, &m,
 		    MCLBYTES);
-	if (retval != PKT_ALIAS_OK) {
+	if (retval != PKT_ALIAS_OK &&
+	    retval != PKT_ALIAS_FOUND_HEADER_FRAGMENT) {
 		printf("retval: %d", retval);
 		/* XXX - should i add some logging? */
 		m_free(m);


More information about the p4-projects mailing list