summaryrefslogtreecommitdiffstats
path: root/xyz
diff options
context:
space:
mode:
authorRatan Gupta <ratagupt@in.ibm.com>2017-03-16 16:36:42 +0530
committerPatrick Williams <patrick@stwcx.xyz>2017-04-25 16:18:24 +0000
commit1ac38c03fc71f01da4f082f3a7ad1bcc357e0fe5 (patch)
tree1e3862bfcb719e00967036d61b8ad25efb22be36 /xyz
parent4c8247b14cdf52402a1e22feb412677b3fae3734 (diff)
downloadphosphor-dbus-interfaces-1ac38c03fc71f01da4f082f3a7ad1bcc357e0fe5.tar.gz
phosphor-dbus-interfaces-1ac38c03fc71f01da4f082f3a7ad1bcc357e0fe5.zip
Network: define interface for system configuration
This interface would be used to implement the system specific network configuration parameter. Change-Id: I189de73da88a31785af22a6edbccb9bda6d50d06 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
Diffstat (limited to 'xyz')
-rw-r--r--xyz/openbmc_project/Network/SystemConfiguration.interface.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Network/SystemConfiguration.interface.yaml b/xyz/openbmc_project/Network/SystemConfiguration.interface.yaml
new file mode 100644
index 0000000..346f53e
--- /dev/null
+++ b/xyz/openbmc_project/Network/SystemConfiguration.interface.yaml
@@ -0,0 +1,11 @@
+description: >
+ Implement to provide system specific network configuration features.
+properties:
+ - name: HostName
+ type: string
+ description: >
+ The value of this property shall be host name of the system.
+ - name: DefaultGateway
+ type: string
+ description: >
+ default gateway of the system.
OpenPOWER on IntegriCloud