git: inet6: Dispatch in6_ifdetach to netisr0 to run
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Sat Jan 3 18:03:22 PST 2015
commit 9707eeea7aac15f502c6271bb87601b95602c7cd
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date: Fri Jan 2 20:41:12 2015 +0800
inet6: Dispatch in6_ifdetach to netisr0 to run
- Default router and nd6 prefix ifdetach processing are now in netisr0.
This steps toward moving all default router and nd6 prefix processing
to netisr0.
- Multicast group leaving no longer needs to be explicitly dispatched
to netisr0.
- ifindex2ifnet accessing is now in netisr (implicitly).
Summary of changes:
sys/netinet6/in6_ifattach.c | 66 +++++++++++++++++++++++----------------------
1 file changed, 34 insertions(+), 32 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9707eeea7aac15f502c6271bb87601b95602c7cd
--
DragonFly BSD source repository
More information about the Commits
mailing list