mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-02-03 22:18:39 +00:00
Update document for new client_id_preference param
This commit is contained in:
committed by
Cuong Manh Le
parent
0bb51aa71d
commit
0bb8703f78
@@ -216,11 +216,11 @@ DHCP leases file format.
|
||||
- Default: ""
|
||||
|
||||
### client_id_preference
|
||||
Decide how client ID has is generated.
|
||||
|
||||
If `host` -> client id will be a `hash(hostname)`.
|
||||
If `mac` -> client id will be `hash(mac)`.
|
||||
Decide how the client ID is generated
|
||||
|
||||
If `host` -> client id will only use the hostname i.e.`hash(hostname)`.
|
||||
If `mac` -> client id will only use the MAC address `hash(mac)`.
|
||||
Else -> client ID will use both Mac and Hostname i.e. `hash(mac + host)
|
||||
- Type: string
|
||||
- Required: no
|
||||
- Valid values: `mac`, `host`
|
||||
|
||||
Reference in New Issue
Block a user