mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 16:20:09 +01:00
ifcfg-rh: respect GATEWAYDEV for ibft/iSCSI configs too (rh #665027)
This commit is contained in:
parent
d350513d4b
commit
b46cf443c0
1 changed files with 1 additions and 0 deletions
|
|
@ -1162,6 +1162,7 @@ make_ip4_setting (shvarFile *ifcfg,
|
|||
if (!g_ascii_strcasecmp (value, "bootp") || !g_ascii_strcasecmp (value, "dhcp"))
|
||||
method = NM_SETTING_IP4_CONFIG_METHOD_AUTO;
|
||||
else if (!g_ascii_strcasecmp (value, "ibft")) {
|
||||
g_object_set (s_ip4, NM_SETTING_IP4_CONFIG_NEVER_DEFAULT, never_default, NULL);
|
||||
/* iSCSI Boot Firmware Table: need to read values from the iSCSI
|
||||
* firmware for this device and create the IP4 setting using those.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue