diff options
| author | Michael Biebl <biebl@debian.org> | 2020-01-31 12:10:14 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2020-01-31 12:10:14 +0100 |
| commit | f3c6d0765dff885e168b94f28e06ecc640315a74 (patch) | |
| tree | 30d67309f4d9b48ad269dfad6e80e5c15373ea75 /src/initrd/nmi-ibft-reader.c | |
| parent | 90c93214efba0966274224a93a77d235d4f8c034 (diff) | |
New upstream version 1.22.6 upstream/1.22.6
Diffstat (limited to 'src/initrd/nmi-ibft-reader.c')
| -rw-r--r-- | src/initrd/nmi-ibft-reader.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/initrd/nmi-ibft-reader.c b/src/initrd/nmi-ibft-reader.c index ffce98fc..47b90ebf 100644 --- a/src/initrd/nmi-ibft-reader.c +++ b/src/initrd/nmi-ibft-reader.c @@ -296,6 +296,7 @@ connection_setting_add (GHashTable *nic, NM_SETTING_CONNECTION_TYPE, type, NM_SETTING_CONNECTION_UUID, uuid, NM_SETTING_CONNECTION_ID, id, + NM_SETTING_CONNECTION_INTERFACE_NAME, NULL, NULL); g_free (uuid); |