From d5bafb5817f4fbc5fc07360b771d4aeaeab2b3ad Mon Sep 17 00:00:00 2001 From: hasso Date: Sun, 20 Jun 2004 21:00:27 +0000 Subject: Remove ifdef's HAVE_NSSA. NSSA support is stable enough. --- ospfd/ospf_te.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ospfd/ospf_te.c') diff --git a/ospfd/ospf_te.c b/ospfd/ospf_te.c index 0d455ec7..1a9946d4 100644 --- a/ospfd/ospf_te.c +++ b/ospfd/ospf_te.c @@ -878,9 +878,7 @@ ospf_mpls_te_lsa_new (struct ospf_area *area, struct mpls_te_link *lp) lsah = (struct lsa_header *) STREAM_DATA (s); options = LSA_OPTIONS_GET (area); -#ifdef HAVE_NSSA options |= LSA_OPTIONS_NSSA_GET (area); -#endif /* HAVE_NSSA */ options |= OSPF_OPTION_O; /* Don't forget this :-) */ lsa_type = OSPF_OPAQUE_AREA_LSA; -- cgit v1.2.3