]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
iproute2: correct port in FOU/GRE example
authorSimon Horman <simon.horman@netronome.com>
Wed, 1 Jun 2016 03:21:41 +0000 (12:21 +0900)
committerStephen Hemminger <shemming@brocade.com>
Wed, 8 Jun 2016 16:40:07 +0000 (09:40 -0700)
This resolves what appears to be a typo.

Cc: Tom Herbert <tom@herbertland.com>
Reviewed-by: Dinan Gunawardena <dinan.gunawardena@netronome.com>
Signed-off-by: Simon Horman <simon.horman@netronome.com>
man/man8/ip-fou.8

index 0fa22ee61d6306caaa7c254d00674f08a9e91a0a..0c8f0a4d6370772c335691acc8741de1cdadef12 100644 (file)
@@ -56,7 +56,7 @@ in the delete command.
 .PP
 .SS Configure a FOU receive port for GRE bound to 7777
 .nf
-# ip fou add port 8888 ipproto 47
+# ip fou add port 7777 ipproto 47
 .PP
 .SS Configure a FOU receive port for IPIP bound to 8888
 .nf