Message ID | 83c969899db103576310bf3837595ab32984c8b4.1715164702.git.aclaudi@redhat.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 397383a30c3b0e3ff551042b6654898a0872b83e |
Delegated to: | Stephen Hemminger |
Headers | show |
Series | [iproute2] man: fix typo in tc-mirred man page | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
Hello: This patch was applied to iproute2/iproute2.git (main) by Stephen Hemminger <stephen@networkplumber.org>: On Wed, 8 May 2024 12:38:52 +0200 you wrote: > Signed-off-by: Andrea Claudi <aclaudi@redhat.com> > --- > man/man8/tc-mirred.8 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - [iproute2] man: fix typo in tc-mirred man page https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=397383a30c3b You are awesome, thank you!
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).
Signed-off-by: Andrea Claudi <aclaudi@redhat.com> --- man/man8/tc-mirred.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)