firewall: implement support for abritary netmasks
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 19 Jul 2014 16:30:47 +0000 (16:30 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 19 Jul 2014 16:30:47 +0000 (16:30 +0000)
Properly parse and pass arbritary netmasks to iptables, this allows
specifying ranges like '::c23f:eff:fe7a:a094/::ffff:ffff:ffff:ffff' to
match the host part of an IPv6 address regardless of the currently active
IPv6 prefix.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41760

package/network/config/firewall/Makefile

index 2d4599037fe10fd30f0631b059ddbe97a1e2fe4c..41c9f42abb0e7c4197be2b877b96303bd90db2e2 100644 (file)
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=firewall
-PKG_VERSION:=2014-07-10a
+PKG_VERSION:=2014-07-19
 PKG_RELEASE:=$(PKG_SOURCE_VERSION)
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=git://nbd.name/firewall3.git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=0aaf63b89efb27bfa370aabc7550de10335abbe3
+PKG_SOURCE_VERSION:=8dd290b85ee8d57026581891e9a34945d077fa3b
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>