mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 03:00:29 +01:00
libnm-util: make NM_SETTING_IP4_CONFIG_DHCP_SEND_HOSTNAME property TRUE by default (rh #488975)
That lets NM send a hostname to DHCP server without requiring the user editing the parameter manually (there no GUI for this either).
This commit is contained in:
parent
626943887d
commit
9f28308460
1 changed files with 1 additions and 1 deletions
|
|
@ -950,7 +950,7 @@ nm_setting_ip4_config_class_init (NMSettingIP4ConfigClass *setting_class)
|
|||
"the 'dhcp-hostname' property is empty and this "
|
||||
"property is TRUE, the current persistent hostname "
|
||||
"of the computer is sent.",
|
||||
FALSE,
|
||||
TRUE,
|
||||
G_PARAM_READWRITE | G_PARAM_CONSTRUCT | NM_SETTING_PARAM_SERIALIZE));
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue