summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-10-25 10:52:24 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-10-25 10:57:00 -0400
commit41e7fb8030d60e8df191bf96bd1eb6c86a56b934 (patch)
treeb5e5a5e941accaf5760913c42481566445097b5b
parentef47f23b913e9ff6ba85c807ed36cfbe782c1d75 (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>
-rw-r--r--lib/command.h1
-rw-r--r--ospf6d/ospf6_zebra.c2
-rw-r--r--ospfd/ospf_dump.c8
-rw-r--r--zebra/zebra_fpm.c4
-rw-r--r--zebra/zebra_routemap.c4
-rw-r--r--zebra/zserv.c6
6 files changed, 13 insertions, 12 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"
diff --git a/ospf6d/ospf6_zebra.c b/ospf6d/ospf6_zebra.c
index 022b913168..a900648236 100644
--- a/ospf6d/ospf6_zebra.c
+++ b/ospf6d/ospf6_zebra.c
@@ -256,7 +256,7 @@ DEFUN (show_zebra,
SHOW_STR
IPV6_STR
OSPF6_STR
- "Zebra information\n")
+ ZEBRA_STR)
{
int i;
if (zclient == NULL) {
diff --git a/ospfd/ospf_dump.c b/ospfd/ospf_dump.c
index 5933f5abfe..6876054a63 100644
--- a/ospfd/ospf_dump.c
+++ b/ospfd/ospf_dump.c
@@ -1182,7 +1182,7 @@ DEFUN (debug_ospf_zebra,
"debug ospf zebra [<interface|redistribute>]",
DEBUG_STR
OSPF_STR
- "OSPF Zebra information\n"
+ ZEBRA_STR
"Zebra interface\n"
"Zebra redistribute\n")
{
@@ -1195,7 +1195,7 @@ DEFUN (debug_ospf_instance_zebra,
DEBUG_STR
OSPF_STR
"Instance ID\n"
- "OSPF Zebra information\n"
+ ZEBRA_STR
"Zebra interface\n"
"Zebra redistribute\n")
{
@@ -1245,7 +1245,7 @@ DEFUN (no_debug_ospf_zebra,
NO_STR
DEBUG_STR
OSPF_STR
- "OSPF Zebra information\n"
+ ZEBRA_STR
"Zebra interface\n"
"Zebra redistribute\n")
{
@@ -1259,7 +1259,7 @@ DEFUN (no_debug_ospf_instance_zebra,
DEBUG_STR
OSPF_STR
"Instance ID\n"
- "OSPF Zebra information\n"
+ ZEBRA_STR
"Zebra interface\n"
"Zebra redistribute\n")
{
diff --git a/zebra/zebra_fpm.c b/zebra/zebra_fpm.c
index a5d256b7aa..0ffa55f1e4 100644
--- a/zebra/zebra_fpm.c
+++ b/zebra/zebra_fpm.c
@@ -1413,7 +1413,7 @@ DEFUN (show_zebra_fpm_stats,
show_zebra_fpm_stats_cmd,
"show zebra fpm stats",
SHOW_STR
- "Zebra information\n"
+ ZEBRA_STR
"Forwarding Path Manager information\n"
"Statistics\n")
{
@@ -1428,7 +1428,7 @@ DEFUN (clear_zebra_fpm_stats,
clear_zebra_fpm_stats_cmd,
"clear zebra fpm stats",
CLEAR_STR
- "Zebra information\n"
+ ZEBRA_STR
"Clear Forwarding Path Manager information\n"
"Statistics\n")
{
diff --git a/zebra/zebra_routemap.c b/zebra/zebra_routemap.c
index dd0189666e..7bfaf8e275 100644
--- a/zebra/zebra_routemap.c
+++ b/zebra/zebra_routemap.c
@@ -392,7 +392,7 @@ DEFUN (no_set_src,
DEFUN (zebra_route_map_timer,
zebra_route_map_timer_cmd,
"zebra route-map delay-timer (0-600)",
- "Zebra information\n"
+ ZEBRA_STR
"Set route-map parameters\n"
"Time to wait before route-map updates are processed\n"
"0 means event-driven updates are disabled\n")
@@ -410,7 +410,7 @@ DEFUN (no_zebra_route_map_timer,
no_zebra_route_map_timer_cmd,
"no zebra route-map delay-timer [(0-600)]",
NO_STR
- "Zebra information\n"
+ ZEBRA_STR
"Set route-map parameters\n"
"Reset delay-timer to default value, 30 secs\n"
"0 means event-driven updates are disabled\n")
diff --git a/zebra/zserv.c b/zebra/zserv.c
index 15bfd37da8..fe8213702b 100644
--- a/zebra/zserv.c
+++ b/zebra/zserv.c
@@ -2841,7 +2841,7 @@ DEFUN (show_zebra,
show_zebra_cmd,
"show zebra",
SHOW_STR
- "Zebra information\n")
+ ZEBRA_STR)
{
struct vrf *vrf;
@@ -2866,7 +2866,7 @@ DEFUN (show_zebra_client,
show_zebra_client_cmd,
"show zebra client",
SHOW_STR
- "Zebra information\n"
+ ZEBRA_STR
"Client information\n")
{
struct listnode *node;
@@ -2883,7 +2883,7 @@ DEFUN (show_zebra_client_summary,
show_zebra_client_summary_cmd,
"show zebra client summary",
SHOW_STR
- "Zebra information brief\n"
+ ZEBRA_STR
"Client information brief\n"
"Brief Summary\n")
{