From c6e8c5c6581b9b9b7a4f64fe1583d641affed173 Mon Sep 17 00:00:00 2001 From: Matus Fabian Date: Wed, 23 Aug 2017 22:08:22 -0700 Subject: NAT64: Fix CLI typo (VPP-961) Change-Id: I99e2766a118754387c9f238fc1b46057ee8a23e7 Signed-off-by: Matus Fabian --- src/plugins/nat/nat64_cli.c | 6 +++--- src/plugins/nat/nat64_doc.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/plugins/nat/nat64_cli.c b/src/plugins/nat/nat64_cli.c index bb62ecf2..e55c4d5a 100644 --- a/src/plugins/nat/nat64_cli.c +++ b/src/plugins/nat/nat64_cli.c @@ -895,7 +895,7 @@ VLIB_CLI_COMMAND (set_nat64_timeouts_command, static) = { * @cliexpar * @cliexstart{show nat64 tiemouts} * Show NAT64 session timeouts: - * vpp# show nat64 tiemouts + * vpp# show nat64 timeouts * NAT64 session timeouts: * UDP 300sec * ICMP 60sec @@ -905,8 +905,8 @@ VLIB_CLI_COMMAND (set_nat64_timeouts_command, static) = { * @cliexend ?*/ VLIB_CLI_COMMAND (show_nat64_timeouts_command, static) = { - .path = "show nat64 tiemouts", - .short_help = "show nat64 tiemouts", + .path = "show nat64 timeouts", + .short_help = "show nat64 temeouts", .function = nat64_show_timeouts_command_fn, }; diff --git a/src/plugins/nat/nat64_doc.md b/src/plugins/nat/nat64_doc.md index f94467da..f65b4633 100644 --- a/src/plugins/nat/nat64_doc.md +++ b/src/plugins/nat/nat64_doc.md @@ -65,7 +65,7 @@ tenant-vrf: VRF id of the tenant associated with the prefix > show nat64 interfaces > show nat64 bib tcp|udp|icmp > show nat64 session table tcp|udp|icmp -> show nat64 tiemouts +> show nat64 timeouts > show nat64 prefix ## Notes -- cgit 1.2.3-korg