From f5c3c7c753ede3997fb657bf8360a48a493a2e38 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 27 Apr 2007 00:17:27 +0000 Subject: [PATCH] Fix policy and masq git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6129 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 744c9cf1f..7bdd9c179 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 '; my $fmt; for my $e ( split ',' , $list ) {