[03:11] hello - I have a question reguarding ipv6 link-local routes that get set by netplan [03:11] is there a way to set the metric of those to something other than 1 [14:30] Neo: If you use static routes, defined in Netplan's YAML config, you can make use of the `metric: ...` setting. Otherwise, those are probably routes auto-generated by the kernel and you cannot influcence them directly through Netplan.