Skip to content
Tom Barbette edited this page Nov 25, 2022 · 2 revisions

FlowIPLoadBalancer Element Documentation

NAME

FlowIPLoadBalancer — Click element; TCP & UDP load-balancer, without SNAT

SYNOPSIS

FlowIPLoadBalancer([KEYWORDS])

Ports: 1 input, 1 output
Processing: push

DESCRIPTION

Load-balancer that only rewrites the destination.

Keyword arguments are:

  • DST — IP Address. Can be repeated multiple times, once per destination.
  • VIP — IP Address of this load-balancer.

EXAMPLES

    FlowIPLoadBalancer(VIP 10.220.0.1, DST 10.221.0.1, DST 10.221.0.2, DST 10.221.0.3)

SEE ALSO

FlowIPLoadBalancer, FlowIPNAT

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

Clone this wiki locally