diff options
author | hasso <hasso> | 2005-09-01 17:52:33 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-09-01 17:52:33 +0000 |
commit | aac372f4f5b617a579dafeab31fb486a5d69d65d (patch) | |
tree | 9aac3362db19f195238b8508761e82f2d6b8a370 /isisd/ChangeLog | |
parent | deba35508e28a3861bb182218bb51af6769b2581 (diff) |
* isis_adjacency.c, isis_lsp.c, isisd.c: Replace XMALLOC && memset
with XCALLOC.
* isis_lsp.c (lsp_build_pseudo): Fix adding ES neighbour.
* isis_tlv.c: More compact free_tlvs() function.
* isis_lsp.c (lsp_build_nonpseudo) : Try to fix one more regression
introduced by stream cleanup. Seek enp to the right place before
starting to fill stream with TLVs.
Diffstat (limited to 'isisd/ChangeLog')
-rw-r--r-- | isisd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/isisd/ChangeLog b/isisd/ChangeLog index c34f827b..4fed28f7 100644 --- a/isisd/ChangeLog +++ b/isisd/ChangeLog @@ -1,3 +1,13 @@ +2005-09-01 Hasso Tepper <hasso at quagga.net> + + * isis_adjacency.c, isis_lsp.c, isisd.c: Replace XMALLOC && memset + with XCALLOC. + * isis_lsp.c (lsp_build_pseudo): Fix adding ES neighbour. + * isis_tlv.c: More compact free_tlvs() function. + * isis_lsp.c (lsp_build_nonpseudo) : Try to fix one more regression + introduced by stream cleanup. Seek enp to the right place before + starting to fill stream with TLVs. + 2005-08-16 Hasso Tepper <hasso at quagga.net> * isis_misc.[ch]: Fix some warnings, making some strings const. |