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 { addrlabel } from 'iproute';
Delete an address label
await addrlabel.del({
prefix: '2001:db8::/32'
});
Generated using TypeDoc
Delete an address label.