uci_firewall - fixes hotplug.d script

SVN-Revision: 12282
This commit is contained in:
John Crispin 2008-08-11 20:51:51 +00:00
parent 0f5cbca010
commit 43e28bf153

View file

@ -8,7 +8,7 @@ load_zones() {
local network
config_get name $1 name
config_get network $1 network
[ -z "$network" ] && return
[ -z "$network" ] && network=$name
for n in $network; do
local ifname
config_get ifname $n ifname