tc-basic (8) Linux Manual Page
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
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.
