summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xyz/openbmc_project/Network/DHCPConfiguration.interface.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Network/DHCPConfiguration.interface.yaml b/xyz/openbmc_project/Network/DHCPConfiguration.interface.yaml
new file mode 100644
index 0000000..b89b492
--- /dev/null
+++ b/xyz/openbmc_project/Network/DHCPConfiguration.interface.yaml
@@ -0,0 +1,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