-
Notifications
You must be signed in to change notification settings - Fork 81
StaticSwitch
Tom Barbette edited this page Oct 3, 2018
·
2 revisions
StaticSwitch — Click element; sends packet stream to fixed output
StaticSwitch(OUTPUT)
Ports: 1 input, any number of outputs
Processing: push
StaticSwitch sends every incoming packet to one of its output ports -- specifically, OUTPUT. Negative OUTPUT means to destroy input packets instead of forwarding them. StaticSwitch has an unlimited number of outputs.
StaticSwitch differs from Switch in that it has no switch
write handler,
and thus does not allow OUTPUT to be changed at run time.
Switch, StrideSwitch, PullSwitch
Generated by click-elem2man from ../elements/standard/staticswitch.hh:6
on 2018/10/03.