#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"
SHOW_STR
IPV6_STR
OSPF6_STR
- "Zebra information\n")
+ ZEBRA_STR)
{
int i;
if (zclient == NULL) {
"debug ospf zebra [<interface|redistribute>]",
DEBUG_STR
OSPF_STR
- "OSPF Zebra information\n"
+ ZEBRA_STR
"Zebra interface\n"
"Zebra redistribute\n")
{
DEBUG_STR
OSPF_STR
"Instance ID\n"
- "OSPF Zebra information\n"
+ ZEBRA_STR
"Zebra interface\n"
"Zebra redistribute\n")
{
NO_STR
DEBUG_STR
OSPF_STR
- "OSPF Zebra information\n"
+ ZEBRA_STR
"Zebra interface\n"
"Zebra redistribute\n")
{
DEBUG_STR
OSPF_STR
"Instance ID\n"
- "OSPF Zebra information\n"
+ ZEBRA_STR
"Zebra interface\n"
"Zebra redistribute\n")
{
show_zebra_fpm_stats_cmd,
"show zebra fpm stats",
SHOW_STR
- "Zebra information\n"
+ ZEBRA_STR
"Forwarding Path Manager information\n"
"Statistics\n")
{
clear_zebra_fpm_stats_cmd,
"clear zebra fpm stats",
CLEAR_STR
- "Zebra information\n"
+ ZEBRA_STR
"Clear Forwarding Path Manager information\n"
"Statistics\n")
{
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")
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")
show_zebra_cmd,
"show zebra",
SHOW_STR
- "Zebra information\n")
+ ZEBRA_STR)
{
struct vrf *vrf;
show_zebra_client_cmd,
"show zebra client",
SHOW_STR
- "Zebra information\n"
+ ZEBRA_STR
"Client information\n")
{
struct listnode *node;
show_zebra_client_summary_cmd,
"show zebra client summary",
SHOW_STR
- "Zebra information brief\n"
+ ZEBRA_STR
"Client information brief\n"
"Brief Summary\n")
{