blob: 44dab9cd67a03347b2d1c43bb0820c96c1cb58de [file] [log] [blame]
Ratan Gupta97d995d2017-06-14 12:20:25 +05301description: >
2 This defines DHCP client configuration.
3properties:
4 - name: DNSEnabled
5 type: boolean
6 description: >
Patrick Williamsa1347412022-12-06 10:56:22 -06007 if true then the DNS servers received from the DHCP server will be
8 used and take precedence over any statically configured ones.
Ratan Gupta97d995d2017-06-14 12:20:25 +05309 - name: NTPEnabled
10 type: boolean
11 description: >
Patrick Williamsa1347412022-12-06 10:56:22 -060012 if true then the NTP servers received from the DHCP server will be
13 used by systemd-timesyncd and take precedence over any statically
14 configured ones.
Ratan Gupta97d995d2017-06-14 12:20:25 +053015 - name: HostNameEnabled
16 type: boolean
17 description: >
Patrick Williamsa1347412022-12-06 10:56:22 -060018 if true then the hostname received from the DHCP server will be set as
19 the transient hostname of the system.
Ryon Heichelbech329d1d82021-09-23 15:30:43 -040020 - name: DomainEnabled
21 type: boolean
22 description: >
Patrick Williamsa1347412022-12-06 10:56:22 -060023 if true then the domain names received from the DHCP server will be
24 used by systemd-resolved and take precedence over any statically
25 configured ones.
Nagaraju Goruganti61e56d32018-02-05 20:15:52 -060026 - name: SendHostNameEnabled
27 type: boolean
28 description: >
29 if true then DHCP option 12 is enabled i.e machine`s hostname will be
30 sent to the DHCP server.