aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/gtpu
diff options
context:
space:
mode:
authorPaul Vinciguerra <pvinci@vinciconsulting.com>2019-11-07 17:20:48 -0500
committerDamjan Marion <dmarion@me.com>2019-12-17 18:36:41 +0000
commit5fb2278cb8badbbfe727acbdcaeda008a7fd2833 (patch)
treefc740f4d6c44cae8eb6d0c55b95521c7325010af /src/plugins/gtpu
parent32c4d38f7ac6fe22abb0b4859f6075bb9b661773 (diff)
vxlan geneve gtpu: fix short help
Type: fix Change-Id: Id53eb6ed15f270d747b9831a7b585cbafe515dd2 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/plugins/gtpu')
-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 8a1610c97e7..4cb3fa844e6 100644
--- a/src/plugins/gtpu/gtpu.c
+++ b/src/plugins/gtpu/gtpu.c
@@ -1089,7 +1089,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* */