]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
man: ip-link.8: Document missing geneve options
authorPhil Sutter <phil@nwl.cc>
Thu, 11 Aug 2016 23:17:12 +0000 (01:17 +0200)
committerStephen Hemminger <shemming@brocade.com>
Fri, 12 Aug 2016 19:58:53 +0000 (12:58 -0700)
This adds missing documentation of geneve type options:

- dstport
- external
- udpcsum
- udp6zerocsumtx
- udp6zerocsumrx

The bits for the last three was just copy and pasted from vxlan section.

Signed-off-by: Phil Sutter <phil@nwl.cc>
man/man8/ip-link.8.in

index f4782ee5b855574cb9615f54ec5b0e62f49cbf16..58247ced448df719a581cfa94bda79b522e73ca4 100644 (file)
@@ -801,6 +801,16 @@ the following additional arguments are supported:
 .BI tos " TOS "
 ] [
 .BI flowlabel " FLOWLABEL "
+] [
+.BI dstport " PORT"
+] [
+.RB [ no ] external
+] [
+.RB [ no ] udpcsum
+] [
+.RB [ no ] udp6zerocsumtx
+] [
+.RB [ no ] udp6zerocsumrx
 ]
 
 .in +8
@@ -824,6 +834,32 @@ the following additional arguments are supported:
 .BI flowlabel " FLOWLABEL"
 - specifies the flow label to use in outgoing packets.
 
+.sp
+.BI dstport " PORT"
+- select a destination port other than the default of 6081.
+
+.sp
+.RB [ no ] external
+- make this tunnel externally controlled (or not, which is the default). This
+flag is mutually exclusive with the
+.BR id ,
+.BR remote ,
+.BR ttl ,
+.BR tos " and " flowlabel
+options.
+
+.sp
+.RB [ no ] udpcsum
+- specifies if UDP checksum is calculated for transmitted packets over IPv4.
+
+.sp
+.RB [ no ] udp6zerocsumtx
+- skip UDP checksum calculation for transmitted packets over IPv6.
+
+.sp
+.RB [ no ] udp6zerocsumrx
+- allow incoming UDP packets over IPv6 with zero checksum field.
+
 .in -8
 
 .TP