Skip to content
Snippets Groups Projects
Commit 43e28bf1 authored by John Crispin's avatar John Crispin
Browse files

uci_firewall - fixes hotplug.d script

SVN-Revision: 12282
parent 0f5cbca0
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ load_zones() { ...@@ -8,7 +8,7 @@ load_zones() {
local network local network
config_get name $1 name config_get name $1 name
config_get network $1 network config_get network $1 network
[ -z "$network" ] && return [ -z "$network" ] && network=$name
for n in $network; do for n in $network; do
local ifname local ifname
config_get ifname $n ifname config_get ifname $n ifname
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment