diff options
author | Nick Hainke <vincent@systemli.org> | 2021-11-18 07:44:32 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-11-20 02:24:31 -0800 |
commit | da619f19f436bc95acd07c0d7aca772328cc5895 (patch) | |
tree | 1dbd0911e11a51de4773c928b7e688c42b4a4cb8 /net/conntrack-tools/Makefile | |
parent | 03c02bcd92955702ae2ce864349f5dacea46e2f2 (diff) |
conntrack-tools: import patch to fix cache
As written in the commit message:
Depending on your conntrackd configuration, events might get lost,
leaving stuck entries in the cache forever. Skip checking the conntrack
ID to allow for lazy cleanup by when a new entry that is represented by
the same tuple is added.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'net/conntrack-tools/Makefile')
-rw-r--r-- | net/conntrack-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/conntrack-tools/Makefile b/net/conntrack-tools/Makefile index 172c6a674..56540eaf7 100644 --- a/net/conntrack-tools/Makefile +++ b/net/conntrack-tools/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=conntrack-tools PKG_VERSION:=1.4.6 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://www.netfilter.org/projects/conntrack-tools/files |