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 { tunnel } from 'iproute';
Configures 6rd tunneling mechanism.
await tunnel.6rd({
dev : 'eth0',
6rd_prefix : '2001:db8::'
});
Generated using TypeDoc
Specifies the 6rd (IPv6 Rapid Deployment) tunneling mechanism.