BigW Consortium Gitlab

Commit 7327dc5b by cyrus

firewall: fix typo in ESP rule

Signed-off-by: 's avatarSteven Barth <steven@midlink.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46508 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 549b92d1
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment