| Commit message (Expand) | Author | Age | Files | Lines |
* | [zserv] fix up custom isisd and bgpd Zserv functions for new format. | paul | 2006-01-17 | 2 | -4/+6 |
* | [isisd] remove includes of common system headers. | paul | 2005-11-20 | 13 | -29/+9 |
* | * isis_adjacency.c: Stop expire timer while deleting adjacency. | hasso | 2005-10-01 | 6 | -3/+43 |
* | 2005-09-30 Vincent Jardin <vincent.jardin@6wind.com> | jardin | 2005-10-01 | 2 | -0/+5 |
* | 2005-09-29 Paul Jakma <paul.jakma@sun.com> | paul | 2005-09-29 | 1 | -1/+1 |
* | * *.c: Massive cleanup of lists loops. Stop abusing ALL_LIST_ELEMENTS. | hasso | 2005-09-28 | 11 | -200/+155 |
* | * isis_dynh.c, isisd.h: Implement dynamic hostname cache cleanup. | hasso | 2005-09-28 | 4 | -3/+39 |
* | * isis_lsp.c: Make topology generator generate TE TLVs if necessary. | hasso | 2005-09-28 | 2 | -13/+57 |
* | * isis_spf.c: Changing cost from uint16_t to uint32_t. Unset | hasso | 2005-09-26 | 7 | -44/+185 |
* | * isis_spf.[ch]: Added TE TLVs to the SPF process. It seems to work | hasso | 2005-09-26 | 3 | -31/+107 |
* | * isis_lsp.c: Put correct metric info into TE TLV's. Wide metric is | hasso | 2005-09-26 | 2 | -4/+25 |
* | * isis_tlv.[ch]: New function tlv_add_in_addr() to put just one IPv4 | hasso | 2005-09-26 | 4 | -14/+37 |
* | * isis_lsp.c: Support for originating TE IS and IPv4 TLV's. No any sub | hasso | 2005-09-26 | 2 | -40/+179 |
* | * isis_tlv.[ch]: Two new functions - tlv_add_te_is_neighs() and | hasso | 2005-09-26 | 3 | -0/+73 |
* | * isis_circuit.[ch]: Some preliminary support for specifying wide | hasso | 2005-09-26 | 3 | -10/+24 |
* | * isisd.[ch]: Introduce oldmetric flag for area and transition | hasso | 2005-09-26 | 3 | -14/+36 |
* | * dict.[ch]: Revert all nonfunctional changes. It's external module | hasso | 2005-09-25 | 3 | -1204/+1022 |
* | * isis_route.c: Fix output of nexthops in case of extreme debug. | hasso | 2005-09-21 | 2 | -6/+20 |
* | * isis_lsp.c, isis_pdu.c, isis_spf.c: Remove some old unused code. | hasso | 2005-09-19 | 4 | -430/+4 |
* | * isis_lsp.c: Better output of detailed LSP printout and fixed TE IPv4 | hasso | 2005-09-19 | 2 | -9/+15 |
* | * isis_tlv.h: Cleanup comment about TLVs we should support, remove info | hasso | 2005-09-19 | 2 | -47/+68 |
* | * isis_lsp.h: Added backpointer to the area from LSP. For now it's used | hasso | 2005-09-19 | 5 | -142/+216 |
* | * isis_lsp.c (lsp_update): Fix previous commit - manipulate the right | hasso | 2005-09-18 | 2 | -5/+11 |
* | * isis_lsp.c (lsp_update): Remove LSP from database before updating | hasso | 2005-09-16 | 4 | -4/+21 |
* | * *.c: Try to be less verbose by default (without any debug options | hasso | 2005-09-04 | 12 | -45/+71 |
* | * isis_lsp.c: Yet another regression introduced by stream cleanup. | hasso | 2005-09-03 | 2 | -0/+10 |
* | * isis_lsp.c: Less TLV leaking. | hasso | 2005-09-02 | 2 | -1/+11 |
* | * random.c, spgrid.[ch]: Fix warnings with hope that I didn't broke | hasso | 2005-09-01 | 5 | -25/+42 |
* | * isis_adjacency.c, isis_lsp.c, isisd.c: Replace XMALLOC && memset | hasso | 2005-09-01 | 5 | -71/+49 |
* | * isis_misc.[ch]: Fix some warnings, making some strings const. | hasso | 2005-08-16 | 3 | -3/+7 |
* | * topology/spgrid.c: MAXLONG is deprecated, use LONG_MAX instead. | hasso | 2005-08-10 | 2 | -2/+6 |
* | * isis_dr.c: Fix copy&paste error in isis_dr_resign(). | hasso | 2005-05-26 | 2 | -1/+5 |
* | 2005-05-25 Paul Jakma <paul@dishone.st> | paul | 2005-05-25 | 2 | -3/+9 |
* | 2005-05-03 Paul Jakma <paul@dishone.st> | paul | 2005-05-03 | 5 | -43/+54 |
* | 2005-04-15 Paul Jakma <paul@dishone.st> | paul | 2005-04-15 | 2 | -1/+6 |
* | * isis_adjacency.c: Fix typo introduced with listloop cleanup. | hasso | 2005-04-12 | 2 | -1/+5 |
* | 2005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>nonblocking_zclient_after | ajs | 2005-04-11 | 3 | -12/+12 |
* | 2005-04-10 Paul Jakma <paul@dishone.st> | paul | 2005-04-10 | 5 | -7/+15 |
* | 2005-04-07 Paul Jakma <paul.jakma@sun.com>quagga_post_listloop_cleanup | paul | 2005-04-07 | 13 | -396/+259 |
* | 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2005-04-02 | 2 | -2/+7 |
* | * configure.ac: Add --enable-isis-topology to enable isisd topology | hasso | 2005-04-02 | 6 | -14/+21 |
* | 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2005-04-02 | 2 | -10/+15 |
* | * configure.ac, */Makefile.am: Fix previous commit. SNMP includes | hasso | 2005-03-28 | 1 | -1/+1 |
* | * isis_spf.c: host.name might be NULL. | hasso | 2005-03-07 | 2 | -1/+6 |
* | 2005-02-23 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2005-02-23 | 2 | -1/+6 |
* | 2005-02-09 Paul Jakma <paul.jakma@sun.com> | paul | 2005-02-09 | 4 | -37/+25 |
* | * *.c: Changed many functions to static. Some commented out | hasso | 2005-01-18 | 11 | -112/+131 |
* | More cleanup in isisd. | hasso | 2005-01-01 | 3 | -374/+0 |
* | Move TODO items from isid to the common TODO. | hasso | 2005-01-01 | 1 | -10/+0 |
* | There is no need to keep this directory. | hasso | 2005-01-01 | 19 | -22140/+0 |