CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/06/21 08:21:17
Modified files: sys/netinet : ip_input.c ip_var.h ipsec_input.c ipsec_output.c sys/netinet6 : in6_proto.c ip6_input.c Log message: Move IP{,V6}CTL_MTUDISCTIMEOUT cases of ip{,6}_sysctl() out of netlock. They are identical, so unlock them both. Use the temporary `ip_sysctl_lock' rwlock(9) for value assignment and the following rt_timer_queue_change() serialization. ok bluhm