cvs commit: src/etc network.subr
Sascha Wildner
swildner at crater.dragonflybsd.org
Mon Feb 4 11:04:55 PST 2008
swildner 2008/02/04 11:03:07 PST
DragonFly src repository
Modified files:
etc network.subr
Log:
ifconfig_blah0="authmode wpa" causes ifconfig_getargs() to interpret
"wpa" as an invitation to start wpa_supplicant(8) (and to strip it
from the line) instead of just passing "authmode wpa" to ifconfig(8)
as expected.
Fix this by adding some code to ifconfig_getargs() and wpaif() which
checks if "wpa" is an argument to "authmode".
Submitted-by: Frank W. Josellis <frank at dynamical-systems.org>
Revision Changes Path
1.6 +32 -13 src/etc/network.subr
http://www.dragonflybsd.org/cvsweb/src/etc/network.subr.diff?r1=1.5&r2=1.6&f=u
More information about the Commits
mailing list