diff mbox

[iproute2,net-next] iproute2: correct port in FOU/GRE example

Message ID 1464751301-18709-1-git-send-email-simon.horman@netronome.com
State Accepted, archived
Delegated to: stephen hemminger
Headers show

Commit Message

Simon Horman June 1, 2016, 3:21 a.m. UTC
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stephen Hemminger June 8, 2016, 4:41 p.m. UTC | #1
On Wed,  1 Jun 2016 12:21:41 +0900
Simon Horman <simon.horman@netronome.com> wrote:

> 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>

Applied to net-next
diff mbox

Patch

diff --git a/man/man8/ip-fou.8 b/man/man8/ip-fou.8
index 0fa22ee61d63..0c8f0a4d6370 100644
--- a/man/man8/ip-fou.8
+++ b/man/man8/ip-fou.8
@@ -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