aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/firewall/files
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2015-07-27 11:47:20 +0000
committerSteven Barth <cyrus@openwrt.org>2015-07-27 11:47:20 +0000
commit683188310003b330e6d7303f3da6be717680f59b (patch)
treeb6e90987fba0c9669820618fe3ff7e4ec23a6732 /package/network/config/firewall/files
parent53647060abeeff507c21d1ce52abf2082aabe63f (diff)
downloadupstream-683188310003b330e6d7303f3da6be717680f59b.tar.gz
upstream-683188310003b330e6d7303f3da6be717680f59b.tar.bz2
upstream-683188310003b330e6d7303f3da6be717680f59b.zip
firewall: fix typo in ESP rule
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 46506
Diffstat (limited to 'package/network/config/firewall/files')
-rw-r--r--package/network/config/firewall/files/firewall.config2
1 files changed, 1 insertions, 1 deletions
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