man: fix typo in tc-mirred man page

Signed-off-by: Andrea Claudi <aclaudi@redhat.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Andrea Claudi 2024-05-08 12:38:52 +02:00 committed by Stephen Hemminger
parent c9eab8973c
commit 397383a30c

View File

@ -37,7 +37,7 @@ receives. Mirroring is what is sometimes referred to as Switch Port Analyzer
(SPAN) and is commonly used to analyze and/or debug flows.
When mirroring to a tc block, the packet will be mirrored to all the ports in
the block with exception of the port where the packet ingressed, if that port is
part of the tc block. Redirecting is simillar to mirroring except that the
part of the tc block. Redirecting is similar to mirroring except that the
behaviour is to mirror to the first N - 1 ports in the block and redirect to the
last one (note that the port in which the packet arrived is not going to be
mirrored or redirected to).