Commit d429c2e1 authored by Jos Schellevis's avatar Jos Schellevis

Fix typo in IPv6 sysctl setting

parent 812d1aa4
......@@ -3616,7 +3616,7 @@ function interface_dhcpv6_configure($interface = "wan", $wancfg) {
mwexec("/sbin/ifconfig {$wanif} inet6 accept_rtadv -ifdisabled");
/* Enable RFC6204w support for IPv6 Customer Edge (CE) router */
set_single_sysctl("net.inet6.ip6.rfc6204w", "1");
set_single_sysctl("net.inet6.ip6.rfc6204w3", "1");
/* fire up rtsold for IPv6 RAs first, this backgrounds immediately. It will call dhcp6c */
if (isvalidpid("{$g['varrun_path']}/rtsold_{$wanif}.pid")) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment