Actions
Bug #7597
closedSimple/Basic reporting filters combine Target IPv4 and IPv6 with AND
Start date:
06/27/2022
Due date:
% Done:
100%
Estimated time:
To be discussed:
No
Description
When creating simple reporting filter, putting both IPv4 and IPv6 addresses into Source IP field results in ANDing them together - which is satisfied very very rarely. Set of IPs of the same class is put into IN [a, b, c, ...] operator, and if both classes are present, resulting expression is IP4 IN [a, b, c, ...] AND IP6 IN [d, e, f, ...]. It probably appeared with #7581 - however, this combination is the exception and should be ORed (with higher precedence then other ANDed fields).
Related issues
Updated by Pavel Kácha over 2 years ago
- Related to Bug #7581: Basic reporting filters default to OR instead of AND added
Updated by Rajmund Hruška over 2 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Should be fixed in 6686efb9.
Updated by Rajmund Hruška over 2 years ago
- Status changed from Resolved to In Review
Merged into devel and deployed on mentat-alt.
Actions