CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/12 15:19:54
Modified files:
sys/net : if.c
Log message:
Move nd6_ifdetach() out of netlock. In this point, the interface is
disconnected from everywhere. No need to hold netlock for dummy
'nd_ifinfo' release. Netlock is also not needed for
TAILQ_EMPTY(&ifp->if_*hooks) assertions.
ok kn bluhm
