summaryrefslogtreecommitdiffstats
path: root/xyz
diff options
context:
space:
mode:
authorRatan Gupta <ratagupt@in.ibm.com>2017-08-23 18:13:33 +0530
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-10-11 12:24:52 +0000
commita51dea789e5e60b80b371bfe9ad045c397b50b63 (patch)
treec00c07b422e19e11aee3e6f624e8efb8ef9cebfe /xyz
parent08b0d93422638d1503208566f4726b5b1f629cc5 (diff)
downloadphosphor-dbus-interfaces-a51dea789e5e60b80b371bfe9ad045c397b50b63.tar.gz
phosphor-dbus-interfaces-a51dea789e5e60b80b371bfe9ad045c397b50b63.zip
Network: Add NTP server in ethernet interface
Change-Id: I9adc3ae2d0e2a8b89b8d7f00c7f558f329680298 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
Diffstat (limited to 'xyz')
-rw-r--r--xyz/openbmc_project/Network/EthernetInterface.interface.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Network/EthernetInterface.interface.yaml b/xyz/openbmc_project/Network/EthernetInterface.interface.yaml
index eee21a8..fc744fc 100644
--- a/xyz/openbmc_project/Network/EthernetInterface.interface.yaml
+++ b/xyz/openbmc_project/Network/EthernetInterface.interface.yaml
@@ -30,3 +30,10 @@ properties:
type: array[string]
description: >
DNS servers on the interface.
+ - name: NTPServers
+ type: array[string]
+ description: >
+ This property describes the NTP Servers on the interface.
+ Implementation of this Dbus-interface is required to implement this property.
+ This property supports read/write operation.
+ Configure the NTP servers on the system during write operation.
OpenPOWER on IntegriCloud