aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/ipset/Makefile
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2022-03-02 09:42:52 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2022-03-13 19:24:13 +0100
commite5440ec87163fa24d5df890bc60f0c3e65be8dd9 (patch)
treed0dec431a94601b6478cb94fc5d6883e1bae9c62 /package/network/utils/ipset/Makefile
parentcca5367f2726c7fbe319cf97330903ee7a4c00ee (diff)
downloadupstream-e5440ec87163fa24d5df890bc60f0c3e65be8dd9.tar.gz
upstream-e5440ec87163fa24d5df890bc60f0c3e65be8dd9.tar.bz2
upstream-e5440ec87163fa24d5df890bc60f0c3e65be8dd9.zip
ipset: add backport patch for IPv6 nftables ipset-translation
When porting mwan3 from iptables to nftables I tried the new translation tool for ipset ipset-translate. I noticed that no IPv6 ipset can be created with the tool. I have reported the problem to the upstream project and the following patch fixes the problem. Until this upsream is included in a new release, this patch should be used in Openwrt. https://lore.kernel.org/netfilter-devel/20220228190217.2256371-1-pablo@netfilter.org/T/#m09cc3cb738f2e42024c7aecf5b7240d9f6bbc19c Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'package/network/utils/ipset/Makefile')
-rw-r--r--package/network/utils/ipset/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/ipset/Makefile b/package/network/utils/ipset/Makefile
index 7b8d035198..65133d105c 100644
--- a/package/network/utils/ipset/Makefile
+++ b/package/network/utils/ipset/Makefile
@@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=ipset
PKG_VERSION:=7.15
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://ipset.netfilter.org