diff mbox

[iproute2] man ip-link: Fix wording in VLAN reorder_hdr explanation

Message ID 1442422519-12679-1-git-send-email-vadim4j@gmail.com
State Accepted, archived
Delegated to: stephen hemminger
Headers show

Commit Message

Vadym Kochan Sept. 16, 2015, 4:55 p.m. UTC
From: Vadim Kochan <vadim4j@gmail.com>

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
---
 man/man8/ip-link.8.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jeremy Harris Sept. 17, 2015, 8:59 a.m. UTC | #1
On 16/09/15 17:55, Vadim Kochan wrote:
> Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
> ---
>  man/man8/ip-link.8.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
> index 1896eb6..4928249 100644
> --- a/man/man8/ip-link.8.in
> +++ b/man/man8/ip-link.8.in
> @@ -327,7 +327,7 @@ physical device (if this device does not support VLAN offloading), the similar
>  on the RX direction - by default the packet will be untagged before being
>  received by VLAN device. Reordering allows to accelerate tagging on egress and
>  to hide VLAN header on ingress so the packet looks like regular Ethernet packet,
> -at the same time it might be confusing while the packet sniffing as the VLAN header
> +at the same time it might be confusing for packet capture as the VLAN header
>  does not exist within the packet.
>  
>  VLAN offloading can be checked by
> 

Acked-by: Jeremy Harris <jgh@redhat.com>

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
index 1896eb6..4928249 100644
--- a/man/man8/ip-link.8.in
+++ b/man/man8/ip-link.8.in
@@ -327,7 +327,7 @@  physical device (if this device does not support VLAN offloading), the similar
 on the RX direction - by default the packet will be untagged before being
 received by VLAN device. Reordering allows to accelerate tagging on egress and
 to hide VLAN header on ingress so the packet looks like regular Ethernet packet,
-at the same time it might be confusing while the packet sniffing as the VLAN header
+at the same time it might be confusing for packet capture as the VLAN header
 does not exist within the packet.
 
 VLAN offloading can be checked by