Skip to content

bridge_detect_initrd_device: use conn name different from dev name

Lubomir Rintel requested to merge lkundrak/NetworkManager-ci:lr/bridge-uuid into main

Make is explicit the bridge ports refer the bridge by connection name, not the device name.

If both are the same, nmcli doesn't resolve the name to the UUID. That's inconsistent with what happens in initrd, but also ambiguous enough for NM not to be able to match the assumed connection when [1] is applied.

[1] NetworkManager!1408 (merged)

Merge request reports