From 063d80418e7c3f20b120eabb686ee08e30c51250 Mon Sep 17 00:00:00 2001 From: jow Date: Sat, 25 Feb 2012 21:00:23 +0000 Subject: [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 --- package/firewall/files/firewall.config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/firewall/files/firewall.config') 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 -- cgit v1.2.3