CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/23 05:18:12
Modified files:
sys/net : if.c
sys/sys : mbuf.h
Log message:
Resetting the mbuf header in if_input_local() was stripping off the
M_LOOP flag. This broke IPv6 multicast. Always set M_LOOP when
going through if_input_local() and adjust the flag's comment.
report rzalamena@; OK mpi@
