System Grab Bag

View all man pages from Ubuntu (or from all projects)

Name

basic - basic traffic control filter

Synopsis

tc " " filter " ... " basic " [ " matchEMATCH_TREE " ] [ " action ACTION_SPEC " ] [ " classid CLASSID " ]"

Description

The basic filter allows to classify packets using the extended match infrastructure.

Options

Apply an action from the generic actions framework on matching packets.

Push matching packets into the class identified by CLASSID.

Match packets using the extended match infrastructure. See tc-ematch(8) for a detailed description of the allowed syntax in EMATCH_TREE.

See Also

  1. tc(8),
  2. tc-ematch(8)