summaryrefslogtreecommitdiffstats
path: root/package/firewall
diff options
context:
space:
mode:
authorDaniel Dickinson <crazycshore@gmail.com>2011-07-07 08:59:40 +0000
committerDaniel Dickinson <crazycshore@gmail.com>2011-07-07 08:59:40 +0000
commitca7383e701892c9dd5021c3d0da5e3a7cbc67fc9 (patch)
treec9f55d15361f9970e17695eac7323ff1ff255657 /package/firewall
parentc8531fca5dc1869914ec319a6ecc66e7accfebaa (diff)
downloadmaster-31e0f0ae-ca7383e701892c9dd5021c3d0da5e3a7cbc67fc9.tar.gz
master-31e0f0ae-ca7383e701892c9dd5021c3d0da5e3a7cbc67fc9.tar.bz2
master-31e0f0ae-ca7383e701892c9dd5021c3d0da5e3a7cbc67fc9.zip
firewall: also correct another variable missed in previous commit
SVN-Revision: 27508
Diffstat (limited to 'package/firewall')
-rw-r--r--package/firewall/files/lib/core_redirect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firewall/files/lib/core_redirect.sh b/package/firewall/files/lib/core_redirect.sh
index 8d3d0b7716..e8d5ceab03 100644
--- a/package/firewall/files/lib/core_redirect.sh
+++ b/package/firewall/files/lib/core_redirect.sh
@@ -109,7 +109,7 @@ fw_load_redirect() {
$srcaddr ${destaddr:--m conntrack --ctstate DNAT} \
$pr \
$srcports $destports \
- $redirect_src_mac \
+ $sm \
$redirect_extra \
}
done