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
This commit is contained in:
Francesco Giudici 2016-11-16 18:13:55 +01:00
parent e0c50a9703
commit 0ce7da1e22

View file

@ -2878,7 +2878,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));
/**