Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/fprobe-ulog: fix nflog patch to not exit prematurely | Timo Teräs | 2015-07-14 | 1 | -2/+2 |
| | | | | nfnl_catch() can return stop in certain transient error conditions | ||||
* | main/fprobe-ulog: migrate to nflog api | Timo Teräs | 2015-07-10 | 1 | -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. |