Commit f2caa97d authored by Franco Fichtner's avatar Franco Fichtner

ipsec: add newline to auto statement

parent bcd96a58
...@@ -1156,7 +1156,7 @@ EOD; ...@@ -1156,7 +1156,7 @@ EOD;
if (!empty($ealgoAHsp2arr[$idx])) { if (!empty($ealgoAHsp2arr[$idx])) {
$tmpconf .= "\tah = " . join(',', $ealgoAHsp2arr[$idx]) . "!\n"; $tmpconf .= "\tah = " . join(',', $ealgoAHsp2arr[$idx]) . "!\n";
} }
$tmpconf .= "\tauto = {$conn_auto}"; $tmpconf .= "\tauto = {$conn_auto}\n";
$ipsecconf .= $tmpconf; $ipsecconf .= $tmpconf;
} }
} else { } else {
...@@ -1216,7 +1216,7 @@ EOD; ...@@ -1216,7 +1216,7 @@ EOD;
if (!empty($ah_content)) { if (!empty($ah_content)) {
$tmpconf .= "\tah = " . join(',', $ah_content) . "!\n"; $tmpconf .= "\tah = " . join(',', $ah_content) . "!\n";
} }
$tmpconf .= "\tauto = {$conn_auto}"; $tmpconf .= "\tauto = {$conn_auto}\n";
$ipsecconf .= $tmpconf; $ipsecconf .= $tmpconf;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment