mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
uci_firewall - fixes hotplug.d script
SVN-Revision: 12282
This commit is contained in:
parent
0f5cbca010
commit
43e28bf153
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue