blob: a2c4161e2dcbfb8c0a0dd4e1ba5b60b9e398a9fa [file] [log] [blame]
William A. Kennington III05207d62018-12-03 16:01:42 -08001description: >
2 This defines a network Neighbor mapping.
3
4# TODO Fix it through https://github.com/openbmc/openbmc/issues/1438
5# creatable: true
6
7properties:
8 - name: IPAddress
9 type: string
10 description: >
11 The IP Address of the neighbor.
12 - name: MACAddress
13 type: string
14 description: >
15 The low level mac address that the IP maps to.
16 - name: State
17 type: enum[self.State]
18 description: >
19 State the neighbor is in.
20
21enumerations:
22 - name: State
23 description: >
24 The internal state of the neighbor entry.
25 values:
26 - name: Incomplete
27 - name: Reachable
28 - name: Stale
29 - name: Invalid
30 - name: Permanent