Open he2ss opened 2 years ago
Somehow it's not really a bug but we should be more verbose explicit about it (if you want to unban 1.2.3.4
and there is a ban on 1.2.3.0/24
, you need to remove the ban on the range ... or do something smart like split it etc.)
Describe the bug When deleting an IP from decisions, it delete also the ranges that contains this IP in the active decisions.
To Reproduce Steps to reproduce the behavior:
cscli decisions add --range 172.17.0.0/16
cscli decisions add --ip 172.17.0.1
cscli decisions delete --ip 172.17.0.1
cscli decisions list
Expected behavior When deleting an IP, only decision about the IP should be removed, not the range.
Screenshots