-
Notifications
You must be signed in to change notification settings - Fork 321
InputSwitch
Eddie Kohler edited this page Oct 17, 2017
·
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 2017/10/17.