--- interfaces.inc 2021-02-28 21:12:19.073699000 -0800 +++ interfaces.inc.mod 2021-02-28 21:15:38.647300000 -0800 @@ -5142,8 +5142,10 @@ $rtsoldscript = "#!/bin/sh\n"; $rtsoldscript .= "# This shell script launches dhcp6c and configured gateways for this interface.\n"; - $rtsoldscript .= "echo $2 > {$g['tmp_path']}/{$wanif}_routerv6\n"; - $rtsoldscript .= "echo $2 > {$g['tmp_path']}/{$wanif}_defaultgwv6\n"; + $rtsoldscript .= "#echo $2 > {$g['tmp_path']}/{$wanif}_routerv6\n"; + $rtsoldscript .= "echo \"fe80::X:X:X:X\" > {$g['tmp_path']}/{$wanif}_routerv6\n"; + $rtsoldscript .= "#echo $2 > {$g['tmp_path']}/{$wanif}_defaultgwv6\n"; + $rtsoldscript .= "echo \"fe80::X:X:X:X\" > {$g['tmp_path']}/{$wanif}_defaultgwv6\n"; $rtsoldscript .= "/usr/bin/logger -t rtsold \"Received RA specifying route \$2 for interface {$interface}({$wanif})\"\n"; /* non ipoe Process */