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