diff options
| author | paul <paul> | 2006-01-18 15:07:38 +0000 | 
|---|---|---|
| committer | paul <paul> | 2006-01-18 15:07:38 +0000 | 
| commit | 779adb0147cfff1a831b08853976342ad2110fcd (patch) | |
| tree | 76ec1993a7a429d24bda595254348dbd7dc4bebc /ospfd/ChangeLog | |
| parent | af887b5111ada0e8cd961e9479aa9d39796a80c8 (diff) | |
[ospfd] Add support for oversized LSAs.
2006-01-18 Juergen Kammer <j.kammer@eurodata.de>
	* 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 <paul.jakma@sun.com>
	* 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.
Diffstat (limited to 'ospfd/ChangeLog')
| -rw-r--r-- | ospfd/ChangeLog | 13 | 
1 files changed, 13 insertions, 0 deletions
| 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 <j.kammer@eurodata.de> + +	* 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 <paul.jakma@sun.com> + +	* 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 <paul.jakma@sun.com>  	* ospf_packet.c: (ospf_verify_header) print out the types | 
