CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/09/16 03:18:55
Modified files:
lib/libc/sys : sysctl.2
sys/netinet6 : in6.h in6_proto.c ip6_forward.c ip6_input.c
ip6_mroute.c ip6_var.h
Log message:
Stop logging to syslog when an IPv6 packet cannot be forwarded.
IPv4 does not do this and it is one of thousands of things that can go
wrong and we do not log those either.
With that net.inet6.ip6.log_interval can go.
OK sthen, bluhm jca
