Neighbour/ARP tables management.
Manipulates neighbour objects that establish bindings between protocol addresses and link layer addresses for hosts sharing the same link.
Neighbour entries are organized into tables. The IPv4 neighbour table is also known by another name - the ARP table.
Man Page
import { neighbour } from 'iproute'; Copy
import { neighbour } from 'iproute';
Generated using TypeDoc
Neighbour/ARP tables management.
Remarks
Manipulates neighbour objects that establish bindings between protocol addresses and link layer addresses for hosts sharing the same link.
Neighbour entries are organized into tables. The IPv4 neighbour table is also known by another name - the ARP table.
See
Man Page
Example