CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/06/30 06:43:22
Modified files: sys/net : if_etherip.c if_gif.c if_gre.c pf.c sys/netinet : ip_input.c ip_ipip.c ip_output.c tcp_input.c tcp_subr.c udp_usrreq.c Log message: Unlock IPCTL_DEFTTL case of ip_sysctl(). Read-only access at initialization time of interfaces, PCBs and IP packets. ok bluhm