CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/07/25 19:17:00
Modified files: sys/netinet6 : in6_proto.c ip6_input.c nd6.c Log message: Unlock IPV6CTL_NEIGHBORGCTHRESH case of ip6_sysctl() Both sysctl(2) and IPv6 stack accept negative value for `ip6_neighborgcthresh' to disable garbage collector of NDP entries. No limits is bad design, however don't to mix unlocking with behavior change. Not used in ramdisk. ok bluhm