8000 FlowSwitch · tbarbette/fastclick Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
< 10000 template class="js-flash-template">
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
0