diff options
| author | Mark Stapp <mjs@voltanet.io> | 2020-06-04 13:26:50 -0400 |
|---|---|---|
| committer | Mark Stapp <mjs@voltanet.io> | 2020-06-10 08:26:27 -0400 |
| commit | 478ff17be6ea9512670bd9cbbeffc9efd693a5ea (patch) | |
| tree | e1a05c4e7fcf66f0f31110f0f46225297167c087 /lib/command.h | |
| parent | 387831ffc39cb432c9cedfe1376b8361084c7bc1 (diff) | |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index ed0ea18d6f..21bb613540 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" |
