diff options
author | Carmine Scarpitta <cscarpit@cisco.com> | 2024-11-17 08:15:51 +0100 |
---|---|---|
committer | Carmine Scarpitta <cscarpit@cisco.com> | 2024-11-17 08:15:51 +0100 |
commit | 4cb6f5b8759bcc0c98a494d7deca8ee36a22fc67 (patch) | |
tree | 5aa4b475d36a134a2a14b7d724d8f6f0d306fdd7 /sharpd/sharp_vty.c | |
parent | sharpd: Fix typo in `sharp install routes` help message (diff) | |
download | frr-4cb6f5b8759bcc0c98a494d7deca8ee36a22fc67.tar.xz frr-4cb6f5b8759bcc0c98a494d7deca8ee36a22fc67.zip |
sharpd: Fix typo in `sharp install seg6-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 20fac213b..6f37f2988 100644 --- a/sharpd/sharp_vty.c +++ b/sharpd/sharp_vty.c @@ -372,7 +372,7 @@ DEFPY (install_seg6_routes, "The vrf we would like to install into if non-default\n" "The NAME of the vrf\n" "v4 Address to start /32 generation at\n" - "v6 Address to start /32 generation at\n" + "v6 Address to start /128 generation at\n" "Nexthop-seg6 to use\n" "V6 Nexthop address to use\n" "Encap mode\n" |