mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 19:41:01 +00:00
The NIC with the lowest metric is used for routing, while the NIC with the highest index is used for DNS. Set the metric of eth1 to 199, so it is higher-priority than eth0, so we use eth1 for everything in a dual NIC configuration. Signed-off-by: David Scott <dave.scott@docker.com>