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';
Add an address label
await addrlabel.add({
prefix: '2001:db8::/32',
label: 100,
});
Generated using TypeDoc
Add an address label entry to the kernel.