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_neighbor.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ospfd/ospf_neighbor.c') diff --git a/ospfd/ospf_neighbor.c b/ospfd/ospf_neighbor.c index 23a64173..862de5e8 100644 --- a/ospfd/ospf_neighbor.c +++ b/ospfd/ospf_neighbor.c @@ -272,7 +272,6 @@ ospf_nbr_count (struct ospf_interface *oi, int state) return count; } -#ifdef HAVE_OPAQUE_LSA int ospf_nbr_count_opaque_capable (struct ospf_interface *oi) { @@ -289,7 +288,6 @@ ospf_nbr_count_opaque_capable (struct ospf_interface *oi) return count; } -#endif /* HAVE_OPAQUE_LSA */ /* lookup nbr by address - use this only if you know you must * otherwise use the ospf_nbr_lookup() wrapper, which deals -- cgit v1.2.3