CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/05/02 01:19:45
Modified files:
sys/netinet6 : in6.c ip6_mroute.c nd6.c
Log message:
Push the NET_LOCK() down in in6_control() similar to what was done
for in_control(). Protect mrt6_ioctl() and nd6_ioctl() with a read
lock and in6_ioctl with the NET_LOCK() while establishing a single
exit point.
tested by kn
ok florian, mpi, visa
