On my old host, it has two interfaces: eth0 and docker0. In the generated /etc/systemd/network/default.network file: ``` [Match] Name=docker0 eth0 [Network] Gateway=10.x.x.x ``` The interface name is wrong.
On my old host, it has two interfaces: eth0 and docker0.
In the generated /etc/systemd/network/default.network file:
The interface name is wrong.