projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94acd85
)
uci_firewall
author
John Crispin
<blogic@openwrt.org>
Mon, 11 Aug 2008 20:51:51 +0000
(20:51 +0000)
committer
John Crispin
<blogic@openwrt.org>
Mon, 11 Aug 2008 20:51:51 +0000
(20:51 +0000)
- fixes hotplug.d script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12282
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/firewall/files/new/20-firewall
patch
|
blob
|
history
diff --git
a/package/firewall/files/new/20-firewall
b/package/firewall/files/new/20-firewall
index
217e3f6
..
126fb9b
100644
(file)
--- a/
package/firewall/files/new/20-firewall
+++ b/
package/firewall/files/new/20-firewall
@@
-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