**This is automatically generated documentation.** Edit after the "[[#COMMENTS|COMMENTS]]" heading; changes to the main body will be lost. ====== Suppressor Element Documentation ====== ===== NAME ===== **Suppressor** -- Click element; passes packets unchanged, optionally dropping some input ports ===== SYNOPSIS ===== Suppressor **Ports**: any number of inputs, the same number of outputs\\ **Processing**: agnostic\\ **Package**: standard (core)\\ ===== DESCRIPTION ===== 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. ===== ELEMENT HANDLERS ===== ? **active0...active//N-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' on 24/May/2007. ===== COMMENTS =====