diff options
| author | Mark Stapp <mjs@labn.net> | 2023-01-03 10:46:01 -0500 |
|---|---|---|
| committer | Mark Stapp <mjs@labn.net> | 2023-01-03 15:22:37 -0500 |
| commit | 3e6ff764a15e857ae23fb22a678069e807ff099c (patch) | |
| tree | 32cf2ee6036ce8105dd468863654d41cc6988a42 /zebra/zebra_vty.c | |
| parent | 2999fbdc2a47011ac8be5fc940706b5ec6ee2735 (diff) | |
zebra: fix a couple of typos
Fix a couple of typos in vty prompt and output text.
Signed-off-by: Mark Stapp <mjs@labn.net>
Diffstat (limited to 'zebra/zebra_vty.c')
| -rw-r--r-- | zebra/zebra_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c index 8ed8abe304..aac1c9b471 100644 --- a/zebra/zebra_vty.c +++ b/zebra/zebra_vty.c @@ -2208,7 +2208,7 @@ DEFPY (show_route_detail, [json$json] [nexthop-group$ng]", SHOW_STR IP_STR - "IPv6 forwarding table\n" + "IP forwarding table\n" "IP routing table\n" VRF_FULL_CMD_HELP_STR "Network in the IP routing table to display\n" |
