Clear correct flag in INET6 case.

This commit is contained in:
Gleb Smirnoff 2012-12-18 08:09:44 +00:00
parent 5eb0d2838c
commit dd029d52fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244386

View file

@ -810,7 +810,7 @@ tcp_input(struct mbuf *m, int off0)
}
/* 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,