Parameters options to be passed down to ip
.
Global parameters options that affects the command execution.
Warning: Attempts to delete or manually change a NudStates.Noarp entry created by the kernel may result in unpredictable behaviour.
Particularly, the kernel may try to resolve this address even on a NOARP interface or if the address is multicast or broadcast.
ParametersError - Throws when passed parameters are invalid.
CommandError - Throws when the executed command fails.
Import module
import { neighbour } from 'iproute';
Delete an ARP entry
await neighbour.del({
to : '192.168.1.100',
dev: 'eth0'
});
Generated using TypeDoc
Delete a neighbour entry.