inet6: Dispatch in6_ifdetach to netisr0 to run
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Fri, 2 Jan 2015 12:41:12 +0000 (20:41 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 4 Jan 2015 02:02:00 +0000 (10:02 +0800)
commit9707eeea7aac15f502c6271bb87601b95602c7cd
tree0096510893ce076663481479f63937215d91fd37
parent428ad8254bc57f23223652f4bda48e33697430f4
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).
sys/netinet6/in6_ifattach.c