Parameters options to be passed down to ip
.
Global parameters options that affects the command execution.
ParametersError - Throws when passed parameters are invalid.
CommandError - Throws when the executed command fails.
Import module
import { neighbour } from 'iproute';
Performs a neighbour lookup in the kernel and returns a neighbour entry.
const entries = await neighbour.get({
to: '10.0.1.10',
dev: 'eth0'
});
Generated using TypeDoc
Lookup a neighbour entry to a destination given a device.