projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2414448
)
Fix a small luci-splash issue
author
Steven Barth
<
[email protected]
>
Tue, 5 Aug 2008 14:14:42 +0000
(14:14 +0000)
committer
Steven Barth
<
[email protected]
>
Tue, 5 Aug 2008 14:14:42 +0000
(14:14 +0000)
applications/luci-splash/root/etc/init.d/luci_splash
patch
|
blob
|
history
diff --git
a/applications/luci-splash/root/etc/init.d/luci_splash
b/applications/luci-splash/root/etc/init.d/luci_splash
index 02fdd8b6a58cd080e6571a8c616230f9e05de414..ad1a8b1071e068352c330af04e8e00599e57d86e 100755
(executable)
--- a/
applications/luci-splash/root/etc/init.d/luci_splash
+++ b/
applications/luci-splash/root/etc/init.d/luci_splash
@@
-10,7
+10,7
@@
iface_add() {
config_get gw "$cfg" gateway
[ -n "$gw" ] || return 0
- iptables -t nat -A zone_$
zone
_prerouting -j luci_splash_portal
+ iptables -t nat -A zone_$
{zone}
_prerouting -j luci_splash_portal
for i in $gw
do