Skip to content
Tom Barbette edited this page Nov 25, 2022 · 1 revision

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.

Clone this wiki locally