[pve-devel] [PATCH firewall manager] delete IPset with members
Leo Nunner
l.nunner at proxmox.com
Mon Oct 24 12:02:00 CEST 2022
Currently, deleting an IPSet with members is not possible. The user
first needs to delete all the members individually, and only then can
they delete the IPSet itself. This patch adds a 'force' parameter that
enables the deletion of the IPSet and all its members, allowing this
step to be bypassed.
firewall:
Leo Nunner (1):
fix #4268: add 'force' parameter to delete IPSet with members
src/PVE/API2/Firewall/IPSet.pm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
manager:
Leo Nunner (1):
fix #4268: add checkbox for force deletion of IPSet
www/manager6/panel/IPSet.js | 32 +++++++++++++++++++++++++++++---
1 file changed, 29 insertions(+), 3 deletions(-)
--
2.30.2
More information about the pve-devel
mailing list