From 0f9471f4dac2b812e5e64df68563f0820d51f016 Mon Sep 17 00:00:00 2001 From: Ratan Gupta Date: Thu, 30 Mar 2017 18:45:51 +0530 Subject: Network: define the interface for IP protocol Change-Id: I3a2014fb8bbee4d221a3174698209ecf6cd30df9 Signed-off-by: Ratan Gupta --- xyz/openbmc_project/Network/IPProtocol.interface.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 xyz/openbmc_project/Network/IPProtocol.interface.yaml (limited to 'xyz/openbmc_project/Network') 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 -- cgit v1.2.1