diff options
author | Paul Jakma <paul.jakma@sun.com> | 2007-08-06 17:27:12 +0200 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2007-08-06 17:27:12 +0200 |
commit | 5b02255a671a5eee7c1736f6f9d0bab19a65cb2a (patch) | |
tree | dc38fa3d38a073249aef79962f0b69e1055a7e32 /ospfd/ospf_lsa.c | |
parent | [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimit (diff) | |
download | frr-5b02255a671a5eee7c1736f6f9d0bab19a65cb2a.tar.xz frr-5b02255a671a5eee7c1736f6f9d0bab19a65cb2a.zip |
[ospfd] Bug #331, NSSA ASBR regression - failure to set E-bit in NSSA areas
2007-08-06 Paul Jakma <paul.jakma@sun.com>
* ospf_lsa.c: (router_lsa_flags) Bug #331, NSSA regression caused
caused ASBRs to not advertise E-bit into NSSA areas.
Diffstat (limited to 'ospfd/ospf_lsa.c')
-rw-r--r-- | ospfd/ospf_lsa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ospfd/ospf_lsa.c b/ospfd/ospf_lsa.c index b9a70a665..c37ab3259 100644 --- a/ospfd/ospf_lsa.c +++ b/ospfd/ospf_lsa.c @@ -438,7 +438,6 @@ router_lsa_flags (struct ospf_area *area) /* ASBR can't exit in stub area. */ if (area->external_routing == OSPF_AREA_STUB - || area->external_routing == OSPF_AREA_NSSA) UNSET_FLAG (flags, ROUTER_LSA_EXTERNAL); /* If ASBR set External flag */ else if (IS_OSPF_ASBR (area->ospf)) |