-
Notifications
You must be signed in to change notification settings - Fork 81
InputSwitch
Tom Barbette edited this page Oct 3, 2018
·
2 revisions
InputSwitch — Click element; accepts packet stream from settable input
InputSwitch([INPUT])
Ports: any number of inputs, 1 output
Processing: push
InputSwitch only accepts incoming packet on one of its input ports -- specifically, INPUT. The default INPUT is zero; negative INPUT means to destroy input packets instead of forwarding them. You can change INPUT with a write handler. InputSwitch has an unlimited number of inputs.
- switch (read/write) — Return or set the INPUT parameter.
Generated by click-elem2man from ../elements/standard/inputswitch.hh:6
on 2018/10/03.