diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2003-05-06 20:34:04 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2003-05-06 20:34:04 +0000 |
| commit | 688fe1d954ce5bde205ee0fdb0b57307a15ed818 (patch) | |
| tree | 9f0209ab1b7a00c02cd4b7d11387af62d72e524b /sys | |
| parent | d7ec3291cb6ccd224a1e6aa5717dcc742ec63179 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/netinet/ip_input.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index 32f2b6d7ec8d..c0b53de002ee 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -1797,13 +1797,10 @@ ip_forward(struct mbuf *m, int srcrt, struct sockaddr_in *next_hop) mcopy->m_len = imin((ip->ip_hl << 2) + 8, (int)ip->ip_len); m_copydata(m, 0, mcopy->m_len, mtod(mcopy, caddr_t)); -#ifdef MAC /* - * XXXMAC: This will eventually become an explicit - * labeling point. + * XXXMAC: Eventually, we may have an explict labeling + * point here. */ - mac_create_mbuf_from_mbuf(m, mcopy); -#endif } #ifdef IPSTEALTH |
