summaryrefslogtreecommitdiffstats
path: root/package/firewall
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-02-25 21:00:23 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-02-25 21:00:23 +0000
commit063d80418e7c3f20b120eabb686ee08e30c51250 (patch)
tree070f8857af0f1acd7078fdd266ebe2b45ebde929 /package/firewall
parentdde0871987c4129a6e709f47e350da5c3eb74a9c (diff)
[package] firewall: allow ICMPv6 type 129 (echo reply) - this fixes basic ICMPv6 in case no connection tracking is used
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30727 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/firewall')
-rw-r--r--package/firewall/Makefile2
-rw-r--r--package/firewall/files/firewall.config2
2 files changed, 3 insertions, 1 deletions
diff --git a/package/firewall/Makefile b/package/firewall/Makefile
index b03fca8a0..1367cc38d 100644
--- a/package/firewall/Makefile
+++ b/package/firewall/Makefile
@@ -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
diff --git a/package/firewall/files/firewall.config b/package/firewall/files/firewall.config
index 77832ffac..632292265 100644
--- a/package/firewall/files/firewall.config
+++ b/package/firewall/files/firewall.config
@@ -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