From: Daniel Dickinson Date: Thu, 7 Jul 2011 08:59:40 +0000 (+0000) Subject: firewall: also correct another variable missed in previous commit X-Git-Tag: reboot~16315 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ca7383e701892c9dd5021c3d0da5e3a7cbc67fc9;p=openwrt%2Fopenwrt.git firewall: also correct another variable missed in previous commit SVN-Revision: 27508 --- 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