CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/23 12:50:43
Modified files:
sys/net : if_var.h
sys/netinet : ip_mroute.c
sys/netinet6 : ip6_mroute.c
Log message:
Avoid C casts in multicast code by using correct type.
Instead of using caddr_t for if_mcast and if_mcast6 in struct ifnet,
use the correct pointer type for struct vif and mif6. This allows
to remove many casts in multicast routing code.
OK florian@
