mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
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:
parent
730ecf8254
commit
eecfe773aa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121971
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user