From ee9c73a923909e23a649407be77e25235d769e25 Mon Sep 17 00:00:00 2001
From: Michael Biebl
The special values "mac" and "perm-mac" are supported, which use the -current or permanent MAC address of the device to generate a client identifier -with type ethernet type (01). Currently, these options only work for ethernet -type of links.
-The special value "stable" is supported to generate a type 0 client identifier based -on the stable-id (see connection.stable-id).
-If unset, a globally configured default is used. If still unset, the -client-id from the last lease is reused.
Flags: Read / Write
Default value: NULL
-- cgit 1.3.0-6-gf8a5 From 04bc9e1cd3544445d883ad29ea108c1645c8e7b7 Mon Sep 17 00:00:00 2001 From: Michael BieblGObject +GObject ╰── NMSetting ╰── NMSettingIPConfig ╰── NMSettingIP4Config @@ -309,7 +309,7 @@ through that interface to the default network.Property Details
The
-“dhcp-client-id”property“dhcp-client-id” gchar *+“dhcp-client-id” gchar *A string sent to the DHCP server to identify the local machine which the DHCP server may use to customize the DHCP lease and options. When the property is a hex string ('aa:bb:cc') it is interpreted as a @@ -319,14 +319,22 @@ an hardware address (e.g. '01:xx:xx:xx:xx:xx:xx' where 1 is the Ethernet ARP type and the rest is a MAC address). If the property is not a hex string it is considered as a non-hardware-address client ID and the 'type' field is set to 0.
+The special values "mac" and "perm-mac" are supported, which use the +current or permanent MAC address of the device to generate a client identifier +with type ethernet type (01). Currently, these options only work for ethernet +type of links.
+The special value "stable" is supported to generate a type 0 client identifier based +on the stable-id (see connection.stable-id) and a per-host key.
+If unset, a globally configured default is used. If still unset, the +client-id from the last lease is reused.
Flags: Read / Write
Default value: NULL
The
-“dhcp-fqdn”property“dhcp-fqdn” gchar *-If the “dhcp-send-hostname” property is
TRUE, then the +“dhcp-fqdn” gchar *+If the “dhcp-send-hostname” property is
@@ -337,6 +345,6 @@ cannot be set at the same time.TRUE, then the specified FQDN will be sent to the DHCP server when acquiring a lease. This property and “dhcp-hostname” are mutually exclusive and cannot be set at the same time.