logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

basic - basic traffic control filter

Description

       The basic filter allows one to classify packets using the extended match infrastructure.

Name

       basic - basic traffic control filter

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.

See Also

tc(8), tc-ematch(8)

iproute2                                           21 Oct 2015                         Basicclassifierintc(8)

Synopsis

tcfilter ... basic [ matchEMATCH_TREE ] [ actionACTION_SPEC ] [ classidCLASSID ]

See Also