diff options
author | hasso <hasso> | 2005-09-04 21:36:36 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-09-04 21:36:36 +0000 |
commit | c89c05dd04d097bd8213125a42d67204bb681de5 (patch) | |
tree | b8bde80fab9ea45f035edcb71ce1795abcb039c8 /isisd/ChangeLog | |
parent | c0fb2a52150ece6042181ab49fafc12b3ba07870 (diff) |
* *.c: Try to be less verbose by default (without any debug options
on).
* isis_lsp.c (lsp_build_nonpseudo): Use stream_reset() instead of
touching endp directly.
* isis_lsp.c (lsp_build_pseudo): Ditto.
Diffstat (limited to 'isisd/ChangeLog')
-rw-r--r-- | isisd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/isisd/ChangeLog b/isisd/ChangeLog index d418d63b..822d856b 100644 --- a/isisd/ChangeLog +++ b/isisd/ChangeLog @@ -1,3 +1,11 @@ +2005-09-05 Hasso Tepper <hasso at quagga.net> + + * *.c: Try to be less verbose by default (without any debug options + on). + * isis_lsp.c (lsp_build_nonpseudo): Use stream_reset() instead of + touching endp directly. + * isis_lsp.c (lsp_build_pseudo): Ditto. + 2005-09-03 Hasso Tepper <hasso at quagga.net> * isis_lsp.c: Yet another regression introduced by stream cleanup. |