From 36fef5708d074a3ef41f34d324c309c45bae119b 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 --- ospfd/ospf_main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ospfd/ospf_main.c') diff --git a/ospfd/ospf_main.c b/ospfd/ospf_main.c index 1e4184ff..f373650c 100644 --- a/ospfd/ospf_main.c +++ b/ospfd/ospf_main.c @@ -308,9 +308,7 @@ main (int argc, char **argv) #ifdef HAVE_SNMP ospf_snmp_init (); #endif /* HAVE_SNMP */ -#ifdef HAVE_OPAQUE_LSA ospf_opaque_init (); -#endif /* HAVE_OPAQUE_LSA */ /* Get configuration file. */ vty_read_config (config_file, config_default); -- cgit v1.2.3