diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/nat/nat64_cli.c | 6 | ||||
-rw-r--r-- | 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 bb62ecf2967..e55c4d5a9dc 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 f94467dade1..f65b46338b0 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 |