summaryrefslogtreecommitdiffstats
path: root/isisd/isis_lsp.h
Commit message (Collapse)AuthorAgeFilesLines
* * isis_lsp.h: Added backpointer to the area from LSP. For now it's usedhasso2005-09-191-0/+2
| | | | | | | | | | | | | 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.
* * isis_lsp.c (lsp_update): Remove LSP from database before updatinghasso2005-09-161-1/+1
| | | | | | 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.
* No warnings here any more.hasso2004-10-071-1/+1
|
* Compile with gcc-4.0.hasso2004-09-261-2/+2
|
* * isisd.c: thread_master *master is already defined in isis_main.c.hasso2004-09-241-3/+0
| | | | | * isis_misc.[c|h], isis_lsp.[c|h]: Move static variables out of header files.
* Indentation only. No any functional changes.hasso2004-09-101-41/+42
|
* Initial revisionjardin2003-12-231-0/+132