PERFORCE change 32164 for review
Robert Watson
rwatson at FreeBSD.org
Sat May 31 13:13:14 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=32164
Change 32164 by rwatson at 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
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list