summaryrefslogtreecommitdiff
path: root/lib/log.c
diff options
context:
space:
mode:
authorDaniel Walton <dwalton@cumulusnetworks.com>2016-02-11 08:55:24 -0800
committerDaniel Walton <dwalton@cumulusnetworks.com>2016-02-11 08:55:24 -0800
commit41d9cc6a6569e3a66f77a9cfd2869d209e665fa0 (patch)
treef7de1b136260d314a26b378156d7f94cf42e36a7 /lib/log.c
parentb3556ea327bf3abc4bd183a4b5b8ad1a15d15035 (diff)
quagga: remove babel
Ticket: CM-9274 Reviewed By: sharpd@cumulusnetworks.com Testing Done: <DETAILED DESCRIPTION (REPLACE)>
Diffstat (limited to 'lib/log.c')
-rw-r--r--lib/log.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/log.c b/lib/log.c
index 13fbc00317..6dad0a0c0a 100644
--- a/lib/log.c
+++ b/lib/log.c
@@ -48,7 +48,6 @@ const char *zlog_proto_names[] =
"BGP",
"OSPF",
"RIPNG",
- "BABEL",
"OSPF6",
"ISIS",
"MASC",
@@ -963,8 +962,6 @@ proto_redistnum(int afi, const char *s)
else if (strncmp (s, "bg", 2) == 0)
return ZEBRA_ROUTE_BGP;
else if (strncmp (s, "ba", 2) == 0)
- return ZEBRA_ROUTE_BABEL;
- else if (strncmp (s, "t", 1) == 0)
return ZEBRA_ROUTE_TABLE;
}
if (afi == AFI_IP6)
@@ -984,8 +981,6 @@ proto_redistnum(int afi, const char *s)
else if (strncmp (s, "bg", 2) == 0)
return ZEBRA_ROUTE_BGP;
else if (strncmp (s, "ba", 2) == 0)
- return ZEBRA_ROUTE_BABEL;
- else if (strncmp (s, "t", 1) == 0)
return ZEBRA_ROUTE_TABLE;
}
return -1;