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

FlowL2LoadBalancer Element Documentation

NAME

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

SYNOPSIS

FlowL2LoadBalancer([KEYWORDS])

Ports: 1 input, 1 output
Processing: push

DESCRIPTION

Load-balancer that only rewrites the destination.

Keyword arguments are:

  • DST — Ethernet Address. Can be repeated multiple times, once per destination.
  • LB_MODE, LST_MODE, AWRR_TIME, ... — Load balancing mode and various parameters. See FlowIPLoadBalancer.

EXAMPLES

    FlowL2LoadBalancer(DST 00:00:00:00:00:00, DST 00:00:00:00:00:01, DST 00:00:00:00:00:03)

SEE ALSO

L2LoadBalancer, FlowIPLoadBalancer, FlowIPNAT

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

Clone this wiki locally