CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/07/25 14:04:47
Modified files: sys/netinet6 : in6_proto.c ip6_input.c ip6_output.c Log message: Unlock IPV6CTL_MFORWARDING case of ip6_sysctl(). ip6_input_if() and ip6_output() belongs to different paths. Not used in ramdisk. ok bluhm