blob: 44dab9cd67a03347b2d1c43bb0820c96c1cb58de [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.