1Basic classifier in tc(8) Linux Basic classifier in tc(8)
2
3
4
6 basic - basic traffic control filter
7
9 tc filter ... basic [ match EMATCH_TREE ] [ action ACTION_SPEC ] [
10 classid CLASSID ]
11
13 The basic filter allows to classify packets using the extended match
14 infrastructure.
15
17 action ACTION_SPEC
18 Apply an action from the generic actions framework on matching
19 packets.
20
21 classid CLASSID
22 Push matching packets into the class identified by CLASSID.
23
24 match EMATCH_TREE
25 Match packets using the extended match infrastructure. See tc-
26 ematch(8) for a detailed description of the allowed syntax in
27 EMATCH_TREE.
28
30 tc(8), tc-ematch(8)
31
32
33
34iproute2 21 Oct 2015 Basic classifier in tc(8)