summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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