Remove comment about desire for eventual explicit labeling of ICMP

header copy made on input path: this is now handled differently.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
This commit is contained in:
Robert Watson 2003-11-03 18:01:38 +00:00
parent 730ecf8254
commit eecfe773aa

View File

@ -1901,10 +1901,6 @@ ip_forward(struct mbuf *m, struct route *ro,
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