ovs: allow specifying a system OVS interface by MAC address

The OVS interface can be matched via MAC address; in that case, the
"connection.interface-name" property of the connection is empty.

When populating the ovsdb, we need to pass the actual interface name
from the device, not the one from the connection.

Fixes: 830a5a14cb ('device: add support for OpenVSwitch devices')

https://issues.redhat.com/browse/RHEL-34617
This commit is contained in:
Beniamino Galvani
2024-06-20 16:49:59 +02:00
parent a5333f14b5
commit be28a11735
2 changed files with 5 additions and 3 deletions

2
NEWS
View File

@@ -8,6 +8,8 @@ subject to change and not guaranteed to be compatible with
the later release.
USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE!
* Support matching a OVS system interface by MAC address.
=============================================
NetworkManager-1.48
Overview of changes since NetworkManager-1.46