LinkLayerAddress

LinkLayerAddress contains an IP address and corresponding link-layer address.

JSON representation
{
  "macAddress": string,
  "ipAddress": string
}
Fields
macAddress

string

The MAC address of this neighbor.

ipAddress

string

The IP address of this neighbor.