| commit | dedcf62f3956ab671813e9461d8780a0e8b1e6ac | [log] [tgz] |
|---|---|---|
| author | Arınç ÜNAL <arinc.unal@arinc9.com> | Sat Apr 13 17:48:48 2024 +0300 |
| committer | Stephen Hemminger <stephen@networkplumber.org> | Tue Apr 16 08:31:56 2024 -0700 |
| tree | a079f2af8dfb90ff7075b1981f1e4c2e70f708a8 | |
| parent | 0a1e1522cde95a5daea4efd2ef16bc356164c068 [diff] |
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>