Got it: inet6 -net .... Mißinterpreted the man page (dash as stdin instead of literal) Thanks Am 04.05.20 um 20:11 schrieb Ede Wolf:
Hello,I am struggeling to find the correct syntax for specifying static routes in route.confI've tried both: net fd7a:2452:12ef:17::/64 fd8a:94b1:cb84:1:a254:99ff:fe72:5f43 and inet6 net fd7a:2452:12ef:17::/64 fd8a:94b1:cb84:1:a254:99ff:fe72:5f43Neither works. What of course does work, is calling the command as a shell script:!route add -inet6 -net fd7a:2452:12ef:17::/64 fd8a:94b1:cb84:1:a254:99ff:fe72:5f43but what would be the proper way of specifying an ip6 route?