From cd66cd4ce103aef4dd357dbab1d150cd16f8edd4 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 16 Dec 2015 14:22:10 -0500 Subject: 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 (cherry picked from commit 36fef5708d074a3ef41f34d324c309c45bae119b) --- ospfd/ospf_api.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'ospfd/ospf_api.c') diff --git a/ospfd/ospf_api.c b/ospfd/ospf_api.c index 45525f4a2c..9f90f671ce 100644 --- a/ospfd/ospf_api.c +++ b/ospfd/ospf_api.c @@ -23,9 +23,6 @@ #include #ifdef SUPPORT_OSPF_API -#ifndef HAVE_OPAQUE_LSA -#error "Core Opaque-LSA module must be configured." -#endif /* HAVE_OPAQUE_LSA */ #include "linklist.h" #include "prefix.h" -- cgit v1.2.3