mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 06:55:18 +00:00
[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:
parent
41367172d8
commit
5b02255a67
@ -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',
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user