summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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