Skip to content
Tom Barbette edited this page Oct 3, 2018 · 2 revisions

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

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...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.

Clone this wiki locally