Actions
Bug #10151
closedvpn_ipsec_phase1.php: webgui bugs on latest 2.5
Start date:
01/03/2020
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.5.0
Affected Architecture:
Description
Phase 1 Proposal (Encryption Algorithm) is doubled (see screenshot)
also, for some reason, the JavaScript code that sets the default options does not work:
// On initial page load myidsel_change(); peeridsel_change(); iketype_change(); methodsel_change(); rekeychkbox_change(); dpdchkbox_change();
- this is why DPD values and AES keysize is empty
pfSense 2.5.0.a.20200102.0720
PR to fix double Phase 1 Proposal (Encryption Algorithm):
https://github.com/pfsense/pfsense/pull/4146
Files
Updated by Jim Pingle almost 5 years ago
- Status changed from New to In Progress
- Assignee set to Jim Pingle
The JS fails because the rekeychkbox_change() function listed there does not exist any longer. I've pushed a fix for both items at once.
Updated by Jim Pingle almost 5 years ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 100
Applied in changeset 4d962f1bc8fc1698d8c4c96a9adb28580e850640.
Updated by Viktor Gurov almost 5 years ago
- Status changed from Feedback to Resolved
tested on pfSense 2.5.0.a.20200103.2159
no bugs,
Resolved
Actions