Oct 24 12:15:43 OPNsense.zuhause.xx opnsense[9135]: /usr/local/etc/rc.newwanipv6: The command '/sbin/route add -host -'inet6' '2001:470:20::2' 'fe80::3ea6:2fff:fe15:9055%'' returned exit code '71', the output was 'route: fe80::3ea6:2fff:fe15:9055%: Name does not resolve'
Line 202 ff (...) $gwname = $syscfg[$dnsgw]; if (($gwname != '') && ($gwname != 'none')) { $gatewayip = $gateways->getAddress($gwname); if (is_ipaddrv4($gatewayip)) { /* dns server array starts at 0 */ $dnscountermo = $dnscounter - 1; system_host_route($syscfg['dnsserver'][$dnscountermo], $gatewayip); } if (is_ipaddrv6($gatewayip)) { /* dns server array starts at 0 */ <--- check/add Zone ID if $gatewayip is LL, similar as eg in system_default_route() $dnscountermo = $dnscounter - 1; system_host_route($syscfg['dnsserver'][$dnscountermo], $gatewayip); }