[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <83c969899db103576310bf3837595ab32984c8b4.1715164702.git.aclaudi@redhat.com>
Date: Wed, 8 May 2024 12:38:52 +0200
From: Andrea Claudi <aclaudi@...hat.com>
To: netdev@...r.kernel.org
Cc: Stephen Hemminger <stephen@...workplumber.org>,
David Ahern <dsahern@...il.com>
Subject: [PATCH iproute2] man: fix typo in tc-mirred man page
Signed-off-by: Andrea Claudi <aclaudi@...hat.com>
---
man/man8/tc-mirred.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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).
--
2.45.0
Powered by blists - more mailing lists