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:

committed by
Andrew Yourtchenko

parent
ffd24e5243
commit
e144c1b9d2
@ -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>
|
||||
|
@ -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* */
|
||||
|
||||
|
@ -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* */
|
||||
|
||||
|
@ -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* */
|
||||
|
||||
|
@ -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* */
|
||||
|
||||
|
@ -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* */
|
||||
|
||||
|
Reference in New Issue
Block a user