Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 May 2003 06:13:14 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 32164 for review
Message-ID:  <200305311313.h4VDDEK0089501@repoman.freebsd.org>

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

Change 32164 by rwatson@rwatson_tislabs on 2003/05/31 06:13:05

	Remove comment about needing to label the mcopy in ip_input:
	that will happen later at the ICMP layer; for now, it's just
	a label copy.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/netinet/ip_input.c#32 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/netinet/ip_input.c#32 (text+ko) ====

@@ -1797,10 +1797,6 @@
 		mcopy->m_len = imin((ip->ip_hl << 2) + 8,
 		    (int)ip->ip_len);
 		m_copydata(m, 0, mcopy->m_len, mtod(mcopy, caddr_t));
-		/*
-		 * XXXMAC: Eventually, we may have an explict labeling
-		 * point here.
-		 */
 	}
 
 #ifdef IPSTEALTH



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