summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Network/IPProtocol.interface.yaml
blob: c4f89ab81fa1c05966414299e996982a7fc41f1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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