diff options
author | Carmine Scarpitta <cscarpit@cisco.com> | 2024-11-17 08:16:26 +0100 |
---|---|---|
committer | Carmine Scarpitta <cscarpit@cisco.com> | 2024-11-17 08:16:26 +0100 |
commit | cf658b28b1c727c58c9a96f366cdd65df2167f5c (patch) | |
tree | aa8952669f6c78b6afd27bc7f6b775edc27a91d7 /sharpd/sharp_vty.c | |
parent | sharpd: Fix typo in `sharp install seg6-routes` help message (diff) | |
download | frr-cf658b28b1c727c58c9a96f366cdd65df2167f5c.tar.xz frr-cf658b28b1c727c58c9a96f366cdd65df2167f5c.zip |
sharpd: Fix typo in `sharp install seg6local-routes` help message
Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
Diffstat (limited to '')
-rw-r--r-- | sharpd/sharp_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sharpd/sharp_vty.c b/sharpd/sharp_vty.c index 6f37f2988..e5b8c6d02 100644 --- a/sharpd/sharp_vty.c +++ b/sharpd/sharp_vty.c @@ -458,7 +458,7 @@ DEFPY (install_seg6local_routes, "Routes to install\n" "The vrf we would like to install into if non-default\n" "The NAME of the vrf\n" - "v6 Address to start /32 generation at\n" + "v6 Address to start /128 generation at\n" "Nexthop-seg6local to use\n" "Output device to use\n" "SRv6 End function to use\n" |