Actions
Bug #5747
closediprep/ipv6: warning issued on valid reputation input
Affected Versions:
Effort:
Difficulty:
Label:
Description
[600810] 8/12/2022 -- 18:38:31 - (util-radix-tree.c:1089) <Warning> (SCRadixAddKeyIPV6String) -- [ERRCODE: SC_ERR_INVALID_IP_NETBLOCK(16)] - adding '2001:0000:0000:0000:0000:0000:0000:0000/16' as '2001:0000:0000:0000:0000:0000:0000:0000/16'
The warning is meant to make the user aware of an input like
2001:0000:0000:0000:0000:0000:0000:1111/16
being the same as 2001:0000:0000:0000:0000:0000:0000:0000/16
, but a critical check is missing. The warning is harmless and can be ignored.
Actions