Remove device: eth0 from dummy interface

With eth0 specified as the default interface device, all interfaces by default
were attempted to be renamed to eth0. This didn't break before because device
renaming wasn't working for multiple interfaces in general; but now that it's
fixed, we should no longer be setting a default interface name.

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2023-12-21 22:11:44 -07:00
parent 55880ae37d
commit feeb6211af
2 changed files with 0 additions and 2 deletions

View File

@@ -35,7 +35,6 @@ defaultnode:
- default
network devices:
dummy:
device: eth0
type: ethernet
netmask: 255.255.255.0
onboot: true`