—
Options · 3
| actionACTION_SPEC | Apply an action from the generic actions framework on matching packets. |
| classidCLASSID | Push matching packets into the class identified by CLASSID. |
| matchEMATCH_TREE | Match packets using the extended match infrastructure. See tc-ematch(8) for a detailed description of the allowed syntax in EMATCH_TREE. |
NAME
basic - basic traffic control filter
SYNOPSIS
tcfilter ... basic [ matchEMATCH_TREE ] [ actionACTION_SPEC ] [ classidCLASSID ]
DESCRIPTION
The basic filter allows one to classify packets using the extended match infrastructure.
OPTIONS
- actionACTION_SPEC
Apply an action from the generic actions framework on matching packets.
- classidCLASSID
Push matching packets into the class identified by CLASSID.
- matchEMATCH_TREE
Match packets using the extended match infrastructure. See tc-ematch(8) for a detailed description of the allowed syntax in EMATCH_TREE.
SEE ALSO
tc(8), tc-ematch(8)