mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
firewall: fix typo in ESP rule
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 46506
This commit is contained in:
parent
53647060ab
commit
6831883100
@ -8,7 +8,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=firewall
|
PKG_NAME:=firewall
|
||||||
PKG_VERSION:=2015-07-22
|
PKG_VERSION:=2015-07-27
|
||||||
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
|
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
|
@ -162,7 +162,7 @@ config include
|
|||||||
config rule
|
config rule
|
||||||
option src wan
|
option src wan
|
||||||
option dest lan
|
option dest lan
|
||||||
option protocol esp
|
option proto esp
|
||||||
option target ACCEPT
|
option target ACCEPT
|
||||||
|
|
||||||
config rule
|
config rule
|
||||||
|
Loading…
Reference in New Issue
Block a user