NAT64: Fix CLI typo (VPP-961) 90/8190/1
authorMatus Fabian <matfabia@cisco.com>
Thu, 24 Aug 2017 05:08:22 +0000 (22:08 -0700)
committerMatus Fabian <matfabia@cisco.com>
Thu, 24 Aug 2017 05:08:22 +0000 (22:08 -0700)
Change-Id: I99e2766a118754387c9f238fc1b46057ee8a23e7
Signed-off-by: Matus Fabian <matfabia@cisco.com>
src/plugins/nat/nat64_cli.c
src/plugins/nat/nat64_doc.md

index bb62ecf..e55c4d5 100644 (file)
@@ -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,
 };
 
index f94467d..f65b463 100644 (file)
@@ -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