Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Mar 2008 16:19:40 GMT
From:      Paolo Pisati <piso@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 138988 for review
Message-ID:  <200803301619.m2UGJeEs092578@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=138988

Change 138988 by piso@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803301619.m2UGJeEs092578>