summaryrefslogtreecommitdiffstats
path: root/vnet/vnet/nsh-vxlan-gpe/nsh_vxlan_gpe.c
diff options
context:
space:
mode:
authorHongjun Ni <hongjun.ni@intel.com>2016-04-06 17:54:39 -0700
committerGerrit Code Review <gerrit@fd.io>2016-04-07 15:04:27 +0000
commit639b4bded649dd510b7c1c288bda413ce1d98613 (patch)
tree8ab3e78c7f7161fbee33e68f0381ee3b8950480d /vnet/vnet/nsh-vxlan-gpe/nsh_vxlan_gpe.c
parent08fa373d2bc09482802a3a937de76c5c1ac4588a (diff)
Change encap-fib-id and decap-fib-id within create_nsh_vxlan_gpe_tunnel_command
Change-Id: Ied5275fcea21ae2e0b346931f9e2f520a73afd67 Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'vnet/vnet/nsh-vxlan-gpe/nsh_vxlan_gpe.c')
-rw-r--r--vnet/vnet/nsh-vxlan-gpe/nsh_vxlan_gpe.c2
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 5f49a5310e9..1b46fa922ac 100644
--- a/vnet/vnet/nsh-vxlan-gpe/nsh_vxlan_gpe.c
+++ b/vnet/vnet/nsh-vxlan-gpe/nsh_vxlan_gpe.c
@@ -514,7 +514,7 @@ VLIB_CLI_COMMAND (create_nsh_vxlan_gpe_tunnel_command, static) = {
.short_help =
"nsh vxlan tunnel src <ip4-addr> dst <ip4-addr>"
" c1 <nn> c2 <nn> c3 <nn> c4 <nn> spi <nn> si <nn> vni <nn>\n"
- " [encap-fib-id <nn>] [decap-fib-id <nn>] [o-bit <1|0>] [c-bit <1|0>]\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",
.function = nsh_vxlan_gpe_add_del_tunnel_command_fn,