From: Andrea Claudi Date: Wed, 8 May 2024 10:38:52 +0000 (+0200) Subject: man: fix typo in tc-mirred man page X-Git-Tag: v6.9.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=397383a30c3b0e3ff551042b6654898a0872b83e;p=thirdparty%2Fiproute2.git man: fix typo in tc-mirred man page Signed-off-by: Andrea Claudi Signed-off-by: Stephen Hemminger --- diff --git a/man/man8/tc-mirred.8 b/man/man8/tc-mirred.8 index 46d894ce..6959e3e6 100644 --- a/man/man8/tc-mirred.8 +++ b/man/man8/tc-mirred.8 @@ -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).