CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2017/08/06 06:53:30
Modified files: sys/netinet6 : nd6.c Log message: Reduce contention on the NET_LOCK() by moving the nd6 address expiration task to the `softnettq`. While here update comments and names to reflect reality after the removal of router and prefix lists. ok florian@, bluhm@