diff options
author | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-02-11 17:55:24 +0100 |
---|---|---|
committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-02-11 17:55:24 +0100 |
commit | 41d9cc6a6569e3a66f77a9cfd2869d209e665fa0 (patch) | |
tree | f7de1b136260d314a26b378156d7f94cf42e36a7 /lib/routemap.h | |
parent | ripd: Fix crash when a default route is passed to rip (diff) | |
download | frr-41d9cc6a6569e3a66f77a9cfd2869d209e665fa0.tar.xz frr-41d9cc6a6569e3a66f77a9cfd2869d209e665fa0.zip |
quagga: remove babel
Ticket: CM-9274
Reviewed By: sharpd@cumulusnetworks.com
Testing Done:
<DETAILED DESCRIPTION (REPLACE)>
Diffstat (limited to 'lib/routemap.h')
-rw-r--r-- | lib/routemap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/routemap.h b/lib/routemap.h index 280601b52..5c0626bae 100644 --- a/lib/routemap.h +++ b/lib/routemap.h @@ -45,7 +45,6 @@ typedef enum { RMAP_RIP, RMAP_RIPNG, - RMAP_BABEL, RMAP_OSPF, RMAP_OSPF6, RMAP_BGP, |