diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-10-25 10:52:24 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-10-25 10:57:00 -0400 |
| commit | 41e7fb8030d60e8df191bf96bd1eb6c86a56b934 (patch) | |
| tree | b5e5a5e941accaf5760913c42481566445097b5b /lib/command.h | |
| parent | ef47f23b913e9ff6ba85c807ed36cfbe782c1d75 (diff) | |
lib, ospf6d, ospfd, zebra: Add ZEBRA_STR
Allow us to use a ZEBRA_STR for commands
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
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 e2d31decd4..9e6c954f15 100644 --- a/lib/command.h +++ b/lib/command.h @@ -358,6 +358,7 @@ struct cmd_node { #define PCE_STR "PCE Router Information specific commands\n" #define MPLS_STR "MPLS information\n" #define WATCHFRR_STR "watchfrr information\n" +#define ZEBRA_STR "Zebra information\n" #define CONF_BACKUP_EXT ".sav" |
