Clear correct flag in INET6 case.
This commit is contained in:
parent
5eb0d2838c
commit
dd029d52fa
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user