inet6: Dispatch in6_if_up() to netisr0 to run
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Tue, 6 Jan 2015 13:44:02 +0000 (21:44 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 7 Jan 2015 01:08:41 +0000 (09:08 +0800)
commit83167ee5a6cbd30fc7a5bc033d94a8ee8deb52c7
tree3d458887416a2c54e36f49f438a7ced6f2180de4
parent8c494ac4843d68a0ecc8834e0ab8ea5b0dd00d03
inet6: Dispatch in6_if_up() to netisr0 to run

- Processing of DAD, nd6 prefix and inet6 address on in6_if_up() code
  path are now in netisr0.
- Accessing of ifnet global variable on in6_if_up() code path is now
  in netisr0.
sys/netinet6/in6.c