-
Notifications
You must be signed in to change notification settings - Fork 81
Suppressor
Tom Barbette edited this page Oct 3, 2018
·
2 revisions
Suppressor — Click element; passes packets unchanged, optionally dropping some input ports
Suppressor
Ports: any number of inputs, the same number of outputs
Processing: agnostic
Suppressor has n inputs and n outputs. It generally passes packets from input i to output i unchanged. However, any input port can be suppressed, through a handler or a method call by another element. Packets arriving on suppressed push input ports are dropped; pull requests arriving on suppressed pull output ports are ignored.
- active0...activeN-1 (read/write) — Returns or sets whether each port is active (that is, not suppressed). Every port starts out active.
- reset (write-only) — Resets every port to active.
Generated by click-elem2man from ../elements/standard/suppressor.hh:7
on 2018/10/03.