CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/04/17 14:44:27
Modified files:
sys/net : if_spppsubr.c
Log message:
in_ifinit() is not prepared to be called from interrupt context so add
addresses from process context by scheduling a work queue.
Fixes an assertwaitok panic. ok henning
