Author: cyrus
Date: 2015-07-27 13:48:00 +0200 (Mon, 27 Jul 2015)
New Revision: 46508

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

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

Modified: branches/chaos_calmer/package/network/config/firewall/Makefile
===================================================================
--- branches/chaos_calmer/package/network/config/firewall/Makefile      
2015-07-27 11:47:56 UTC (rev 46507)
+++ branches/chaos_calmer/package/network/config/firewall/Makefile      
2015-07-27 11:48:00 UTC (rev 46508)
@@ -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: 
branches/chaos_calmer/package/network/config/firewall/files/firewall.config
===================================================================
--- branches/chaos_calmer/package/network/config/firewall/files/firewall.config 
2015-07-27 11:47:56 UTC (rev 46507)
+++ branches/chaos_calmer/package/network/config/firewall/files/firewall.config 
2015-07-27 11:48:00 UTC (rev 46508)
@@ -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