From e144c1b9d24778e4e4650efe1281dc2a91e6ddee Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Thu, 7 Nov 2019 17:20:48 -0500 Subject: vxlan geneve gtpu: fix short help Type: fix Change-Id: Id53eb6ed15f270d747b9831a7b585cbafe515dd2 Signed-off-by: Paul Vinciguerra (cherry picked from commit 5fb2278cb8badbbfe727acbdcaeda008a7fd2833) --- src/plugins/gtpu/gtpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins') 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 [del]", + .short_help = "set interface ip6 gtpu-bypass [del]", }; /* *INDENT-ON* */ -- cgit 1.2.3-korg