summaryrefslogtreecommitdiffstats
path: root/isisd/isis_lsp.c
Commit message (Expand)AuthorAgeFilesLines
* isisd: handle lsp confusion (ISO/IEC 10589:2002 7.3.16.2)Christian Franke2015-12-081-1/+13
* isisd: fix IPv6 mask applicationChristian Franke2015-12-081-5/+5
* isisd: add support to import routes from other protocolsChristian Franke2015-12-081-2/+132
* isisd: fix assertion in LSP refresh timer calculationChristian Franke2015-12-081-1/+4
* isisd: add a slight delay to lsp_regenerate_scheduleChristian Franke2015-12-081-35/+106
* isisd: add a debug mode that traces LSP constructionChristian Franke2015-12-081-5/+112
* isisd: purge on correct levelChristian Franke2015-12-081-3/+3
* isisd: allow to adjust lsp-mtuChristian Franke2015-12-081-12/+12
* isisd: don't corrupt memory for long hostnamesChristian Franke2015-12-081-3/+10
* isisd: remove superfluous checks after XMALLOC etc.Christian Franke2015-12-081-6/+1
* isisd: Fix LSPs not being regenerated after adjacency changeMichael Zingg2015-10-271-1/+12
* isisd: Attached-bit in LSP headerAmritha Nambiar2015-09-031-11/+22
* isisd: assorted fixes (unused variables, static)David Lamparter2015-04-211-2/+2
* isisd: fix minor & vs. && mix-upDavid Lamparter2015-04-211-1/+1
* *: fix signedness mix-upsDavid Lamparter2015-04-211-1/+1
* isisd: address Coverity warningsDavid Lamparter2012-12-121-1/+3
* isisd: fix typo in topology generator (BZ#731)David Lamparter2012-06-211-1/+1
* isisd: couple of bug fixesSubbaiah Venkata2012-04-071-16/+26
* isisd: add Google's changes to IS-ISJosh Bailey2012-04-071-634/+883
* [cleanup] convert bzero() deprecated by POSIX to memset()Jeremy Jackson2009-06-191-1/+1
* [ospfd/isisd] Switch to lib/ Fletcher checksum, fixing bug in isisdJingjing Duan2008-08-221-4/+4
* [isisd] Fix compiler warnings and allow v4-only compilationPaul Jakma2006-12-081-1/+1
* [isisd] remove includes of common system headers.paul2005-11-201-2/+0
* * *.c: Massive cleanup of lists loops. Stop abusing ALL_LIST_ELEMENTS.hasso2005-09-281-34/+27
* * isis_dynh.c, isisd.h: Implement dynamic hostname cache cleanup.hasso2005-09-281-0/+4
* * isis_lsp.c: Make topology generator generate TE TLVs if necessary.hasso2005-09-281-13/+51
* * isis_lsp.c: Put correct metric info into TE TLV's. Wide metric ishasso2005-09-261-4/+20
* * isis_tlv.[ch]: New function tlv_add_in_addr() to put just one IPv4hasso2005-09-261-13/+15
* * isis_lsp.c: Support for originating TE IS and IPv4 TLV's. No any subhasso2005-09-261-40/+174
* * isis_lsp.c, isis_pdu.c, isis_spf.c: Remove some old unused code.hasso2005-09-191-307/+0
* * isis_lsp.c: Better output of detailed LSP printout and fixed TE IPv4hasso2005-09-191-9/+10
* * isis_lsp.h: Added backpointer to the area from LSP. For now it's usedhasso2005-09-191-95/+126
* * isis_lsp.c (lsp_update): Fix previous commit - manipulate the righthasso2005-09-181-5/+6
* * isis_lsp.c (lsp_update): Remove LSP from database before updatinghasso2005-09-161-1/+10
* * *.c: Try to be less verbose by default (without any debug optionshasso2005-09-041-9/+7
* * isis_lsp.c: Yet another regression introduced by stream cleanup.hasso2005-09-031-0/+4
* * isis_lsp.c: Less TLV leaking.hasso2005-09-021-1/+7
* * isis_adjacency.c, isis_lsp.c, isisd.c: Replace XMALLOC && memsethasso2005-09-011-26/+22
* 2005-05-03 Paul Jakma <paul@dishone.st>paul2005-05-031-20/+10
* 2005-04-10 Paul Jakma <paul@dishone.st>paul2005-04-101-3/+3
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>quagga_post_listloop_cleanuppaul2005-04-071-58/+42
* * configure.ac: Add --enable-isis-topology to enable isisd topologyhasso2005-04-021-2/+0
* 2005-02-09 Paul Jakma <paul.jakma@sun.com>paul2005-02-091-9/+7
* * *.c: Changed many functions to static. Some commented outhasso2005-01-181-21/+25
* zlog_* cleanup. Level of debug messages to LOG_DEBUG.hasso2004-12-241-55/+55
* Argh, fix typo.hasso2004-10-081-1/+1
* No warnings here any more.hasso2004-10-071-145/+32
* Common router id.hasso2004-10-031-0/+26
* Compiler warnings fixes.hasso2004-09-261-5/+5
* * isisd.c: thread_master *master is already defined in isis_main.c.hasso2004-09-241-0/+3