diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2010-04-09 14:57:07 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2010-04-09 14:57:07 -0700 |
commit | 08203ab740c8934f92d5f80cc4464acaa95dc8a1 (patch) | |
tree | ad7d91e448119a312f91a5f880f5000407446486 | |
parent | 8d602ab41676e2acc18367f5e136551fd597414a (diff) | |
download | vyatta-nat-08203ab740c8934f92d5f80cc4464acaa95dc8a1.tar.gz vyatta-nat-08203ab740c8934f92d5f80cc4464acaa95dc8a1.zip |
Change DNAT to use index 2 to skip over VYATTA_PRE_DNAT_HOOK.
-rwxr-xr-x | scripts/vyatta-update-nat.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-update-nat.pl b/scripts/vyatta-update-nat.pl index 9669ebe..6e4deb5 100755 --- a/scripts/vyatta-update-nat.pl +++ b/scripts/vyatta-update-nat.pl @@ -37,7 +37,7 @@ if ($debug) { } my %ipt_rulenum = ( source => 2, - destination => 1, + destination => 2, ); my %chain_name = ( source => "POSTROUTING", |