Skip to content
Tom Barbette edited this page Oct 3, 2018 · 2 revisions

PaintSwitch Element Documentation

NAME

PaintSwitch — Click element; sends packet stream to output chosen per-packet

SYNOPSIS

PaintSwitch

Batching: Batching natively supported
Ports: 1 input, any number of outputs
Processing: push

DESCRIPTION

PaintSwitch sends every incoming packet to one of its output ports -- specifically, output port number K, where K is the value of the incoming packet's paint annotation. If the paint annotation is set to 255, the packet is duplicated and sent to all outputs. Since there are only 256 different paint annotations, including the special value of 255, PaintSwitch can have up to 255 outputs. If there is no output port K, the packet is dropped.

PaintSwitch uses the PAINT annotation by default, but the ANNO argument can specify any one-byte annotation.

SEE ALSO

StaticSwitch, PullSwitch, RoundRobinSwitch, StrideSwitch, HashSwitch, RandomSwitch, Paint, PaintTee

Generated by click-elem2man from ../elements/standard/paintswitch.hh:6 on 2018/10/03.

Clone this wiki locally