VPP-15 Add decap-next for nsh-gre tunnel short_help 66/966/3
authorHongjun Ni <hongjun.ni@intel.com>
Mon, 2 May 2016 17:43:44 +0000 (10:43 -0700)
committerDave Barach <openvpp@barachs.net>
Tue, 3 May 2016 10:14:46 +0000 (10:14 +0000)
Change-Id: I1965e9852f62aaf8c1576b72446a43b5878eb452
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
vnet/vnet/nsh-gre/nsh_gre.c

index ee968a3..be49e86 100644 (file)
@@ -492,9 +492,9 @@ VLIB_CLI_COMMAND (create_nsh_gre_tunnel_command, static) = {
   .short_help = 
   "nsh gre tunnel src <ip4-addr> dst <ip4-addr>" 
   "    c1 <nn> c2 <nn> c3 <nn> c4 <nn> spi <nn> si <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]\n"
-  "    [tlv <xx>]\n",
+  "    [tlv <xx>][decap-next [ip4|ip6|ethernet]][del]\n",
   .function = nsh_gre_add_del_tunnel_command_fn,
 };