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

L2LoadBalancer Element Documentation

NAME

L2LoadBalancer — Click element; Stateless L2 load-balancer

SYNOPSIS

L2LoadBalancer([KEYWORDS])

Batching: Batching natively supported
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 — See FlowIPLoadBalancer. Remember this element is not stateful, so stateful load-balancing techniques will likely break PCC.

EXAMPLES

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

SEE ALSO

L2LoadBalancer, FlowIPNAT

Generated by click-elem2man from ../elements/ethernet/l2loadbalancer.hh:17 on 2022/11/25.

Clone this wiki locally