|
|
049c96 |
From f49095ecb1b78ea7020e52cc53a0337d0b6df466 Mon Sep 17 00:00:00 2001
|
|
|
049c96 |
From: Phil Sutter <psutter@redhat.com>
|
|
|
049c96 |
Date: Tue, 8 Mar 2016 18:36:08 +0100
|
|
|
049c96 |
Subject: [PATCH] man: ip-link: Beef up VXLAN csum options a bit
|
|
|
049c96 |
|
|
|
049c96 |
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1254625
|
|
|
049c96 |
Upstream Status: iproute2.git commit 4853ee528110f
|
|
|
049c96 |
|
|
|
049c96 |
commit 4853ee528110f61f4d1c1606cfd5dd276bb39cbd
|
|
|
049c96 |
Author: Phil Sutter <phil@nwl.cc>
|
|
|
049c96 |
Date: Fri Mar 4 12:52:38 2016 +0100
|
|
|
049c96 |
|
|
|
049c96 |
man: ip-link: Beef up VXLAN csum options a bit
|
|
|
049c96 |
|
|
|
049c96 |
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
|
049c96 |
---
|
|
|
049c96 |
man/man8/ip-link.8.in | 6 +++---
|
|
|
049c96 |
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
049c96 |
|
|
|
049c96 |
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
|
|
|
049c96 |
index 62fc340..e8dccbd 100644
|
|
|
049c96 |
--- a/man/man8/ip-link.8.in
|
|
|
049c96 |
+++ b/man/man8/ip-link.8.in
|
|
|
049c96 |
@@ -409,15 +409,15 @@ are entered into the VXLAN device forwarding database.
|
|
|
049c96 |
|
|
|
049c96 |
.sp
|
|
|
049c96 |
.I [no]udpcsum
|
|
|
049c96 |
-- specifies if UDP checksum is filled in
|
|
|
049c96 |
+- specifies if UDP checksum is calculated for transmitted packets over IPv4.
|
|
|
049c96 |
|
|
|
049c96 |
.sp
|
|
|
049c96 |
.I [no]udp6zerocsumtx
|
|
|
049c96 |
-- specifies if UDP checksum is filled in
|
|
|
049c96 |
+- skip UDP checksum calculation for transmitted packets over IPv6.
|
|
|
049c96 |
|
|
|
049c96 |
.sp
|
|
|
049c96 |
.I [no]udp6zerocsumrx
|
|
|
049c96 |
-- specifies if UDP checksum is received
|
|
|
049c96 |
+- allow incoming UDP packets over IPv6 with zero checksum field.
|
|
|
049c96 |
|
|
|
049c96 |
.sp
|
|
|
049c96 |
.BI ageing " SECONDS"
|
|
|
049c96 |
--
|
|
|
049c96 |
1.8.3.1
|
|
|
049c96 |
|