diff options
author | hasso <hasso> | 2004-06-20 21:00:27 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-06-20 21:00:27 +0000 |
commit | d5bafb5817f4fbc5fc07360b771d4aeaeab2b3ad (patch) | |
tree | 54b1607077aaf7bfd5d4be35d9aa83b92a1969af /ospfd/ospf_nsm.c | |
parent | b8dd3c3f2e49a515c3a9ded5a6ddd856e4f2dff0 (diff) | |
download | quagga-d5bafb5817f4fbc5fc07360b771d4aeaeab2b3ad.tar.bz2 quagga-d5bafb5817f4fbc5fc07360b771d4aeaeab2b3ad.tar.xz |
Remove ifdef's HAVE_NSSA. NSSA support is stable enough.
Diffstat (limited to 'ospfd/ospf_nsm.c')
-rw-r--r-- | ospfd/ospf_nsm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ospfd/ospf_nsm.c b/ospfd/ospf_nsm.c index a8efdcc1..14c75df5 100644 --- a/ospfd/ospf_nsm.c +++ b/ospfd/ospf_nsm.c @@ -244,11 +244,9 @@ ospf_db_summary_add (struct ospf_neighbor *nbr, struct ospf_lsa *lsa) } #endif /* HAVE_OPAQUE_LSA */ -#ifdef HAVE_NSSA /* Stay away from any Local Translated Type-7 LSAs */ if (CHECK_FLAG (lsa->flags, OSPF_LSA_LOCAL_XLT)) return 0; -#endif /* HAVE_NSSA */ if (IS_LSA_MAXAGE (lsa)) ospf_ls_retransmit_add (nbr, lsa); |