This is automatically generated documentation. Edit after the "COMMENTS" heading; changes to the main body will be lost.
Switch -- Click element; sends packet stream to settable output
Switch([OUTPUT])
Ports: 1 input, any number of outputs
Processing: push
Package: standard (core)
Switch sends every incoming packet to one of its output ports -- specifically, OUTPUT. The default OUTPUT is zero; negative OUTPUT means to destroy input packets instead of forwarding them. You can change OUTPUT with a write handler. Switch has an unlimited number of outputs.
StaticSwitch, PullSwitch, RoundRobinSwitch, StrideSwitch, HashSwitch, RandomSwitch
Generated by 'click-elem2man' from '../elements/standard/switch.hh' on 18/Sep/2007.