Is there any way to change the order of routes in the routing table? Method for either CLI or GUI would be appreciated. I have read documentation numerous times but see no reference to route order or selection method or how to change the route order.
I had wanted to create more selective rules before less selective rules and use the default gateway as a catch-all route. However when I add routes they get added after the default gateway rather than before it.
I am assuming that routes are read in the order they appear based on index and that the first match is used to route packets. Thus if the default route is first then it will get selected before other routes.
Also there does not seem to be a direct correlation between the terminal and GUI for route order.