diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2016-04-06 17:54:39 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2016-04-07 15:04:27 +0000 |
commit | 639b4bded649dd510b7c1c288bda413ce1d98613 (patch) | |
tree | 8ab3e78c7f7161fbee33e68f0381ee3b8950480d | |
parent | 08fa373d2bc09482802a3a937de76c5c1ac4588a (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>
-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 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, |