Actions
Bug #10306
closedIncorrect IPsec service status
Start date:
02/29/2020
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.5.0
Affected Architecture:
Description
If you do some changes on the IPsec Mobile or IPsec Advanced tab and press apply,
Strongswan daemon restarted, but you can see 'start service' button in top right corner
although the service is actually running
It seems that get_service_status() tries to check charon daemon status by is_pid_running() with using outdated charon.pid file
Updated by Viktor Gurov almost 5 years ago
This PR adds extra charon process checking:
https://github.com/pfsense/pfsense/pull/4215
Updated by Jim Pingle almost 5 years ago
- Status changed from New to Pull Request Review
- Target version set to 2.5.0
Updated by Renato Botelho almost 5 years ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Renato Botelho
- % Done changed from 0 to 100
PR has been merged. Thanks!
Updated by Viktor Gurov over 4 years ago
- Status changed from Feedback to Resolved
Renato Botelho wrote:
PR has been merged. Thanks!
works as expected on 2.5.0.a.20200331.2303
Actions