-
Notifications
You must be signed in to change notification settings - Fork 49
Ignition: Bad networkd translation #812
Copy link
Copy link
Closed
flatcar-archive/coreos-overlay
#2060Labels
Description
Description
One of our .network file had a little issue when launching flatcar. The ignition file looked fine, the problem occurs when installing flatcar with this file.
The problematic line is this one: Type=!vlan bond bridge, it got translated as Type=!vlan+bond+bridge in the .network file.
We managed to work around it by moving our networkd units to the files section.
Impact
The network interface in question didn't work at all.
Environment and steps to reproduce
FlatCar version: 3227.2.0
Expected behavior
Spaces shouldn't be replaced by plus signs.
Reactions are currently unavailable