From 59ea14c6c9c877a7b9c9cc1555e3079acd9200e9 Mon Sep 17 00:00:00 2001 From: paul Date: Wed, 14 Jul 2004 20:50:36 +0000 Subject: 2004-07-14 Paul Jakma * 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. --- ospfd/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ospfd/ChangeLog') 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 + + * 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 * Makefile.am (lib_LTLIBRARIES): make libospf shared -- cgit v1.2.1