iproute2: correct port in FOU/GRE example

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>
This commit is contained in:
Simon Horman 2016-06-01 12:21:41 +09:00 committed by Stephen Hemminger
parent c68780826d
commit 6f1aded9d0
1 changed files with 1 additions and 1 deletions

View 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