CESNET/Nemea-Modules

Unirecfilter: Support for "IN" operator for IP prefix

Closed this issue · 2 comments

This issue is for tracking work on new operator "IN" for IP prefix filtering in unirecfilter module.

Example usage:

.. -F "DST_IP IN 192.168.0.0/24" ...

This would filter out all records, with destination IP address not in 192.168.0.0/24.

Operator IN is still not available, however, we have added a feature about filtering by IP prefix.

See #89 .

Is it enough to close this issue? @fkrestan

Very nice! :) Thanks