summaryrefslogtreecommitdiffstats
path: root/filter/ulogd_filter_MARK.c
Commit message (Collapse)AuthorAgeFilesLines
* New MARK-based filterEric Leblond2008-06-121-0/+123
This module filters message by using the mark to decide wether or not a packet or a flow has to be logged. It takes a mark and a mask option. It demonstrates the usage of ULOGD_IRET_STOP which can be used to abort iteration through the stack. Signed-off-by: Eric Leblond <eric@inl.fr>