blob: ecc38ec91c87ef1b8890d8a04034782b18b0d7c9 [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:
Patrick Williams8da396c2022-03-14 14:21:02 -050026 - name: Incomplete
27 - name: Reachable
28 - name: Stale
29 - name: Invalid
30 - name: Permanent