[backfire] firewall: merge r28874
[openwrt-10.03/.git] / package / firewall / files / firewall.config
index d2b9c0e2612e694a2bdd03d123188eed08a26f18..d6a125d49ba9d85e2138a9b613fb068c49bdfd4f 100644 (file)
@@ -43,6 +43,18 @@ config rule
        option family           ipv4
        option target           ACCEPT
 
+# Allow DHCPv6 replies
+# see https://dev.openwrt.org/ticket/10381
+config rule
+       option src              wan
+       option proto            udp
+       option src_ip           fe80::/10
+       option src_port         547
+       option dest_ip          fe80::/10
+       option dest_port        546
+       option family           ipv6
+       option target           ACCEPT
+
 # Allow essential incoming IPv6 ICMP traffic
 config rule
        option src              wan