aboutsummaryrefslogtreecommitdiffstats
path: root/main/fprobe-ulog/fprobe-nflog.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/fprobe-ulog: fix nflog patch to not exit prematurelyTimo Teräs2015-07-141-2/+2
| | | | nfnl_catch() can return stop in certain transient error conditions
* main/fprobe-ulog: migrate to nflog apiTimo Teräs2015-07-101-0/+617
ULOG is no longer present in kernels we use. The compat library is deficient and does not support e.g. mapping of interface names or timestamps. This patch updates the code to use nflog natively and removes the ifindex to name mappings using syscalls so this improves performance too.