Author: blogic Date: 2015-11-24 19:28:19 +0100 (Tue, 24 Nov 2015) New Revision: 47613
Modified: trunk/package/network/services/authsae/files/lib/wifi/authsae.sh Log: authsae: Fix meshid in authsae config The variable $mesh_id was never defined in authsae_start_interface and thus the option meshid in $authsae_conf_file was always set to "". Signed-off-by: Sven Eckelmann <[email protected]> Modified: trunk/package/network/services/authsae/files/lib/wifi/authsae.sh =================================================================== --- trunk/package/network/services/authsae/files/lib/wifi/authsae.sh 2015-11-24 18:28:05 UTC (rev 47612) +++ trunk/package/network/services/authsae/files/lib/wifi/authsae.sh 2015-11-24 18:28:19 UTC (rev 47613) @@ -5,7 +5,7 @@ local authsae_conf_file="/var/run/authsae-$ifname.cfg" local ret=1 - json_get_vars mcast_rate + json_get_vars mcast_rate mesh_id set_default mcast_rate "12" case "$htmode" in _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
