from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
Basic classifier in tc
Section: Linux (8) Updated: 21 Oct 2015 Index
Return to Main Contents
NAME
basic - basic traffic control filter
SYNOPSIS
tc filter ... basic [ match
EMATCH_TREE ] [
action
ACTION_SPEC ] [
classid
CLASSID ]
DESCRIPTION
The
basic
filter allows to classify packets using the extended match infrastructure.
OPTIONS
- action ACTION_SPEC
-
Apply an action from the generic actions framework on matching packets.
- classid CLASSID
-
Push matching packets into the class identified by
CLASSID.
- match EMATCH_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)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
- SEE ALSO
-
|