summaryrefslogtreecommitdiffstats
path: root/xyz
diff options
context:
space:
mode:
authorRatan Gupta <ratagupt@in.ibm.com>2017-05-11 16:06:46 +0530
committerRatan Gupta <ratagupt@in.ibm.com>2017-05-11 16:08:43 +0530
commit487b02b3d0bbb828d3e511133099962911ab6624 (patch)
treebee5543e360c9236f6dbeb161ad67a52169a3bf4 /xyz
parent2b242663334057b1fc566e2e9a847f97ad95ef02 (diff)
downloadphosphor-dbus-interfaces-487b02b3d0bbb828d3e511133099962911ab6624.tar.gz
phosphor-dbus-interfaces-487b02b3d0bbb828d3e511133099962911ab6624.zip
Network: Add protocol type property in IP Interface
Change-Id: I5ffa64b0f538c6ebe02ce2017094c86407d1c0e5 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
Diffstat (limited to 'xyz')
-rw-r--r--xyz/openbmc_project/Network/IP.interface.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Network/IP.interface.yaml b/xyz/openbmc_project/Network/IP.interface.yaml
index fcfb64c..565dcd6 100644
--- a/xyz/openbmc_project/Network/IP.interface.yaml
+++ b/xyz/openbmc_project/Network/IP.interface.yaml
@@ -22,8 +22,19 @@ properties:
type: string
description: >
This is the IP gateway for this address.
+ - name: Type
+ type: enum[self.Protocol]
+ description: >
+ IP protocol type which can be IPv4 or IPv6 etc.
enumerations:
+ - name: Protocol
+ description: >
+ Possible IP protocol types.
+ values:
+ - name: IPv4
+ - name: IPv6
+
- name: AddressOrigin
description: >
Possible IP address origin types.
OpenPOWER on IntegriCloud