mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 17:20:11 +01:00
ifcfg-rh: fix reading SR-IOV settings
Fixes:d48f389cbf(cherry picked from commit0819563e01)
This commit is contained in:
parent
7c6dba0b43
commit
e4fa047126
1 changed files with 1 additions and 1 deletions
|
|
@ -2284,7 +2284,7 @@ make_sriov_setting (shvarFile *ifcfg)
|
|||
total_vfs = NM_MAX (total_vfs, 0);
|
||||
|
||||
g_object_set (s_sriov,
|
||||
NM_SETTING_SRIOV_TOTAL_VFS, total_vfs,
|
||||
NM_SETTING_SRIOV_TOTAL_VFS, (guint) total_vfs,
|
||||
NM_SETTING_SRIOV_VFS, vfs,
|
||||
NM_SETTING_SRIOV_AUTOPROBE_DRIVERS, autoprobe_drivers,
|
||||
NULL);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue