mirror of https://github.com/OISF/suricata
radix: fix ipv6 address parsing warning
The check meant to see if the ip address part of the ip/cidr combo was more specific than needed wasn't fully implemented, leading to warnings being issued on completely valid and correct input. This patch implements the same logic as in IPv4. If the ip address as specified is different from the ip after the mask has been applied, a warning is displayed. Bug: #5747.pull/8267/head
parent
b289030696
commit
991f9fde32
Loading…
Reference in New Issue