mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
(ipsec, "save password") change yes -> 1 for 28673. for https://github.com/opnsense/core/issues/1209
This commit is contained in:
parent
259eb3808e
commit
8459b38f11
@ -690,7 +690,7 @@ EOD;
|
||||
}
|
||||
|
||||
if (isset($a_client['save_passwd'])) {
|
||||
$strongswan .= "\t\t28673 = yes\n";
|
||||
$strongswan .= "\t\t28673 = 1\n";
|
||||
}
|
||||
|
||||
if (!empty($a_client['pfs_group'])) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user