CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/11/23 07:51:00
Modified files:
sys/net : if.c if_var.h
sys/sys : domain.h
regress/sys/net/rtable: util.c
Log message:
Remove unused struct ifnet's *if_afdata[] and struct domain's
dom_if{at,de}tach()
Both made obsolete through struct ifnet's previous *if_nd addition.
IPv6 Neighbour Discovery handles per-interface data directly, nothing
else uses this generic domain API anymore.
Outside of _KERNEL, but nothing in base uses them, either.
OK bluhm mvs claudio