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:
parent
c68780826d
commit
6f1aded9d0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue