• Enables both IPv4 & IPv6 IP forwarding.

    Parameters

    • globalOptions: GlobalOptions = {}

      Global parameters options that affects the command execution.

    Returns Promise<void>

    Example

    import { utils } from 'iproute';

    await utils.ipForwarding.enable();

Generated using TypeDoc