from small one page howto to huge articles all in one place
 

search text in:





Poll
Which kernel version do you use?





poll results

Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

186385

userrating:

average rating: 1.7 (102 votes) (1=very good 6=terrible)


May 25th. 2007:
Words

486

Views

250362

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

137545

userrating:

average rating: 1.4 (42 votes) (1=very good 6=terrible)


April, 26th. 2006:

Druckversion
You are here: manpages





Traffic control index filter

Section: Linux (8)
Updated: 21 Oct 2015
Index Return to Main Contents

 

NAME

tcindex - traffic control index filter  

SYNOPSIS


tc filter ... tcindex [ hash SIZE ] [ mask MASK ] [ shift SHIFT ] [ pas_on | fall_through ] [ classid CLASSID ] [ action ACTION_SPEC ]  

DESCRIPTION

This filter allows to match packets based on their tcindex field value, i.e. the combination of the DSCP and ECN fields as present in IPv4 and IPv6 headers.  

OPTIONS

action ACTION_SPEC
Apply an action from the generic actions framework on matching packets.
classid CLASSID
Push matching packets into the class identified by CLASSID.
hash SIZE
Hash table size in entries to use. Defaults to 64.
mask MASK
An optional bitmask to binary AND to the packet's tcindex field before use.
shift SHIFT
The number of bits to right-shift a packet's tcindex value before use. If a mask has been set, masking is done before shifting.
pass_on
If this flag is set, failure to find a class for the resulting ID will make the filter fail and lead to the next filter being consulted.
fall_through
This is the opposite of pass_on and the default. The filter will classify the packet even if there is no class present for the resulting class ID.

 

SEE ALSO

tc(8)


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2020 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS : buttonmaker
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 15.6 ms