man: ip-link: Beef up VXLAN csum options a bit
Signed-off-by: Phil Sutter <phil@nwl.cc>
This commit is contained in:
parent
b487954d5b
commit
4853ee5281
|
|
@ -491,15 +491,15 @@ are entered into the VXLAN device forwarding database.
|
||||||
|
|
||||||
.sp
|
.sp
|
||||||
.I [no]udpcsum
|
.I [no]udpcsum
|
||||||
- specifies if UDP checksum is filled in
|
- specifies if UDP checksum is calculated for transmitted packets over IPv4.
|
||||||
|
|
||||||
.sp
|
.sp
|
||||||
.I [no]udp6zerocsumtx
|
.I [no]udp6zerocsumtx
|
||||||
- specifies if UDP checksum is filled in
|
- skip UDP checksum calculation for transmitted packets over IPv6.
|
||||||
|
|
||||||
.sp
|
.sp
|
||||||
.I [no]udp6zerocsumrx
|
.I [no]udp6zerocsumrx
|
||||||
- specifies if UDP checksum is received
|
- allow incoming UDP packets over IPv6 with zero checksum field.
|
||||||
|
|
||||||
.sp
|
.sp
|
||||||
.BI ageing " SECONDS"
|
.BI ageing " SECONDS"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue