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 { rule } from 'iproute';
Delete the unused default rule
await rule.del({
preference: 32767
});
Generated using TypeDoc
Delete a rule.