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 { link } from 'iproute';
Delete a link
await link.del({
dev: 'eth0.1@eth0'
});
Generated using TypeDoc
Deletes a virtual link.