aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorPaul Vinciguerra <pvinci@vinciconsulting.com>2019-11-07 17:20:48 -0500
committerAndrew Yourtchenko <ayourtch@gmail.com>2020-08-12 11:16:19 +0000
commite144c1b9d24778e4e4650efe1281dc2a91e6ddee (patch)
treea145814c2174215c17bb87df8526d58781276697 /src/plugins
parentffd24e5243a27a9e2638c0e98d9fb3099f30acb7 (diff)
vxlan geneve gtpu: fix short help
Type: fix Change-Id: Id53eb6ed15f270d747b9831a7b585cbafe515dd2 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com> (cherry picked from commit 5fb2278cb8badbbfe727acbdcaeda008a7fd2833)
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/gtpu/gtpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/gtpu/gtpu.c b/src/plugins/gtpu/gtpu.c
index dc5c689f5d3..d3e4502b576 100644
--- a/src/plugins/gtpu/gtpu.c
+++ b/src/plugins/gtpu/gtpu.c
@@ -1090,7 +1090,7 @@ set_ip6_gtpu_bypass (vlib_main_t * vm,
VLIB_CLI_COMMAND (set_interface_ip6_gtpu_bypass_command, static) = {
.path = "set interface ip6 gtpu-bypass",
.function = set_ip6_gtpu_bypass,
- .short_help = "set interface ip gtpu-bypass <interface> [del]",
+ .short_help = "set interface ip6 gtpu-bypass <interface> [del]",
};
/* *INDENT-ON* */