CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/07/27 11:46:59
Modified files: sys/netinet6 : icmp6.c in6_proto.c ip6_input.c Log message: Unlock IPV6CTL_MAXDYNROUTES case of ip6_sysctl(). The last one of `ipv6ctl_vars' variables. The sysctl(2) and IPv6 stack both allow negative value for unlimited routes, so use cached value and keep current behavior. We have no `ipv6ctl_vars' used in ramdisk, so exclude them from SMALL_KERNEL. ok bluhm