Author: jow Date: 2015-09-25 10:41:12 +0200 (Fri, 25 Sep 2015) New Revision: 47048
Modified: trunk/package/network/config/firewall/files/firewall.config Log: firewall: allow DHCPv6 traffic to/from fc00::/6 instead of fe80::/10 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 <[email protected]> Modified: trunk/package/network/config/firewall/files/firewall.config =================================================================== --- trunk/package/network/config/firewall/files/firewall.config 2015-09-25 04:22:13 UTC (rev 47047) +++ trunk/package/network/config/firewall/files/firewall.config 2015-09-25 08:41:12 UTC (rev 47048) @@ -59,8 +59,8 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
