aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/vxlan
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/vnet/vxlan
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/vnet/vxlan')
-rw-r--r--src/vnet/vxlan/vxlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/vxlan/vxlan.c b/src/vnet/vxlan/vxlan.c
index 7deb362cfcc..2b852511325 100644
--- a/src/vnet/vxlan/vxlan.c
+++ b/src/vnet/vxlan/vxlan.c
@@ -1117,7 +1117,7 @@ set_ip6_vxlan_bypass (vlib_main_t * vm,
VLIB_CLI_COMMAND (set_interface_ip6_vxlan_bypass_command, static) = {
.path = "set interface ip6 vxlan-bypass",
.function = set_ip6_vxlan_bypass,
- .short_help = "set interface ip vxlan-bypass <interface> [del]",
+ .short_help = "set interface ip6 vxlan-bypass <interface> [del]",
};
/* *INDENT-ON* */