summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Network/Neighbor.interface.yaml
blob: a2c4161e2dcbfb8c0a0dd4e1ba5b60b9e398a9fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
description: >
    This defines a network Neighbor mapping.

# TODO Fix it through https://github.com/openbmc/openbmc/issues/1438
# creatable: true

properties:
    - name: IPAddress
      type: string
      description: >
          The IP Address of the neighbor.
    - name: MACAddress
      type: string
      description: >
          The low level mac address that the IP maps to.
    - name: State
      type: enum[self.State]
      description: >
          State the neighbor is in.

enumerations:
    - name: State
      description: >
          The internal state of the neighbor entry.
      values:
        - name: Incomplete
        - name: Reachable
        - name: Stale
        - name: Invalid
        - name: Permanent
OpenPOWER on IntegriCloud