[package] firewall: allow ICMPv6 type 129 (echo reply) - this fixes basic ICMPv6...
[openwrt.git] / package / firewall / files / firewall.config
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.028401 seconds and 4 git commands to generate.