authsae: Fix meshid in authsae config
authorJohn Crispin <john@openwrt.org>
Tue, 24 Nov 2015 18:28:19 +0000 (18:28 +0000)
committerJohn Crispin <john@openwrt.org>
Tue, 24 Nov 2015 18:28:19 +0000 (18:28 +0000)
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 <sven@open-mesh.com>
SVN-Revision: 47613

package/network/services/authsae/files/lib/wifi/authsae.sh

index d8c5598ed5939c1d5db8dc3478e3c2484461cc75..6582a354de4f93b67549b88df2e618e45668e28b 100644 (file)
@@ -5,7 +5,7 @@ authsae_start_interface() {
        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