From: Felix Fietkau Date: Tue, 3 Dec 2013 09:02:58 +0000 (+0000) Subject: hostapd: fix maclist processing with netifd X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=603c532eedd4788369398f5204fdc1c03b48c89a;p=librecmc%2Flibrecmc.git hostapd: fix maclist processing with netifd Signed-off-by: Felix Fietkau SVN-Revision: 38991 --- diff --git a/package/network/services/hostapd/files/netifd.sh b/package/network/services/hostapd/files/netifd.sh index 020c41fd03..4879c044b2 100644 --- a/package/network/services/hostapd/files/netifd.sh +++ b/package/network/services/hostapd/files/netifd.sh @@ -308,7 +308,7 @@ hostapd_set_bss_options() { esac fi - _macfile="/var/run/hostapd-$phy-$ifname.maclist" + _macfile="/var/run/hostapd-$ifname.maclist" case "$macfilter" in allow) append bss_conf "macaddr_acl=1" "$N" @@ -324,7 +324,8 @@ hostapd_set_bss_options() { esac [ -n "$_macfile" ] && { - json_get_vars macfile maclist + json_get_vars macfile + json_get_values maclist maclist rm -f "$_macfile" (