diff options
author | Matus Fabian <matfabia@cisco.com> | 2017-08-23 22:08:22 -0700 |
---|---|---|
committer | Matus Fabian <matfabia@cisco.com> | 2017-08-23 22:08:22 -0700 |
commit | c6e8c5c6581b9b9b7a4f64fe1583d641affed173 (patch) | |
tree | 1779cd058d8b6b5864acbb114248390a71394ce8 /src | |
parent | c940f095f63685f880c66e60b2850002c603b16a (diff) |
NAT64: Fix CLI typo (VPP-961)
Change-Id: I99e2766a118754387c9f238fc1b46057ee8a23e7
Signed-off-by: Matus Fabian <matfabia@cisco.com>
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 |