Revision 6be58d9d
Added by Chris Buechler over 10 years ago
etc/inc/vpn.inc | ||
---|---|---|
833 | 833 |
EOD; |
834 | 834 |
|
835 | 835 |
if (isset($config['ipsec']['compression'])) { |
836 |
$ipsecconnect .= '\tcompress = yes\n';
|
|
836 |
$ipsecconnect .= "\tcompress = yes\n";
|
|
837 | 837 |
$enablecompression = true; |
838 | 838 |
} |
839 | 839 |
if (!empty($ikelifeline)) |
Also available in: Unified diff
fix strongswan conf file generation with ipcomp. Ticket #4182