aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/firewall
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2015-07-27 11:48:00 +0000
committerSteven Barth <steven@midlink.org>2015-07-27 11:48:00 +0000
commita4af7da7a38e55ced15a6ad375cb8f50d24dfda9 (patch)
treec26f1876a5cd8423c4af77fc93c8730d0ce4ec38 /package/network/config/firewall
parent2c77afaa7b6efdd5230236a8fbd9e2a527753cc6 (diff)
downloadupstream-a4af7da7a38e55ced15a6ad375cb8f50d24dfda9.tar.gz
upstream-a4af7da7a38e55ced15a6ad375cb8f50d24dfda9.tar.bz2
upstream-a4af7da7a38e55ced15a6ad375cb8f50d24dfda9.zip
firewall: fix typo in ESP rule
Signed-off-by: Steven Barth <steven@midlink.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46508 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/firewall')
-rw-r--r--package/network/config/firewall/Makefile2
-rw-r--r--package/network/config/firewall/files/firewall.config2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile
index 9a077241a3..cc187b0396 100644
--- a/package/network/config/firewall/Makefile
+++ b/package/network/config/firewall/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=firewall
-PKG_VERSION:=2015-07-22
+PKG_VERSION:=2015-07-27
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
diff --git a/package/network/config/firewall/files/firewall.config b/package/network/config/firewall/files/firewall.config
index 5d0e3cbc66..7be01d25b8 100644
--- a/package/network/config/firewall/files/firewall.config
+++ b/package/network/config/firewall/files/firewall.config
@@ -162,7 +162,7 @@ config include
config rule
option src wan
option dest lan
- option protocol esp
+ option proto esp
option target ACCEPT
config rule