CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/08/13 05:30:31
Modified files: sys/netinet6 : icmp6.c Log message: Unlock the ICMPV6CTL_MTUDISC_*WAT cases of icmp6_sysctl(). Also deny negative values for both `icmp6_mtudisc_*wat' variables. They are used together, but the usage path looks incomplete. Changing the API to disallow disabling watermarks would hurt nobody. ok bluhm