summaryrefslogtreecommitdiffstats
path: root/lib/command.h
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2020-06-04 19:26:50 +0200
committerMark Stapp <mjs@voltanet.io>2020-06-10 14:26:27 +0200
commit478ff17be6ea9512670bd9cbbeffc9efd693a5ea (patch)
treee1a05c4e7fcf66f0f31110f0f46225297167c087 /lib/command.h
parentlib,zebra,sharpd: modify opaque zapi message to support unicast (diff)
downloadfrr-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 'lib/command.h')
-rw-r--r--lib/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h
index ed0ea18d6..21bb61354 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -406,6 +406,7 @@ struct cmd_node {
#define FILTER_LOG_STR "Filter Logs\n"
#define BFD_PROFILE_STR "BFD profile.\n"
#define BFD_PROFILE_NAME_STR "BFD profile name.\n"
+#define SHARP_STR "Sharp Routing Protocol\n"
#define CMD_VNI_RANGE "(1-16777215)"
#define CONF_BACKUP_EXT ".sav"