Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * isis_lsp.h: Added backpointer to the area from LSP. For now it's used | hasso | 2005-09-19 | 1 | -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 updating | hasso | 2005-09-16 | 1 | -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. | hasso | 2004-10-07 | 1 | -1/+1 |
| | |||||
* | Compile with gcc-4.0. | hasso | 2004-09-26 | 1 | -2/+2 |
| | |||||
* | * isisd.c: thread_master *master is already defined in isis_main.c. | hasso | 2004-09-24 | 1 | -3/+0 |
| | | | | | * isis_misc.[c|h], isis_lsp.[c|h]: Move static variables out of header files. | ||||
* | Indentation only. No any functional changes. | hasso | 2004-09-10 | 1 | -41/+42 |
| | |||||
* | Initial revision | jardin | 2003-12-23 | 1 | -0/+132 |