firewall: config: remove restictions on DHCPv6 allow rule
[openwrt/openwrt.git] / package / network / config / firewall / files / firewall.config
index 5e22f984ce9f9e0ef3bd63f73816356c2dd1d8df..61cfe665e451855c5af8182d35f337fac373a6c3 100644 (file)
@@ -54,13 +54,11 @@ config rule
        option target           ACCEPT
 
 # Allow DHCPv6 replies
-# see https://dev.openwrt.org/ticket/10381
+# see https://github.com/openwrt/openwrt/issues/5066
 config rule
        option name             Allow-DHCPv6
        option src              wan
        option proto            udp
-       option src_ip           fc00::/6
-       option dest_ip          fc00::/6
        option dest_port        546
        option family           ipv6
        option target           ACCEPT