summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project
diff options
context:
space:
mode:
authorRatan Gupta <ratagupt@in.ibm.com>2017-03-30 18:45:51 +0530
committerPatrick Williams <patrick@stwcx.xyz>2017-04-25 16:18:24 +0000
commit0f9471f4dac2b812e5e64df68563f0820d51f016 (patch)
tree845b39c30946a9b1380118d2e538452b8a316449 /xyz/openbmc_project
parent66bc4eb537a9bf22ea674ecd78879c35c0d824de (diff)
downloadphosphor-dbus-interfaces-0f9471f4dac2b812e5e64df68563f0820d51f016.tar.gz
phosphor-dbus-interfaces-0f9471f4dac2b812e5e64df68563f0820d51f016.zip
Network: define the interface for IP protocol
Change-Id: I3a2014fb8bbee4d221a3174698209ecf6cd30df9 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
Diffstat (limited to 'xyz/openbmc_project')
-rw-r--r--xyz/openbmc_project/Network/IPProtocol.interface.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Network/IPProtocol.interface.yaml b/xyz/openbmc_project/Network/IPProtocol.interface.yaml
new file mode 100644
index 0000000..c4f89ab
--- /dev/null
+++ b/xyz/openbmc_project/Network/IPProtocol.interface.yaml
@@ -0,0 +1,15 @@
+description: >
+ This defines IP protocol types.
+properties:
+ - name: Type
+ type: enum[self.Protocol]
+ description: >
+ protocol type can be IPv4 or IPv6 etc.
+
+enumerations:
+ - name: Protocol
+ description: >
+ Possible IP protocol types.
+ values:
+ - name: IPv4
+ - name: IPv6
OpenPOWER on IntegriCloud