CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/05 03:33:27
Modified files:
sys/netinet6 : ip6_output.c
Log message:
Protect ip6_mforward() with kernel lock in ip6_output().
Multicast forwarding is not MP safe yet and also locked with shared
netlock plus kernel lock elsewhere.
OK sashan@
