From 41e7fb8030d60e8df191bf96bd1eb6c86a56b934 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 25 Oct 2017 10:52:24 -0400 Subject: lib, ospf6d, ospfd, zebra: Add ZEBRA_STR Allow us to use a ZEBRA_STR for commands Signed-off-by: Donald Sharp --- lib/command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/command.h') 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" -- cgit v1.2.3