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 { maddress } from 'iproute';
Delete a tunnel
await maddress.del({
address: '33:33:00:00:00:01',
dev: 'enp0s3'
});
Generated using TypeDoc
Delete a multicast address.