Actions
Bug #31573
closedDrop IPAPPEND2 completely and use 01 for the hardware prefix
Difficulty:
Triaged:
Yes
Description
Due to regression in EL 8.3 dracut/nm it no longer accepts 00 as hardware type. However 01 (ethernet) is accepted. A temporary fix was made in #31452 to workaround the issue, now NetworkManger is getting a fix to accept both 01 and 00 the final solution is simply to default to the correct hardware type 01 alltogether and removing IPAPPEND 2 statement because it was unnecessary anyway (BOOTIF was actually twice).
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/713
Actions