[package] firewall: allow ICMPv6 type 129 (echo reply) - this fixes basic ICMPv6...
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 25 Feb 2012 21:00:23 +0000 (21:00 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 25 Feb 2012 21:00:23 +0000 (21:00 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30727 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/firewall/Makefile
package/firewall/files/firewall.config

index b03fca8..1367cc3 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=firewall
 
 PKG_VERSION:=2
-PKG_RELEASE:=46
+PKG_RELEASE:=47
 
 include $(INCLUDE_DIR)/package.mk
 
index 77832ff..6322922 100644 (file)
@@ -64,6 +64,7 @@ config rule
        option src              wan
        option proto    icmp
        list icmp_type          echo-request
+       list icmp_type          echo-reply
        list icmp_type          destination-unreachable
        list icmp_type          packet-too-big
        list icmp_type          time-exceeded
@@ -82,6 +83,7 @@ config rule
        option dest             *
        option proto            icmp
        list icmp_type          echo-request
+       list icmp_type          echo-reply
        list icmp_type          destination-unreachable
        list icmp_type          packet-too-big
        list icmp_type          time-exceeded
This page took 0.029098 seconds and 4 git commands to generate.