mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Disable ipcomp regardless of config setting to avoid problem. Ticket #6167
This commit is contained in:
parent
535634e547
commit
a23600ef64
@ -1365,10 +1365,11 @@ EOD;
|
||||
|
||||
EOD;
|
||||
|
||||
/* Disable ipcomp for now. redmine #6167
|
||||
if (isset($config['ipsec']['compression'])) {
|
||||
$ipsecconnect .= "\tcompress = yes\n";
|
||||
$enablecompression = true;
|
||||
}
|
||||
} */
|
||||
if (!empty($ikelifeline)) {
|
||||
$ipsecconnect .= "\t{$ikelifeline}\n";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user