6rd: fix debug cli short-help 64/19064/2
authorBenoît Ganne <bganne@cisco.com>
Fri, 19 Apr 2019 08:12:42 +0000 (10:12 +0200)
committerDave Wallace <dwallacelf@gmail.com>
Fri, 19 Apr 2019 18:24:31 +0000 (18:24 +0000)
Debug cli short help for 6rd tunnel creation was out-of-date.

Change-Id: I06e4d28481470825bf225ba0fd371a3aebd889fa
Signed-off-by: Benoît Ganne <bganne@cisco.com>
src/vnet/ipip/ipip_cli.c

index 5c7dfec..444b383 100644 (file)
@@ -345,7 +345,8 @@ done:
 VLIB_CLI_COMMAND(create_sixrd_tunnel_command, static) = {
     .path = "create 6rd tunnel",
     .short_help = "create 6rd tunnel ip6-pfx <ip6-pfx> ip4-pfx <ip4-pfx> "
-                  "ip4-src <ip4-addr> table-id <ID> [del]",
+                  "ip4-src <ip4-addr> ip4-table-id <ID> ip6-table-id <ID>"
+                  "[security-check]",
     .function = create_sixrd_tunnel_command_fn,
 };
 VLIB_CLI_COMMAND(delete_sixrd_tunnel_command, static) = {