Use M_PROTO7 flag for M_IP6_NEXTHOP, because M_PROTO2 was used for

M_AUTHIPHDR.

Pointy hat to:	ae
Reported by:	Vadim Goncharov
MFC after:	3 days
This commit is contained in:
Andrey V. Elsukov 2012-12-17 14:36:56 +00:00
parent 49a8f2aa6c
commit 79672fd277
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244360

View File

@ -285,7 +285,7 @@ struct ip6aux {
#define IPV6_FORWARDING 0x02 /* most of IPv6 header exists */
#define IPV6_MINMTU 0x04 /* use minimum MTU (IPV6_USE_MIN_MTU) */
#define M_IP6_NEXTHOP M_PROTO2 /* explicit ip nexthop */
#define M_IP6_NEXTHOP M_PROTO7 /* explicit ip nexthop */
#ifdef __NO_STRICT_ALIGNMENT
#define IP6_HDR_ALIGNED_P(ip) 1