]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_vty.c
Fixup of warnings in the code
[mirror_frr.git] / ospfd / ospf_vty.c
index 06cf7fa27239ae9d0426dc070e4666c750eb5a4d..ef6012d3efc24c76960ebaf545f56c01a0899c69 100644 (file)
 #include "ospfd/ospf_dump.h"
 #include "ospfd/ospf_bfd.h"
 
-#define QUAGGA_REDIST_STR_OSPFD \
-  "(kernel|connected|static|rip|isis|bgp|babel)"
-#define QUAGGA_REDIST_HELP_STR_OSPFD \
-  "Kernel routes (not installed via the zebra RIB)\n" \
-  "Connected routes (directly attached subnet or host)\n" \
-  "Statically configured routes\n" \
-  "Routing Information Protocol (RIP)\n" \
-  "Intermediate System to Intermediate System (IS-IS)\n" \
-  "Border Gateway Protocol (BGP)\n" \
-  "Babel routing protocol (Babel)\n"
-
-
 static const char *ospf_network_type_str[] =
 {
   "Null",