blob: 74b7939d284de2cf127787fa9e0ccf766a29ce5a [file] [log] [blame]
description: >
This defines DHCP client configuration.
properties:
- name: DNSEnabled
type: boolean
description: >
if true then the DNS servers received from the DHCP server
will be used and take precedence over any statically configured ones.
- name: NTPEnabled
type: boolean
description: >
if true then the NTP servers received from the DHCP server
will be used by systemd-timesyncd and take precedence over any
statically configured ones.
- name: HostNameEnabled
type: boolean
description: >
if true then the hostname received from the DHCP server
will be set as the transient hostname of the system.
- name: DomainEnabled
type: boolean
description: >
if true then the domain names received from the DHCP server
will be used by systemd-resolved and take precedence over any
statically configured ones.
- name: SendHostNameEnabled
type: boolean
description: >
if true then DHCP option 12 is enabled i.e machine`s hostname will be
sent to the DHCP server.