CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/08/02 03:03:54
Modified files: sys/netinet6 : icmp6.c Log message: Unlock ICMPV6CTL_REDIRTIMEOUT case of icmp6_sysctl(). rt_timer_queue_change() is mp-safe, so make unlocking in the way of IP{V6}CTL_MTUDISCTIMEOUT cases of ip{,6}_sysctl(). ok bluhm