[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.
This commit is contained in:
Paul Jakma 2007-08-06 15:27:12 +00:00
parent 41367172d8
commit 5b02255a67
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.
2007-05-09 Milan Kocian <milon@wq.cz>
* ospf_vty.c: Fix commands: 'ip ospf authentication A.B.C.D',

View File

@ -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))