You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A GET on /api/v2/status/services returns the status on all services but I noticed that for IPsec it always returns "status": false while the service is running and tunnels are online. Using the same call from v1 /services does return "status": "running".
The Service status page also shows a green mark.
Expected behavior
The correct status of the ipsec service.
I can reproduce this. Seems like the ipsec service is not recognized by pfSense's is_service_running() function (which is called in v2 specifically) despite it being present in get_services(). I'll need to refactor this endpoint a bit to accommodate some of these services with unconventional parameters.
Describe the bug
A GET on /api/v2/status/services returns the status on all services but I noticed that for IPsec it always returns
"status": false
while the service is running and tunnels are online. Using the same call from v1 /services does return"status": "running"
.The Service status page also shows a green mark.
Expected behavior
The correct status of the ipsec service.
pfSense Version & Package Version:
Affected Endpoints:
Additional context
The text was updated successfully, but these errors were encountered: