6rd: fix debug cli short-help
Debug cli short help for 6rd tunnel creation was out-of-date. Change-Id: I06e4d28481470825bf225ba0fd371a3aebd889fa Signed-off-by: Benoît Ganne <bganne@cisco.com>
This commit is contained in:

committed by
Dave Wallace

parent
f682facb27
commit
1b52ca965c
@ -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) = {
|
||||
|
Reference in New Issue
Block a user