]> git.ipfire.org Git - thirdparty/iproute2.git/commit
man: use clsact qdisc for port mirroring examples on matchall and mirred
authorArınç ÜNAL <arinc.unal@arinc9.com>
Sat, 13 Apr 2024 14:48:48 +0000 (17:48 +0300)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 16 Apr 2024 15:31:56 +0000 (08:31 -0700)
commitdedcf62f3956ab671813e9461d8780a0e8b1e6ac
treea079f2af8dfb90ff7075b1981f1e4c2e70f708a8
parent0a1e1522cde95a5daea4efd2ef16bc356164c068
man: use clsact qdisc for port mirroring examples on matchall and mirred

The clsact qdisc supports ingress and egress. Instead of using two qdiscs
to do ingress and egress port mirroring, clsact can be used. Therefore, use
clsact for the port mirroring examples on the tc-matchall.8 and tc-mirred.8
documents.

Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
man/man8/tc-matchall.8
man/man8/tc-mirred.8