]> git.proxmox.com Git - pve-firewall.git/commit - src/PVE/API2/Firewall/IPSet.pm
fix #4268: add 'force' parameter to delete IPSet with members
authorLeo Nunner <l.nunner@proxmox.com>
Mon, 24 Oct 2022 10:02:01 +0000 (12:02 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 16 Nov 2022 19:26:51 +0000 (20:26 +0100)
commit5e3c0cf82d04769c15517924bf74c4a9f948e210
treea8fa6d5428236b40145c292223c2aa9d2aa9422a
parent21d5ba9c34d729f2b1d3a895a4703b3079309e51
fix #4268: add 'force' parameter to delete IPSet with members

Currently, trying to delete a non-empty IPSet will throw an error.
Manually deleting all members of the set might be a time-consuming
process, which the force parameter allows to bypass.

Signed-off-by: Leo Nunner <l.nunner@proxmox.com>
src/PVE/API2/Firewall/IPSet.pm