diff options
author | Mark Stapp <mjs@voltanet.io> | 2020-06-04 19:26:50 +0200 |
---|---|---|
committer | Mark Stapp <mjs@voltanet.io> | 2020-06-10 14:26:27 +0200 |
commit | 478ff17be6ea9512670bd9cbbeffc9efd693a5ea (patch) | |
tree | e1a05c4e7fcf66f0f31110f0f46225297167c087 /sharpd | |
parent | lib,zebra,sharpd: modify opaque zapi message to support unicast (diff) | |
download | frr-478ff17be6ea9512670bd9cbbeffc9efd693a5ea.tar.xz frr-478ff17be6ea9512670bd9cbbeffc9efd693a5ea.zip |
lib,sharpd: add a SHARP_STR alias
Add a vty-friendly protocol name alias for sharpd.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
Diffstat (limited to 'sharpd')
-rw-r--r-- | sharpd/sharp_vty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sharpd/sharp_vty.c b/sharpd/sharp_vty.c index 77d0d02e7..bad59d172 100644 --- a/sharpd/sharp_vty.c +++ b/sharpd/sharp_vty.c @@ -550,7 +550,7 @@ DEFPY (logpump, DEFPY (send_opaque, send_opaque_cmd, "sharp send opaque type (1-255) (1-1000)$count", - "Sharp Routing Protocol\n" + SHARP_STR "Send messages for testing\n" "Send opaque messages\n" "Type code to send\n" @@ -566,7 +566,7 @@ DEFPY (send_opaque_reg, "sharp send opaque <reg$reg | unreg> \ " FRR_IP_REDIST_STR_ZEBRA "$proto_str \ [{instance (0-1000) | session (1-1000)}] type (1-1000)", - "Sharp Routing Protocol\n" + SHARP_STR "Send messages for testing\n" "Send opaque messages\n" "Send opaque registration\n" |