mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
ipsec: add newline to auto statement
This commit is contained in:
parent
bcd96a58cd
commit
f2caa97d19
@ -1156,7 +1156,7 @@ EOD;
|
||||
if (!empty($ealgoAHsp2arr[$idx])) {
|
||||
$tmpconf .= "\tah = " . join(',', $ealgoAHsp2arr[$idx]) . "!\n";
|
||||
}
|
||||
$tmpconf .= "\tauto = {$conn_auto}";
|
||||
$tmpconf .= "\tauto = {$conn_auto}\n";
|
||||
$ipsecconf .= $tmpconf;
|
||||
}
|
||||
} else {
|
||||
@ -1216,7 +1216,7 @@ EOD;
|
||||
if (!empty($ah_content)) {
|
||||
$tmpconf .= "\tah = " . join(',', $ah_content) . "!\n";
|
||||
}
|
||||
$tmpconf .= "\tauto = {$conn_auto}";
|
||||
$tmpconf .= "\tauto = {$conn_auto}\n";
|
||||
$ipsecconf .= $tmpconf;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user