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

Modified:
   branches/chaos_calmer/package/network/config/firewall/Makefile
   branches/chaos_calmer/package/network/config/firewall/files/firewall.config
Log:
firewall: comply with REC-22, REC-24 of RFC 6092

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:20 UTC (rev 46506)
+++ branches/chaos_calmer/package/network/config/firewall/Makefile      
2015-07-27 11:47:56 UTC (rev 46507)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=firewall
-PKG_VERSION:=2015-05-26
+PKG_VERSION:=2015-07-22
 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:20 UTC (rev 46506)
+++ branches/chaos_calmer/package/network/config/firewall/files/firewall.config 
2015-07-27 11:47:56 UTC (rev 46507)
@@ -159,19 +159,18 @@
 #      option proto            tcp
 
 # allow IPsec/ESP and ISAKMP passthrough
-#config rule
-#      option src              wan
-#      option dest             lan
-#      option protocol         esp
-#      option target           ACCEPT
+config rule
+       option src              wan
+       option dest             lan
+       option protocol         esp
+       option target           ACCEPT
 
-#config rule
-#      option src              wan
-#      option dest             lan
-#      option src_port         500
-#      option dest_port        500
-#      option proto            udp
-#      option target           ACCEPT
+config rule
+       option src              wan
+       option dest             lan
+       option dest_port        500
+       option proto            udp
+       option target           ACCEPT
 
 ### FULL CONFIG SECTIONS
 #config rule
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to