mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-16 11:20:53 +01:00
Another masq ipsec fix
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6130 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
f5c3c7c753
commit
2434c4f1ea
@ -56,7 +56,7 @@ sub do_ipsec_options($)
|
|||||||
"tunnel-dst" => NETWORK,
|
"tunnel-dst" => NETWORK,
|
||||||
);
|
);
|
||||||
my $list=$_[0];
|
my $list=$_[0];
|
||||||
my $options = '-m policy ';
|
my $options = '-m policy --pol ipsec --dir out ';
|
||||||
my $fmt;
|
my $fmt;
|
||||||
|
|
||||||
for my $e ( split ',' , $list ) {
|
for my $e ( split ',' , $list ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user