Deleted Added
full compact
70c70
< __FBSDID("$FreeBSD: head/sys/netinet6/udp6_usrreq.c 242079 2012-10-25 09:39:14Z ae $");
---
> __FBSDID("$FreeBSD: head/sys/netinet6/udp6_usrreq.c 242463 2012-11-02 01:20:55Z ae $");
95d94
< #include <net/pfil.h>
399c398
< if (V_pfilforward != 0 &&
---
> if ((m->m_flags & M_IP6_NEXTHOP) &&
425a425
> m->m_flags &= ~M_IP6_NEXTHOP;