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

View file

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