Author: glebius
Date: Tue Dec 18 08:09:44 2012
New Revision: 244386
URL: http://svnweb.freebsd.org/changeset/base/244386

Log:
  Clear correct flag in INET6 case.

Modified:
  head/sys/netinet/tcp_input.c

Modified: head/sys/netinet/tcp_input.c
==============================================================================
--- head/sys/netinet/tcp_input.c        Tue Dec 18 07:36:45 2012        
(r244385)
+++ head/sys/netinet/tcp_input.c        Tue Dec 18 08:09:44 2012        
(r244386)
@@ -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,
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to