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

StaticPullSwitch Element Documentation

NAME

StaticPullSwitch — Click element; forwards pull requests to fixed input

SYNOPSIS

StaticPullSwitch(INPUT)

Ports: any number of inputs, 1 output
Processing: pull

DESCRIPTION

On every pull, StaticPullSwitch returns the packet pulled from one of its input ports -- specifically, INPUT. Negative INPUTs mean always return a null packet. StaticPullSwitch has an unlimited number of inputs.

NOTES

StaticPullSwitch differs from PullSwitch in that it has no switch write handler, and thus does not allow INPUT to be changed at run time.

SEE ALSO

PullSwitch, PrioSched, RoundRobinSched, StrideSched, Switch

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

Clone this wiki locally