mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 04:04:10 +01:00
Back out FASTACCEPT/IPSEC change
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8404 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
a7a8b413ef
commit
1c83016385
@ -273,7 +273,6 @@ sub determine_zones()
|
||||
$type = 'ipv4';
|
||||
$ipv4 = 1;
|
||||
} elsif ( $type =~ /^ipsec4?$/i ) {
|
||||
fatal_error "IPSEC Zones require FASTACCEPT=No" if $config{FASTACCEPT};
|
||||
$type = 'ipsec4';
|
||||
} elsif ( $type =~ /^bport4?$/i ) {
|
||||
warning_message "Bridge Port zones should have a parent zone" unless @parents;
|
||||
@ -970,7 +969,6 @@ sub validate_hosts_file()
|
||||
for my $option ( @options )
|
||||
{
|
||||
if ( $option eq 'ipsec' ) {
|
||||
fatal_error "'ipsec' requires FASTACCEPT=No" if $config{FASTACCEPT};
|
||||
$type = 'ipsec4';
|
||||
$zoneref->{options}{complex} = 1;
|
||||
$ipsec = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user