summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_input.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2003-11-03 18:01:38 +0000
committerrwatson <rwatson@FreeBSD.org>2003-11-03 18:01:38 +0000
commit2dda0c225b0c9eeb9945a23d8a279bfb7f093bc7 (patch)
treea40ee22bca1d119f6f41d875d710e3ffa4137355 /sys/netinet/ip_input.c
parent95e56a059ac923becc892509739a52c464874252 (diff)
downloadFreeBSD-src-2dda0c225b0c9eeb9945a23d8a279bfb7f093bc7.zip
FreeBSD-src-2dda0c225b0c9eeb9945a23d8a279bfb7f093bc7.tar.gz
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
Diffstat (limited to 'sys/netinet/ip_input.c')
-rw-r--r--sys/netinet/ip_input.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index 30a5b75..2518154 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -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
OpenPOWER on IntegriCloud