firewall: allow DHCPv6 traffic to/from fc00::/6 instead of fe80::/10
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 25 Sep 2015 08:41:12 +0000 (08:41 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 25 Sep 2015 08:41:12 +0000 (08:41 +0000)
There is no RFC requirement that DHCPv6 servers must reply with a link local
address and some ISP servers in the wild appear to using addresses in the ULA
range to send DHCPv6 offers.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47048 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/network/config/firewall/files/firewall.config

index ba7e4ec..749dbec 100644 (file)
@@ -59,8 +59,8 @@ config rule
        option name             Allow-DHCPv6
        option src              wan
        option proto            udp
-       option src_ip           fe80::/10
-       option dest_ip          fe80::/10
+       option src_ip           fc00::/6
+       option dest_ip          fc00::/6
        option dest_port        546
        option family           ipv6
        option target           ACCEPT