1d9140cc8a
When we set a gateway outside a subnet in Linux, this fails with: ``` ip-route-add-default: netlink response indicates error, rc = -101 ``` To resolve the error, we should first add a route to the gateway outside the subnet, which this PR does.