summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/vyatta-update-nat.pl2
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",