diff options
author | hasso <hasso> | 2005-09-19 06:23:34 +0200 |
---|---|---|
committer | hasso <hasso> | 2005-09-19 06:23:34 +0200 |
commit | f1082d1934fae86e67b13594d2b506d1147f022f (patch) | |
tree | 60b02841edb8ef9c82b279d7c255b19d77389d5c /isisd/ChangeLog | |
parent | * isis_lsp.c (lsp_update): Fix previous commit - manipulate the right (diff) | |
download | frr-f1082d1934fae86e67b13594d2b506d1147f022f.tar.xz frr-f1082d1934fae86e67b13594d2b506d1147f022f.zip |
* isis_lsp.h: Added backpointer to the area from LSP. For now it's used
only in generated topology LSPs.
* isisd.[ch]: Cleanup CLI commands related to topology generation and
added command to specify base fo dynamic hostname for topology LSPs.
* isis_lsp.c: Rewrite almost all code related to generation topology
LSPs (top_lsp_refresh(), generate_topology_lsps() and
build_topology_lsp_data() functions). Topology is connected to own
LSP now (lsp_build_nonpseudo). Commented out lsppdu_realloc
functions, it's not used any more hopefully.
Topology generation feature is actually useful now.
Diffstat (limited to 'isisd/ChangeLog')
-rw-r--r-- | isisd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/isisd/ChangeLog b/isisd/ChangeLog index d9e65bbdf..c245d0962 100644 --- a/isisd/ChangeLog +++ b/isisd/ChangeLog @@ -1,3 +1,15 @@ +2005-09-19 Hasso Tepper <hasso at quagga.net> + + * isis_lsp.h: Added backpointer to the area from LSP. For now it's used + only in generated topology LSPs. + * isisd.[ch]: Cleanup CLI commands related to topology generation and + added command to specify base fo dynamic hostname for topology LSPs. + * isis_lsp.c: Rewrite almost all code related to generation topology + LSPs (top_lsp_refresh(), generate_topology_lsps() and + build_topology_lsp_data() functions). Topology is connected to own + LSP now (lsp_build_nonpseudo). Commented out lsppdu_realloc + functions, it's not used any more hopefully. + 2005-09-18 Hasso Tepper <hasso at quagga.net> * isis_lsp.c (lsp_update): Fix previous commit - manipulate the right |