CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/06/24 06:33:49
Modified files:
sys/netinet : ip_mroute.c ip_mroute.h
sys/netinet6 : ip6_mroute.c ip6_mroute.h
usr.bin/netstat: mroute.c mroute6.c
Log message:
Extend multicast router counter.
ip_mforward() contained a static variable that poorly implements a
rate limited log message. Replace the log with a counter, which
is MP-safe.
Also count drops due to time-to-live and hop-limit. As the default
ttl is 1, this is the most common pitfall when configuring a multicast
router. This counter helps debugging.
OK claudio@ deraadt@