diff options
| author | hasso <hasso> | 2004-06-20 21:00:27 +0000 | 
|---|---|---|
| committer | hasso <hasso> | 2004-06-20 21:00:27 +0000 | 
| commit | beebba75167b33e05b5e02a41179ad0c13a0bcd7 (patch) | |
| tree | 83b72a338e29f7f6cff2b83fd2c71e8615f9f8e5 /ospfd/ospf_nsm.c | |
| parent | 320ec10a24d8dd81d0aa011dc92e07877e4e02f8 (diff) | |
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);                       | 
