diff options
-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 661ea3c..154e19b 100755 --- a/scripts/vyatta-update-nat.pl +++ b/scripts/vyatta-update-nat.pl @@ -34,7 +34,7 @@ my $rule; open(OUT, ">>/dev/null") or exit 1; my %ipt_rulenum = ( source => 2, - destination => 2, + destination => 1, ); my %chain_name = ( source => "POSTROUTING", |