summaryrefslogtreecommitdiff
path: root/ospfd/ChangeLog
diff options
context:
space:
mode:
authorPaul Jakma <paul.jakma@sun.com>2006-06-26 12:50:06 +0000
committerPaul Jakma <paul.jakma@sun.com>2006-06-26 12:50:06 +0000
commit9560fa8ac994966a8da0ba23c46c0299164b7112 (patch)
treefa1f10194a81da333af1bbe43664c73a5c1b5fc4 /ospfd/ChangeLog
parent9aecfae2ec82027fe1cf2740e6099397376a3f4f (diff)
[ospfd] NSSA translate-enabled ABR should declare itself as ASBR
2006-06-26 Paul Jakma <paul.jakma@sun.com> * ospf_abr.c: (general) NSSA translate-candidate ABRs need to be ASBRs, or other routers may rightfully refuse to install translated type-5s LSAs. reported by dendroot@gmail.com. (ospf_abr_nssa_check_status) Detect change in translator state when ABR, and inc/dec redistribute count as when we leave/enter the disabled state - so that translate-enabled ABR properly sets ASBR bit on non-NSSA areas. Run the resulting function through indent to clean it up. * ospf_lsa.c: (router_lsa_flags) For purposes of ASBR bit, NSSA area is same as stub area.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r--ospfd/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog
index f2cdae77..27fa8049 100644
--- a/ospfd/ChangeLog
+++ b/ospfd/ChangeLog
@@ -1,3 +1,16 @@
+2006-06-26 Paul Jakma <paul.jakma@sun.com>
+
+ * ospf_abr.c: (general) NSSA translate-candidate ABRs need to
+ be ASBRs, or other routers may rightfully refuse to install
+ translated type-5s LSAs. reported by dendroot@gmail.com.
+ (ospf_abr_nssa_check_status) Detect change in translator
+ state when ABR, and inc/dec redistribute count as when we
+ leave/enter the disabled state - so that translate-enabled
+ ABR properly sets ASBR bit on non-NSSA areas.
+ Run the resulting function through indent to clean it up.
+ * ospf_lsa.c: (router_lsa_flags) For purposes of ASBR bit,
+ NSSA area is same as stub area.
+
2006-06-24 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* ospf_snmp.c: (ospfTrapNbrStateChange, ospfTrapIfStateChange) Improve