Parameters options to be passed down to ip
.
Global parameters options that affects the command execution.
The differences are that it does not run when no arguments are given, and that the default neighbour states to be flushed do not include NudStates.Permanent and NudStates.Noarp.
ParametersError - Throws when passed parameters are invalid.
CommandError - Throws when the executed command fails.
Import module
import { neighbour } from 'iproute';
Flush neighbour entries from dev eth0
await neighbour.flush({
dev: 'eth0'
});
Generated using TypeDoc
Flush neighbour entries.