vxlan geneve gtpu: fix short help

Type: fix

Change-Id: Id53eb6ed15f270d747b9831a7b585cbafe515dd2
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
(cherry picked from commit 5fb2278cb8badbbfe727acbdcaeda008a7fd2833)
This commit is contained in:
Paul Vinciguerra
2019-11-07 17:20:48 -05:00
committed by Andrew Yourtchenko
parent ffd24e5243
commit e144c1b9d2
6 changed files with 10 additions and 5 deletions

View File

@ -275,6 +275,11 @@ I: syslog
M: Matus Fabian <matfabia@cisco.com>
F: src/vnet/syslog
VNET GENEVE
I: geneve
M: N/A
F: src/vnet/geneve/
VNET FLOW
I: flow
M: Damjan Marion <damarion@cisco.com>

View File

@ -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* */

View File

@ -1102,7 +1102,7 @@ set_ip6_geneve_bypass (vlib_main_t * vm,
VLIB_CLI_COMMAND (set_interface_ip6_geneve_bypass_command, static) = {
.path = "set interface ip6 geneve-bypass",
.function = set_ip6_geneve_bypass,
.short_help = "set interface ip geneve-bypass <interface> [del]",
.short_help = "set interface ip6 geneve-bypass <interface> [del]",
};
/* *INDENT-ON* */

View File

@ -1132,7 +1132,7 @@ set_ip6_vxlan_gbp_bypass (vlib_main_t * vm,
VLIB_CLI_COMMAND (set_interface_ip6_vxlan_gbp_bypass_command, static) = {
.path = "set interface ip6 vxlan-gbp-bypass",
.function = set_ip6_vxlan_gbp_bypass,
.short_help = "set interface ip vxlan-gbp-bypass <interface> [del]",
.short_help = "set interface ip6 vxlan-gbp-bypass <interface> [del]",
};
/* *INDENT-ON* */

View File

@ -1215,7 +1215,7 @@ set_ip6_vxlan_gpe_bypass (vlib_main_t * vm,
VLIB_CLI_COMMAND (set_interface_ip6_vxlan_gpe_bypass_command, static) = {
.path = "set interface ip6 vxlan-gpe-bypass",
.function = set_ip6_vxlan_gpe_bypass,
.short_help = "set interface ip vxlan-gpe-bypass <interface> [del]",
.short_help = "set interface ip6 vxlan-gpe-bypass <interface> [del]",
};
/* *INDENT-ON* */

View File

@ -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* */