mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-23 09:40:42 +01:00
libnm/docs: clarify default ipv4.dhcp-client-id generated by nettools/internal DHCP plugin
This commit is contained in:
parent
8dcadafec0
commit
82e2eeeb2a
1 changed files with 5 additions and 4 deletions
|
|
@ -893,10 +893,11 @@ nm_setting_ip4_config_class_init(NMSettingIP4ConfigClass *klass)
|
||||||
* The special value "none" prevents any client identifier from being sent. Note that
|
* The special value "none" prevents any client identifier from being sent. Note that
|
||||||
* this is normally not recommended.
|
* this is normally not recommended.
|
||||||
*
|
*
|
||||||
* If unset, a globally configured default from NetworkManager.conf is used. If still
|
* If unset, a globally configured default from NetworkManager.conf is
|
||||||
* unset, the default depends on the DHCP plugin. The internal dhcp client will
|
* used. If still unset, the default depends on the DHCP plugin. The
|
||||||
* generate a default value and the dhclient plugin will try to use one from its
|
* internal dhcp client will default to "mac" and the dhclient plugin will
|
||||||
* config file if present, or won't sent any client-id otherwise.
|
* try to use one from its config file if present, or won't sent any
|
||||||
|
* client-id otherwise.
|
||||||
**/
|
**/
|
||||||
/* ---nmcli---
|
/* ---nmcli---
|
||||||
* property: dhcp-client-id
|
* property: dhcp-client-id
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue