1. f263413 isisd: drop unused per-type metric values by David Lamparter · 8 years ago
  2. 4f59357 isisd: Add support of Traffic Engineering by Olivier Dugeon · 9 years ago
  3. a0a661f isisd: Segmentation fault on isis daemon fixes by boris yakubov · 12 years ago
  4. 80d6b4e isisd: handle lsp confusion (ISO/IEC 10589:2002 7.3.16.2) by Christian Franke · 9 years ago
  5. e28718a isisd: fix IPv6 mask application by Christian Franke · 9 years ago
  6. acf9865 isisd: add support to import routes from other protocols by Christian Franke · 9 years ago
  7. 9dfcca6 isisd: fix assertion in LSP refresh timer calculation by Christian Franke · 9 years ago
  8. 61010c3 isisd: add a slight delay to lsp_regenerate_schedule by Christian Franke · 9 years ago
  9. 80a8f72 isisd: add a debug mode that traces LSP construction by Christian Franke · 9 years ago
  10. 749e87a isisd: purge on correct level by Christian Franke · 9 years ago
  11. f1fc1db isisd: allow to adjust lsp-mtu by Christian Franke · 9 years ago
  12. f35169e isisd: don't corrupt memory for long hostnames by Christian Franke · 9 years ago
  13. 390f16e isisd: remove superfluous checks after XMALLOC etc. by Christian Franke · 9 years ago
  14. be62b17 isisd: Fix LSPs not being regenerated after adjacency change by Michael Zingg · 12 years ago
  15. c8ee940 isisd: Attached-bit in LSP header by Amritha Nambiar · 9 years ago
  16. f50ee93 isisd: assorted fixes (unused variables, static) by David Lamparter · 10 years ago
  17. 6db3ef6 isisd: fix minor & vs. && mix-up by David Lamparter · 10 years ago
  18. 21401f3 *: fix signedness mix-ups by David Lamparter · 10 years ago
  19. e8aca32 isisd: address Coverity warnings by David Lamparter · 12 years ago
  20. a47c583 isisd: fix typo in topology generator (BZ#731) by David Lamparter · 12 years ago
  21. e38e0df isisd: couple of bug fixes by Subbaiah Venkata · 13 years ago
  22. 3f045a0 isisd: add Google's changes to IS-IS by Josh Bailey · 13 years ago
  23. ec5e42b [cleanup] convert bzero() deprecated by POSIX to memset() by Jeremy Jackson · 16 years ago
  24. 6a270cd [ospfd/isisd] Switch to lib/ Fletcher checksum, fixing bug in isisd by Jingjing Duan · 16 years ago
  25. 41b36e9 [isisd] Fix compiler warnings and allow v4-only compilation by Paul Jakma · 18 years ago
  26. 77b1cff [isisd] remove includes of common system headers. by paul · 19 years ago
  27. 3fdb2dd * *.c: Massive cleanup of lists loops. Stop abusing ALL_LIST_ELEMENTS. by hasso · 19 years ago
  28. d3d7474 * isis_dynh.c, isisd.h: Implement dynamic hostname cache cleanup. by hasso · 19 years ago
  29. 9551eea * isis_lsp.c: Make topology generator generate TE TLVs if necessary. by hasso · 19 years ago
  30. 309ddb1 * isis_lsp.c: Put correct metric info into TE TLV's. Wide metric is by hasso · 19 years ago
  31. 81ad8f6 * isis_tlv.[ch]: New function tlv_add_in_addr() to put just one IPv4 by hasso · 19 years ago
  32. aa4376e * isis_lsp.c: Support for originating TE IS and IPv4 TLV's. No any sub by hasso · 19 years ago
  33. f06834b * isis_lsp.c, isis_pdu.c, isis_spf.c: Remove some old unused code. by hasso · 19 years ago
  34. 96e3038 * isis_lsp.c: Better output of detailed LSP printout and fixed TE IPv4 by hasso · 19 years ago
  35. f1082d1 * isis_lsp.h: Added backpointer to the area from LSP. For now it's used by hasso · 19 years ago
  36. 4eda93a * isis_lsp.c (lsp_update): Fix previous commit - manipulate the right by hasso · 19 years ago
  37. a96d8d1 * isis_lsp.c (lsp_update): Remove LSP from database before updating by hasso · 19 years ago
  38. c89c05d * *.c: Try to be less verbose by default (without any debug options by hasso · 19 years ago
  39. c0fb2a5 * isis_lsp.c: Yet another regression introduced by stream cleanup. by hasso · 19 years ago
  40. be7d65d * isis_lsp.c: Less TLV leaking. by hasso · 19 years ago
  41. aac372f * isis_adjacency.c, isis_lsp.c, isisd.c: Replace XMALLOC && memset by hasso · 19 years ago
  42. 15935e9 2005-05-03 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  43. a8f03df 2005-04-10 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  44. 1eb8ef2 2005-04-07 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
  45. f695b01 * configure.ac: Add --enable-isis-topology to enable isisd topology by hasso · 20 years ago
  46. 9985f83 2005-02-09 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
  47. 9236588 * *.c: Changed many functions to static. Some commented out by hasso · 20 years ago
  48. 529d65b zlog_* cleanup. Level of debug messages to LOG_DEBUG. by hasso · 20 years ago
  49. 2e864cf Argh, fix typo. by hasso · 20 years ago
  50. 1cd8084 No warnings here any more. by hasso · 20 years ago
  51. 18a6dce Common router id. by hasso · 20 years ago
  52. f7c43dc Compiler warnings fixes. by hasso · 20 years ago
  53. 73d1aea * isisd.c: thread_master *master is already defined in isis_main.c. by hasso · 20 years ago
  54. 6785157 Make "C" vendor routers happy - put correct prefix addresses into by hasso · 20 years ago
  55. 12a5cae Rework of SPF threads schedule logic. I'm not 100% sure whether it's right by hasso · 20 years ago
  56. 13c48f7 Fixes from LIU Xin. by hasso · 20 years ago
  57. f390d2c Indentation only. No any functional changes. by hasso · 20 years ago
  58. 37da8c0 Make it compile in NetBSD and OpenBSD. by hasso · 21 years ago
  59. d70f99e Threads usage cleanup. Still at least one bug to go. by hasso · 21 years ago
  60. 2097cd8 Some fixes to isisd done by me and Cougar in the spring of 2003. See by hasso · 21 years ago
  61. 9e867fe Merge isisd into the Quagga's framework: by jardin · 21 years ago
  62. eb5d44e Initial revision by jardin · 21 years ago