Blame man/man8/tc-basic.8

Packit d3f73b
.TH "Basic classifier in tc" 8 "21 Oct 2015" "iproute2" "Linux"
Packit d3f73b
Packit d3f73b
.SH NAME
Packit d3f73b
basic \- basic traffic control filter
Packit d3f73b
.SH SYNOPSIS
Packit d3f73b
.in +8
Packit d3f73b
.ti -8
Packit d3f73b
.BR tc " " filter " ... " basic " [ " match
Packit d3f73b
.IR EMATCH_TREE " ] [ "
Packit d3f73b
.B action
Packit d3f73b
.IR ACTION_SPEC " ] [ "
Packit d3f73b
.B classid
Packit d3f73b
.IR CLASSID " ]"
Packit d3f73b
.SH DESCRIPTION
Packit d3f73b
The
Packit d3f73b
.B basic
Packit d3f73b
filter allows to classify packets using the extended match infrastructure.
Packit d3f73b
.SH OPTIONS
Packit d3f73b
.TP
Packit d3f73b
.BI action " ACTION_SPEC"
Packit d3f73b
Apply an action from the generic actions framework on matching packets.
Packit d3f73b
.TP
Packit d3f73b
.BI classid " CLASSID"
Packit d3f73b
Push matching packets into the class identified by
Packit d3f73b
.IR CLASSID .
Packit d3f73b
.TP
Packit d3f73b
.BI match " EMATCH_TREE"
Packit d3f73b
Match packets using the extended match infrastructure. See
Packit d3f73b
.BR tc-ematch (8)
Packit d3f73b
for a detailed description of the allowed syntax in
Packit d3f73b
.IR EMATCH_TREE .
Packit d3f73b
.SH SEE ALSO
Packit d3f73b
.BR tc (8),
Packit d3f73b
.BR tc-ematch (8)