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:
aa92a99
)
Fixed a typo in firewall scripts, closes #4000
author
Steven Barth
<steven@midlink.org>
Mon, 15 Sep 2008 18:57:39 +0000
(18:57 +0000)
committer
Steven Barth
<steven@midlink.org>
Mon, 15 Sep 2008 18:57:39 +0000
(18:57 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12613
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/firewall/files/uci_firewall.sh
patch
|
blob
|
history
diff --git
a/package/firewall/files/uci_firewall.sh
b/package/firewall/files/uci_firewall.sh
index
0ce878b
..
85af805
100755
(executable)
--- a/
package/firewall/files/uci_firewall.sh
+++ b/
package/firewall/files/uci_firewall.sh
@@
-251,7
+251,7
@@
fw_redirect() {
[ "$src_dport_first" -ne "$src_dport_last" ] && { \
src_dport="$src_dport_first:$src_dport_last"; }
- dest
port2=dest
port
+ dest
_port2=$dest_
port
dest_port_first=${dest_port2%-*}
dest_port_last=${dest_port2#*-}
[ "$dest_port_first" -ne "$dest_port_last" ] && { \