From 2434c4f1eae8a1da7c3835bb987b2959a14325ec Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 27 Apr 2007 00:49:14 +0000 Subject: [PATCH] Another masq ipsec fix git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6130 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-perl/Shorewall/Nat.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-perl/Shorewall/Nat.pm b/Shorewall-perl/Shorewall/Nat.pm index 7bdd9c179..5c1c707ba 100644 --- a/Shorewall-perl/Shorewall/Nat.pm +++ b/Shorewall-perl/Shorewall/Nat.pm @@ -56,7 +56,7 @@ sub do_ipsec_options($) "tunnel-dst" => NETWORK, ); my $list=$_[0]; - my $options = '-m policy '; + my $options = '-m policy --pol ipsec --dir out '; my $fmt; for my $e ( split ',' , $list ) {