From 08203ab740c8934f92d5f80cc4464acaa95dc8a1 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Fri, 9 Apr 2010 14:57:07 -0700 Subject: Change DNAT to use index 2 to skip over VYATTA_PRE_DNAT_HOOK. --- scripts/vyatta-update-nat.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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", -- cgit v1.2.3