diff options
author | hasso <hasso> | 2005-09-16 14:44:23 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-09-16 14:44:23 +0000 |
commit | a96d8d1095da09811e343a534f5801a948ae1061 (patch) | |
tree | 572fdf17817de64a85cda87d15f3b0da8640c6b5 /isisd/ChangeLog | |
parent | 53a6f932032a30625358414ae0f77790656ccaca (diff) |
* isis_lsp.c (lsp_update): Remove LSP from database before updating
its data and put it back after. Database entry MUST contain at least
correct pointers to the sysid to get correct compare results.
* isis_lsp.[ch], isis_pdu.c: Pass level to the lsp_update() function.
Diffstat (limited to 'isisd/ChangeLog')
-rw-r--r-- | isisd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/isisd/ChangeLog b/isisd/ChangeLog index 822d856b..6a2be940 100644 --- a/isisd/ChangeLog +++ b/isisd/ChangeLog @@ -1,3 +1,10 @@ +2005-09-16 Hasso Tepper <hasso at quagga.net> + + * isis_lsp.c (lsp_update): Remove LSP from database before updating + its data and put it back after. Database entry MUST contain at least + correct pointers to the sysid to get correct compare results. + * isis_lsp.[ch], isis_pdu.c: Pass level to the lsp_update() function. + 2005-09-05 Hasso Tepper <hasso at quagga.net> * *.c: Try to be less verbose by default (without any debug options |