From: nbd Date: Tue, 3 Dec 2013 09:02:58 +0000 (+0000) Subject: hostapd: fix maclist processing with netifd X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=286c7fb3f184e8f9d3645732d8b5d3db7f83c7a4;ds=sidebyside hostapd: fix maclist processing with netifd Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38991 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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" (