Skip to content

Commit 0e2e4ec

Browse files
authored
Merge pull request #17444 from cscarpitta/fix/sharpd-cli-help-string
sharpd: Fix a few typos in CLI help messages
2 parents 2f83660 + cf658b2 commit 0e2e4ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sharpd/sharp_vty.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ DEFPY (install_routes,
213213
"The vrf we would like to install into if non-default\n"
214214
"The NAME of the vrf\n"
215215
"v4 Address to start /32 generation at\n"
216-
"v6 Address to start /32 generation at\n"
216+
"v6 Address to start /128 generation at\n"
217217
"Nexthop to use(Can be an IPv4 or IPv6 address)\n"
218218
"V4 Nexthop address to use\n"
219219
"V6 Nexthop address to use\n"
@@ -372,7 +372,7 @@ DEFPY (install_seg6_routes,
372372
"The vrf we would like to install into if non-default\n"
373373
"The NAME of the vrf\n"
374374
"v4 Address to start /32 generation at\n"
375-
"v6 Address to start /32 generation at\n"
375+
"v6 Address to start /128 generation at\n"
376376
"Nexthop-seg6 to use\n"
377377
"V6 Nexthop address to use\n"
378378
"Encap mode\n"
@@ -458,7 +458,7 @@ DEFPY (install_seg6local_routes,
458458
"Routes to install\n"
459459
"The vrf we would like to install into if non-default\n"
460460
"The NAME of the vrf\n"
461-
"v6 Address to start /32 generation at\n"
461+
"v6 Address to start /128 generation at\n"
462462
"Nexthop-seg6local to use\n"
463463
"Output device to use\n"
464464
"SRv6 End function to use\n"

0 commit comments

Comments
 (0)