CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/07/24 13:49:08
Modified files:
sys/netinet6 : in6_proto.c ip6_input.c ip6_output.c
Log message:
Unlock IPV6CTL_DEFMCASTHLIM case of ip6_sysctl().
Only ip6_setmoptions() needs to use cached value. Nothing critical if
the destination interface was changed and ip6_output() will load
`ip6_defmcasthlim' once again to re-initialize `ip6' header. Unused in
ramdisk.
ok bluhm
