From a51dea789e5e60b80b371bfe9ad045c397b50b63 Mon Sep 17 00:00:00 2001 From: Ratan Gupta Date: Wed, 23 Aug 2017 18:13:33 +0530 Subject: Network: Add NTP server in ethernet interface Change-Id: I9adc3ae2d0e2a8b89b8d7f00c7f558f329680298 Signed-off-by: Ratan Gupta --- xyz/openbmc_project/Network/EthernetInterface.interface.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- cgit v1.2.1