Author: cyrus
Date: 2015-07-27 13:47:20 +0200 (Mon, 27 Jul 2015)
New Revision: 46506

Modified:
   trunk/package/network/config/firewall/Makefile
   trunk/package/network/config/firewall/files/firewall.config
Log:
firewall: fix typo in ESP rule

Signed-off-by: Steven Barth <[email protected]>

Modified: trunk/package/network/config/firewall/Makefile
===================================================================
--- trunk/package/network/config/firewall/Makefile      2015-07-26 15:53:44 UTC 
(rev 46505)
+++ trunk/package/network/config/firewall/Makefile      2015-07-27 11:47:20 UTC 
(rev 46506)
@@ -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

Modified: trunk/package/network/config/firewall/files/firewall.config
===================================================================
--- trunk/package/network/config/firewall/files/firewall.config 2015-07-26 
15:53:44 UTC (rev 46505)
+++ trunk/package/network/config/firewall/files/firewall.config 2015-07-27 
11:47:20 UTC (rev 46506)
@@ -162,7 +162,7 @@
 config rule
        option src              wan
        option dest             lan
-       option protocol         esp
+       option proto            esp
        option target           ACCEPT
 
 config rule
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to