CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/07/18 02:39:14
Modified files: sys/netinet : ip_ipip.c tcp_subr.c udp_usrreq.c sys/netinet6 : icmp6.c in6_proto.c in6_src.c ip6_input.c Log message: Unlock IPV6CTL_DEFHLIM case of ip6_sysctl(). Note, traceroute(8) is the only user of IPV6CTL_DEFHLIM, but it doesn't included in the ramdisk. ok bluhm