summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Network/DHCPConfiguration.interface.yaml
blob: b89b492dfbe24f440d6aee0181884b601f242d58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.
OpenPOWER on IntegriCloud