diff options
author | Steven Barth <cyrus@openwrt.org> | 2013-01-04 15:59:28 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2013-01-04 15:59:28 +0000 |
commit | b077480a59a66f3ed970c6a0c5336e4c28f9a27d (patch) | |
tree | 20f6fb1ad9424f6eb4c6d35ad381d8121e415a9f /package/network/config/firewall/Makefile | |
parent | e952eaa112417637d67f1774e641c1cade49ed23 (diff) | |
download | upstream-b077480a59a66f3ed970c6a0c5336e4c28f9a27d.tar.gz upstream-b077480a59a66f3ed970c6a0c5336e4c28f9a27d.tar.bz2 upstream-b077480a59a66f3ed970c6a0c5336e4c28f9a27d.zip |
firewall: Add ULA site border for IPv6 traffic This prevents private traffic from leaking out to the internet
SVN-Revision: 35012
Diffstat (limited to 'package/network/config/firewall/Makefile')
-rw-r--r-- | package/network/config/firewall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile index 4d7970a502..1cfc734a32 100644 --- a/package/network/config/firewall/Makefile +++ b/package/network/config/firewall/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=firewall PKG_VERSION:=2 -PKG_RELEASE:=55 +PKG_RELEASE:=56 include $(INCLUDE_DIR)/package.mk |