summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.c
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2012-12-18 08:09:44 +0000
committerglebius <glebius@FreeBSD.org>2012-12-18 08:09:44 +0000
commitd30d64515c05cec7aa610c8579ec96e39e2fbb44 (patch)
treebf6b0bfca13120ce234b3909427d2ec2888f2c75 /sys/netinet/tcp_input.c
parent4aec412732f622b34aba76580090c6adbd334a3d (diff)
downloadFreeBSD-src-d30d64515c05cec7aa610c8579ec96e39e2fbb44.zip
FreeBSD-src-d30d64515c05cec7aa610c8579ec96e39e2fbb44.tar.gz
Clear correct flag in INET6 case.
Diffstat (limited to 'sys/netinet/tcp_input.c')
-rw-r--r--sys/netinet/tcp_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
index d53fd4b..b187fa1 100644
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -810,7 +810,7 @@ findpcb:
}
/* Remove the tag from the packet. We don't need it anymore. */
m_tag_delete(m, fwd_tag);
- m->m_flags &= ~M_IP_NEXTHOP;
+ m->m_flags &= ~M_IP6_NEXTHOP;
fwd_tag = NULL;
} else if (isipv6) {
inp = in6_pcblookup_mbuf(&V_tcbinfo, &ip6->ip6_src,
OpenPOWER on IntegriCloud