[13:31] Hello, I am new to netplan and I am trying to setup a default IPv4 route with an IPv6 next hop something like "ip route add 0.0.0.0/0 via inet6 2001:db8:65c:2001::1 dev vlan10 table 10" [13:32] But if I set the IPv6 as via on the route I just get: "Error in network definition: IP family mismatch in route to 2001:db8:65c:2001::1", anyone know if this is possible with netplan?