Blame man/man8/tc-basic.8

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