summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_te.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2015-12-16 14:22:11 -0500
committerPaul Jakma <paul.jakma@hpe.com>2016-02-26 14:11:47 +0000
commit693da6096a28eef5eadeea699771265987b3ec0c (patch)
tree528464933b04751a44ea4a972461ac4b666e621b /ospfd/ospf_te.c
parent36fef5708d074a3ef41f34d324c309c45bae119b (diff)
downloadquagga-693da6096a28eef5eadeea699771265987b3ec0c.tar.bz2
quagga-693da6096a28eef5eadeea699771265987b3ec0c.tar.xz
ospfd: Remove HAVE_OSPF_TE
Remove from ospf the HAVE_OSPF_TE define and just always have ospf traffic engineering. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> Tested-by: NetDEF CI System <cisystem@netdef.org>
Diffstat (limited to 'ospfd/ospf_te.c')
-rw-r--r--ospfd/ospf_te.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ospfd/ospf_te.c b/ospfd/ospf_te.c
index fe142353..cd52866b 100644
--- a/ospfd/ospf_te.c
+++ b/ospfd/ospf_te.c
@@ -26,8 +26,6 @@
#include <zebra.h>
-#ifdef HAVE_OSPF_TE
-
#include "linklist.h"
#include "prefix.h"
#include "if.h"
@@ -1904,5 +1902,3 @@ ospf_mpls_te_register_vty (void)
return;
}
-
-#endif /* HAVE_OSPF_TE */