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';
Add a simple ARP entry
await neighbour.add({
to : '192.168.1.100',
lladdr: '00:aa:bb:cc:dd:ee',
dev : 'eth0'
});
Generated using TypeDoc
Add a new neighbour entry.