FlowSwitch - tbarbette/fastclick GitHub Wiki

FlowSwitch Element Documentation

NAME

FlowSwitch — Click element; Port load-balancer

SYNOPSIS

FlowSwitch([KEYWORDS])

Ports: 1 input, 1 or more outputs
Processing: push

DESCRIPTION

Load-balancer among Click ports. The same modes than FlowIPLoadBalancer are available, but instead of rewriting IP adresses this elements forward to specific ports.

Keyword arguments are:

EXAMPLES

    fl :: FlowSwitch(MODE RR);
    fl[0] -> ...;
    fl[1] -> ...;

SEE ALSO

FlowIPLoadBalancer, FlowIPNAT

Generated by click-elem2man from ../elements/flow/flowswitch.hh:25 on 2022/11/25.

⚠️ **GitHub.com Fallback** ⚠️