From: Hongjun Ni Date: Mon, 18 Apr 2016 18:53:59 +0000 (+0800) Subject: Change from nsh-encap to nsh-vxlan-gpe within nsh vxlan tunnel's short_help X-Git-Tag: odp_vpp~1992 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=514f651eae2187d1169632359f6c9cec890c9393;p=odp4vpp.git Change from nsh-encap to nsh-vxlan-gpe within nsh vxlan tunnel's short_help Change-Id: Ifeba2e9857a112139b7be6436b59f05858f1abf9 Signed-off-by: Hongjun Ni --- diff --git a/vnet/vnet/nsh-vxlan-gpe/nsh_vxlan_gpe.c b/vnet/vnet/nsh-vxlan-gpe/nsh_vxlan_gpe.c index 1b46fa92..308824e6 100644 --- a/vnet/vnet/nsh-vxlan-gpe/nsh_vxlan_gpe.c +++ b/vnet/vnet/nsh-vxlan-gpe/nsh_vxlan_gpe.c @@ -516,7 +516,7 @@ VLIB_CLI_COMMAND (create_nsh_vxlan_gpe_tunnel_command, static) = { " c1 c2 c3 c4 spi si vni \n" " [encap-vrf-id ] [decap-vrf-id ] [o-bit <1|0>] [c-bit <1|0>]\n" " [md-type ][next-ip4][next-ip6][next-ethernet][next-nsh]\n" - " [tlv ][decap-next [ip4|ip6|ethernet|nsh-encap]][del]\n", + " [tlv ][decap-next [ip4|ip6|ethernet|nsh-vxlan-gpe]][del]\n", .function = nsh_vxlan_gpe_add_del_tunnel_command_fn, };