[package] firewall: further tune ICMPv6 default rules according to RFC4890 (#9893)
[openwrt.git] / package / firewall / files / reflection.hotplug
index 15e3500..1feb210 100644 (file)
@@ -102,7 +102,7 @@ if [ "$ACTION" = "add" ] && [ "$INTERFACE" = "wan" ]; then
                                local p
                                for p in ${proto:-tcp udp}; do
                                        case "$p" in
-                                               tcp|udp)
+                                               tcp|udp|6|17)
                                                        iptables -t nat -A nat_reflection_in \
                                                                -s $lanip/$lanmk -d $exthost \
                                                                -p $p $extport \
This page took 0.036529 seconds and 4 git commands to generate.