From 769751f6fc91fff1574cdcae5cd4f5ef43df13c1 Mon Sep 17 00:00:00 2001 From: Carmine Scarpitta Date: Sun, 17 Nov 2024 08:13:53 +0100 Subject: [PATCH 1/3] sharpd: Fix typo in `sharp install routes` help message Signed-off-by: Carmine Scarpitta --- sharpd/sharp_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharpd/sharp_vty.c b/sharpd/sharp_vty.c index c9211a152f..20fac213bc 100644 --- a/sharpd/sharp_vty.c +++ b/sharpd/sharp_vty.c @@ -213,7 +213,7 @@ DEFPY (install_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 to use(Can be an IPv4 or IPv6 address)\n" "V4 Nexthop address to use\n" "V6 Nexthop address to use\n" From 4cb6f5b8759bcc0c98a494d7deca8ee36a22fc67 Mon Sep 17 00:00:00 2001 From: Carmine Scarpitta Date: Sun, 17 Nov 2024 08:15:51 +0100 Subject: [PATCH 2/3] sharpd: Fix typo in `sharp install seg6-routes` help message Signed-off-by: Carmine Scarpitta --- sharpd/sharp_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharpd/sharp_vty.c b/sharpd/sharp_vty.c index 20fac213bc..6f37f29882 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" From cf658b28b1c727c58c9a96f366cdd65df2167f5c Mon Sep 17 00:00:00 2001 From: Carmine Scarpitta Date: Sun, 17 Nov 2024 08:16:26 +0100 Subject: [PATCH 3/3] sharpd: Fix typo in `sharp install seg6local-routes` help message Signed-off-by: Carmine Scarpitta --- sharpd/sharp_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharpd/sharp_vty.c b/sharpd/sharp_vty.c index 6f37f29882..e5b8c6d027 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"