CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/02/25 17:53:18
Modified files:
sys/netinet : igmp.c igmp_var.h in.c
sys/netinet6 : in6.c mld6.c mld6_var.h
Log message:
Call igmp_sendpkt() and mld6_sendpkt() with pktinfo argument.
Gather all information needed to send an IGMP or MLD6 packet in a
struct pktinfo. This allows splitting access to multicast data
structures from sending packets. Then adding locks to multicast
will be easier.
OK mvs@
