mirror of
https://github.com/apple/container.git
synced 2026-09-13 03:05:42 +00:00
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.