summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_te.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2015-12-16 14:22:10 -0500
committerPaul Jakma <paul.jakma@hpe.com>2016-02-26 14:11:47 +0000
commit36fef5708d074a3ef41f34d324c309c45bae119b (patch)
tree4c8cbcf99823d92fcbe94165fe210908d402b6af /ospfd/ospf_te.c
parent2e320423337c628bfeb814ec15fd5f575ebc5eed (diff)
downloadquagga-36fef5708d074a3ef41f34d324c309c45bae119b.tar.bz2
quagga-36fef5708d074a3ef41f34d324c309c45bae119b.tar.xz
ospfd: Remove HAVE_OPAQUE_LSA
HAVE_OPAQUE_LSA is used by default and you have to actively turn it off except that OPAQUE_LSA is an industry standard and used pretty much everywhere. There is no need to have special #defines for this anymore. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'ospfd/ospf_te.c')
-rw-r--r--ospfd/ospf_te.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ospfd/ospf_te.c b/ospfd/ospf_te.c
index bcb89630..fe142353 100644
--- a/ospfd/ospf_te.c
+++ b/ospfd/ospf_te.c
@@ -27,9 +27,6 @@
#include <zebra.h>
#ifdef HAVE_OSPF_TE
-#ifndef HAVE_OPAQUE_LSA
-#error "Wrong configure option"
-#endif /* HAVE_OPAQUE_LSA */
#include "linklist.h"
#include "prefix.h"