Actions
Bug #13071
closedDelete function for IPsec SAD entries on ``status_ipsec_sad.php`` does not work
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
22.05
Release Notes:
Default
Affected Version:
Affected Architecture:
Description
The delete function for IPsec SAD entries on status_ipsec_sad.php
is not working due to a misplaced usepost
attribute. It should be on the <a>
tag. It also gathers the SAD info before performing the delete so the delete can never be reflected in the output until the page is refreshed. Fix the order while there.
There is also some debate about whether or not we need the delete function here any more. It's been broken for a while and went unnoticed, so it may be OK to remove as well.
Actions