git: inet6: Dispatch in6_if_up() to netisr0 to run

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Tue Jan 6 17:08:53 PST 2015


commit 83167ee5a6cbd30fc7a5bc033d94a8ee8deb52c7
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Tue Jan 6 21:44:02 2015 +0800

    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.

Summary of changes:
 sys/netinet6/in6.c | 24 ++++++++++++++++++++++--
 1 file changed, 22 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/83167ee5a6cbd30fc7a5bc033d94a8ee8deb52c7


-- 
DragonFly BSD source repository



More information about the Commits mailing list