diff options
| author | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-02-11 08:55:24 -0800 |
|---|---|---|
| committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-02-11 08:55:24 -0800 |
| commit | 41d9cc6a6569e3a66f77a9cfd2869d209e665fa0 (patch) | |
| tree | f7de1b136260d314a26b378156d7f94cf42e36a7 /lib/log.c | |
| parent | b3556ea327bf3abc4bd183a4b5b8ad1a15d15035 (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.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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; |
