summaryrefslogtreecommitdiff
path: root/ospfd/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2004-07-14 20:50:36 +0000
committerpaul <paul>2004-07-14 20:50:36 +0000
commit59ea14c6c9c877a7b9c9cc1555e3079acd9200e9 (patch)
tree2d4842a8982e7fd2ff6f6c5cbb3522e62d729a31 /ospfd/ChangeLog
parentaa9af78c6f29cb37fb54b9875aad19105a72ae1d (diff)
2004-07-14 Paul Jakma <paul@dishone.st>
* ospf_packet.c: (ospf_ls_upd_send_queue_event) Partial fix for problem reported by Peter Frost amongst others, where function will spin indefinitely if update list contains LSAs greater than MTU-headers or other condition leading to update list never being cleared. Problem of what to do with these LSAs remains. (ospf_make_ls_upd) add comment about large LSA problem, indentation cleanup.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r--ospfd/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog
index f35e1af0..5702732d 100644
--- a/ospfd/ChangeLog
+++ b/ospfd/ChangeLog
@@ -1,3 +1,13 @@
+2004-07-14 Paul Jakma <paul@dishone.st>
+
+ * ospf_packet.c: (ospf_ls_upd_send_queue_event) Partial fix for
+ problem reported by Peter Frost amongst others, where function
+ will spin indefinitely if update list contains LSAs greater than
+ MTU-headers or other condition leading to update list never being
+ cleared. Problem of what to do with these LSAs remains.
+ (ospf_make_ls_upd) add comment about large LSA problem,
+ indentation cleanup.
+
2004-07-01 Greg Troxel <gdt@fnord.ir.bbn.com>
* Makefile.am (lib_LTLIBRARIES): make libospf shared