Use a flag to indicate that a packet has been received on an IPv6
authormpi <mpi@openbsd.org>
Tue, 19 Jul 2016 08:13:45 +0000 (08:13 +0000)
committermpi <mpi@openbsd.org>
Tue, 19 Jul 2016 08:13:45 +0000 (08:13 +0000)
commit99ba58c674b16af00f55405695a33726bb620f4d
treeda0572131efad0dc137335aea17f359fc0e03341
parent995e185684a29fb5c51cc0db21652b55f99f42ed
Use a flag to indicate that a packet has been received on an IPv6
anycast address.

This will allow us to split ip6_input() in two parts using a queue
in the middle.

ok jca@, florian@, bluhm@
share/man/man9/mbuf.9
sys/netinet6/ip6_input.c
sys/sys/mbuf.h