CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/07/23 16:32:49
Modified files: sys/netinet6 : in6_proto.c ip6_input.c nd6_nbr.c Log message: Unlock IPV6CTL_DAD_COUNT case of ip6_sysctl(). `ip6_dad_count' is local to nd6_dad_start() and used only to initialize `dad_count' of the addresses to run DAD on. However, we do non-null check before, so use cached value. Unused in ramdisk. ok bluhm