diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-12-16 14:22:10 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetwroks.com> | 2016-08-16 12:43:05 -0400 | 
| commit | cd66cd4ce103aef4dd357dbab1d150cd16f8edd4 (patch) | |
| tree | 630ec686b8080798d9443b750eaf0b2a8a2eee15 /ospfd/ospf_ism.c | |
| parent | 039f3a3495b9b19e486d296de57a8ba46f9a8c87 (diff) | |
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 <sharpd@cumulusnetworks.com>
(cherry picked from commit 36fef5708d074a3ef41f34d324c309c45bae119b)
Diffstat (limited to 'ospfd/ospf_ism.c')
| -rw-r--r-- | ospfd/ospf_ism.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/ospfd/ospf_ism.c b/ospfd/ospf_ism.c index 9649df8dc0..ae6d0cdbc5 100644 --- a/ospfd/ospf_ism.c +++ b/ospfd/ospf_ism.c @@ -593,9 +593,7 @@ ism_change_state (struct ospf_interface *oi, int state)        oi->network_lsa_self = NULL;      } -#ifdef HAVE_OPAQUE_LSA    ospf_opaque_ism_change (oi, old_state); -#endif /* HAVE_OPAQUE_LSA */    /* Check area border status.  */    ospf_check_abr_status (oi->ospf);  | 
