From 779adb0147cfff1a831b08853976342ad2110fcd Mon Sep 17 00:00:00 2001 From: paul Date: Wed, 18 Jan 2006 15:07:38 +0000 Subject: [ospfd] Add support for oversized LSAs. 2006-01-18 Juergen Kammer * ospf_lsa.c: (ospf_router_lsa_new) dont take reference to the stream data until it is constructed, data reference is volatile due to the potential resize in link_info_set 2006-01-18 Paul Jakma * ospf_lsa.c: (link_info_set) Resize the stream if required and possible. Return number of links added. (lsa_link_*_set) use return value from previous. * ospf_lsa.h: Add OSPF_ROUTER_LSA_LINK_SIZE define. --- ospfd/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ospfd/ChangeLog') diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index a13ed6f9..e5f83378 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,16 @@ +2006-01-18 Juergen Kammer + + * ospf_lsa.c: (ospf_router_lsa_new) dont take reference to the + stream data until it is constructed, data reference is + volatile due to the potential resize in link_info_set + +2006-01-18 Paul Jakma + + * ospf_lsa.c: (link_info_set) Resize the stream if required and + possible. Return number of links added. + (lsa_link_*_set) use return value from previous. + * ospf_lsa.h: Add OSPF_ROUTER_LSA_LINK_SIZE define. + 2006-01-17 Paul Jakma * ospf_packet.c: (ospf_verify_header) print out the types -- cgit v1.2.1