1
0
2022-02-14 12:05:10 +00:00
committed by Git OBS Bridge
parent 27a6c029f4
commit aa330f786d
7 changed files with 79 additions and 111 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Feb 14 11:58:20 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.0.9
* This release comes with the new nfct_nlmsg_build_filter()
function that allows to add metadata for kernel-side
filtering of conntrack entries during conntrack table dump.
* The nfct_query() API supports the new NFCT_Q_FLUSH_FILTER
argument, it allows to flush only IPv6 or IPv4 entries from
the connection tracking table.
-------------------------------------------------------------------
Wed Oct 14 00:03:42 UTC 2020 - Jan Engelhardt <jengelh@inai.de>