mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-26 13:31:33 +01:00
libnm-core: remove INFERRABLE flag from dhcp-hostname property
When assuming a dhcp connection don't consider the DHCP "Host Name" Option (12) passed in the DHCP request for the match of the available connections. https://bugzilla.redhat.com/show_bug.cgi?id=1393997 (cherry picked from commit0ce7da1e22) (cherry picked from commit86490fbb1d) (cherry picked from commit984c634cdb)
This commit is contained in:
parent
611d34d38e
commit
99e829d543
1 changed files with 0 additions and 1 deletions
|
|
@ -2310,7 +2310,6 @@ nm_setting_ip_config_class_init (NMSettingIPConfigClass *setting_class)
|
|||
g_param_spec_string (NM_SETTING_IP_CONFIG_DHCP_HOSTNAME, "", "",
|
||||
NULL,
|
||||
G_PARAM_READWRITE |
|
||||
NM_SETTING_PARAM_INFERRABLE |
|
||||
G_PARAM_STATIC_STRINGS));
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue