summaryrefslogtreecommitdiffstats
path: root/isisd
Commit message (Expand)AuthorAgeFilesLines
* [isisd] Bug #437: fix ssert caused by bad list managementpaul2008-01-294-5/+34
* [isisd] Commit new files which should have been part of previous commit..paul2007-08-083-0/+1320
* [isisd] Add support for Solaris DLPIpaul2007-08-079-645/+46
* [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningspaul2007-05-101-3/+3
* [isisd] Fix compiler warnings and allow v4-only compilationpaul2006-12-0817-35/+118
* [daemon startup] Add --dry-run/-C argument to daemons, to check config file s...paul2006-10-151-1/+11
* [zserv] fix up custom isisd and bgpd Zserv functions for new format.paul2006-01-172-4/+6
* [isisd] remove includes of common system headers.paul2005-11-2013-29/+9
* * isis_adjacency.c: Stop expire timer while deleting adjacency.hasso2005-10-016-3/+43
* 2005-09-30 Vincent Jardin <vincent.jardin@6wind.com>jardin2005-10-012-0/+5
* 2005-09-29 Paul Jakma <paul.jakma@sun.com>paul2005-09-291-1/+1
* * *.c: Massive cleanup of lists loops. Stop abusing ALL_LIST_ELEMENTS.hasso2005-09-2811-200/+155
* * isis_dynh.c, isisd.h: Implement dynamic hostname cache cleanup.hasso2005-09-284-3/+39
* * isis_lsp.c: Make topology generator generate TE TLVs if necessary.hasso2005-09-282-13/+57
* * isis_spf.c: Changing cost from uint16_t to uint32_t. Unsethasso2005-09-267-44/+185
* * isis_spf.[ch]: Added TE TLVs to the SPF process. It seems to workhasso2005-09-263-31/+107
* * isis_lsp.c: Put correct metric info into TE TLV's. Wide metric ishasso2005-09-262-4/+25
* * isis_tlv.[ch]: New function tlv_add_in_addr() to put just one IPv4hasso2005-09-264-14/+37
* * isis_lsp.c: Support for originating TE IS and IPv4 TLV's. No any subhasso2005-09-262-40/+179
* * isis_tlv.[ch]: Two new functions - tlv_add_te_is_neighs() andhasso2005-09-263-0/+73
* * isis_circuit.[ch]: Some preliminary support for specifying widehasso2005-09-263-10/+24
* * isisd.[ch]: Introduce oldmetric flag for area and transitionhasso2005-09-263-14/+36
* * dict.[ch]: Revert all nonfunctional changes. It's external modulehasso2005-09-253-1202/+1020
* * isis_route.c: Fix output of nexthops in case of extreme debug.hasso2005-09-212-6/+20
* * isis_lsp.c, isis_pdu.c, isis_spf.c: Remove some old unused code.hasso2005-09-194-430/+4
* * isis_lsp.c: Better output of detailed LSP printout and fixed TE IPv4hasso2005-09-192-9/+15
* * isis_tlv.h: Cleanup comment about TLVs we should support, remove infohasso2005-09-192-47/+68
* * isis_lsp.h: Added backpointer to the area from LSP. For now it's usedhasso2005-09-195-142/+216
* * isis_lsp.c (lsp_update): Fix previous commit - manipulate the righthasso2005-09-182-5/+11
* * isis_lsp.c (lsp_update): Remove LSP from database before updatinghasso2005-09-164-4/+21
* * *.c: Try to be less verbose by default (without any debug optionshasso2005-09-0412-45/+71
* * isis_lsp.c: Yet another regression introduced by stream cleanup.hasso2005-09-032-0/+10
* * isis_lsp.c: Less TLV leaking.hasso2005-09-022-1/+11
* * random.c, spgrid.[ch]: Fix warnings with hope that I didn't brokehasso2005-09-015-25/+42
* * isis_adjacency.c, isis_lsp.c, isisd.c: Replace XMALLOC && memsethasso2005-09-015-71/+49
* * isis_misc.[ch]: Fix some warnings, making some strings const.hasso2005-08-163-3/+7
* * topology/spgrid.c: MAXLONG is deprecated, use LONG_MAX instead.hasso2005-08-102-2/+6
* * isis_dr.c: Fix copy&paste error in isis_dr_resign().hasso2005-05-262-1/+5
* 2005-05-25 Paul Jakma <paul@dishone.st>paul2005-05-252-3/+9
* 2005-05-03 Paul Jakma <paul@dishone.st>paul2005-05-035-43/+54
* 2005-04-15 Paul Jakma <paul@dishone.st>paul2005-04-152-1/+6
* * isis_adjacency.c: Fix typo introduced with listloop cleanup.hasso2005-04-122-1/+5
* 2005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>nonblocking.zclient.afterajs2005-04-113-12/+12
* 2005-04-10 Paul Jakma <paul@dishone.st>paul2005-04-105-7/+15
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>quagga.post.listloop.cleanuppaul2005-04-0713-396/+259
* 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-022-2/+7
* * configure.ac: Add --enable-isis-topology to enable isisd topologyhasso2005-04-026-14/+21
* 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-022-10/+15
* * configure.ac, */Makefile.am: Fix previous commit. SNMP includeshasso2005-03-281-1/+1
* * isis_spf.c: host.name might be NULL.hasso2005-03-072-1/+6