From 4a84918dc91f3374cdf3c3f5362cd903a7ff7830 Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Tue, 21 Aug 2001 15:05:09 +0000 Subject: [PATCH] fix typo. icmptype of destination unreach is not 2 but 1. Submitted by: kuriyama --- etc/rc.firewall6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.firewall6 b/etc/rc.firewall6 index b774ef9efcf2..4c2b239144cc 100644 --- a/etc/rc.firewall6 +++ b/etc/rc.firewall6 @@ -256,7 +256,7 @@ case ${ipv6_firewall_type} in #${fw6cmd} add pass udp from fe80::/10 521 to fe80::/10 521 # Allow ICMPv6 destination unreach - ${fw6cmd} add pass ipv6-icmp from any to any icmptypes 2 + ${fw6cmd} add pass ipv6-icmp from any to any icmptypes 1 # Allow NS/NA/toobig (don't filter it out) ${fw6cmd} add pass ipv6-icmp from any to any icmptypes 2,135,136