diff options
Diffstat (limited to 'ospfd/ospf_te.c')
-rw-r--r-- | ospfd/ospf_te.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |