Match-all classifier in tc(8) Linux Match-all classifier in tc(8) (NAME) tc-matchall - (SYNOPSIS) tc filter ... matchall [ skip_sw | skip_hw ] [ action ACTION_SPEC ] [ classid CLASSID ] (DESCRIPTION) matchall (action) . (OPTIONS) action ACTION_SPEC . classid CLASSID CLASSID. skip_sw . (offload) TC offload . skip_hw . (EXAMPLES) (ingress) eth1 eth2: tc qdisc add dev eth1 handle ffff: clsact tc filter add dev eth1 ingress \ matchall skip_sw \ action mirred egress mirror \ dev eth2 clsact qdisc ffff: eth1 matchall eth2 (mirror) . (egress) eth1 eth2: tc qdisc add dev eth1 handle ffff: clsact tc filter add dev eth1 egress \ matchall skip_sw \ action mirred egress mirror \ dev eth2 clsact qdisc ffff: eth1 matchall eth2 (mirror) . eth0 psample : tc qdisc add dev eth0 handle ffff: ingress tc filter add dev eth0 parent ffff: matchall \ action sample rate 100 group 12 (SEE ALSO) tc(8) iproute2 21 Oct 2015 Match-all classifier in tc(8)