ifconfig wepkey problem

Jeffrey Hsu hsu at freebsd.org
Wed Mar 24 14:04:02 PST 2004


The protocol hander was doing a copyin which doesn't work now that we 
dispatch to a different thread.  We need to either copyin from a 
different address space or do the copyin before dispatching to the 
protocol thread.  I've committed a workaround for now.

						Jeffrey






More information about the Bugs mailing list