CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/07/19 02:13:46
Modified files:
sys/sys : mbuf.h
sys/netinet6 : ip6_input.c
share/man/man9 : mbuf.9
Log message:
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@
