CVS: cvs.openbsd.org: src
Alexander Bluhm <[email protected]> Wed, 5 Aug 2026 03:33:27 -0600 (MDT)
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
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@