mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-02 05:43:02 +02:00
This is the last commit in the series that extend syslog matching and sorting to the level of sysklogd 2.7.0 and later. Like hostname filtering, property based filtering is not supported natively in the IETF RFC, and the modeling is unfortunately a bit clunky. The most confusing part is probably 'negate' which is the '!' operator that inverts the matching, e.g., !icase_regex match everthing *not* in the regexp. Fixes #1091 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>