diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2016-04-19 02:53:59 +0800 |
---|---|---|
committer | Keith Burns <alagalah@gmail.com> | 2016-04-20 03:47:00 +0000 |
commit | 514f651eae2187d1169632359f6c9cec890c9393 (patch) | |
tree | 825f86fe05c42564d5d29ba5e5667c7ba05b38b6 | |
parent | 8358ff95ee55d0256d60dc1d65cc6639c4243b33 (diff) |
Change from nsh-encap to nsh-vxlan-gpe within nsh vxlan tunnel's short_help
Change-Id: Ifeba2e9857a112139b7be6436b59f05858f1abf9
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
-rw-r--r-- | vnet/vnet/nsh-vxlan-gpe/nsh_vxlan_gpe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnet/vnet/nsh-vxlan-gpe/nsh_vxlan_gpe.c b/vnet/vnet/nsh-vxlan-gpe/nsh_vxlan_gpe.c index 1b46fa922ac..308824e62a0 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 <nn> c2 <nn> c3 <nn> c4 <nn> spi <nn> si <nn> vni <nn>\n" " [encap-vrf-id <nn>] [decap-vrf-id <nn>] [o-bit <1|0>] [c-bit <1|0>]\n" " [md-type <nn>][next-ip4][next-ip6][next-ethernet][next-nsh]\n" - " [tlv <xx>][decap-next [ip4|ip6|ethernet|nsh-encap]][del]\n", + " [tlv <xx>][decap-next [ip4|ip6|ethernet|nsh-vxlan-gpe]][del]\n", .function = nsh_vxlan_gpe_add_del_tunnel_command_fn, }; |