1. fb31c0f + fix missing arg to zlog_warn() by Denis Ovsienko · 17 years ago
  2. f102e75 + fix minor regression in OSPF sending buffer adjustment logic by Denis Ovsienko · 17 years ago
  3. b7fe414 Bug #362 is fixed now. by Denis Ovsienko · 17 years ago
  4. e95537f [ospfd] Finish explanatory comment started in previous commit.. by Paul Jakma · 17 years ago
  5. 7591d8b [ospfd] Fix bad SPF calculation on some topologies - incorrect sorting by Paul Jakma · 17 years ago
  6. fc787e8 Fix last commit - add back in closing paren which was apparently by Greg Troxel · 17 years ago
  7. 5b02255 [ospfd] Bug #331, NSSA ASBR regression - failure to set E-bit in NSSA areas by Paul Jakma · 17 years ago
  8. 5dcf71d [ospfd] Fix address qualified 'ip ospf auth' commands by Paul Jakma · 18 years ago
  9. 6f0e3f6 [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings by Paul Jakma · 18 years ago
  10. 08d3d5b [ospfd] Bug #330 regression: Fix ospf_spf_add_parent assert by Paul Jakma · 18 years ago
  11. f0ec832 [ospfd] network command now behaves more logically when a peer prefix is defined by Andrew J. Schorr · 18 years ago
  12. e8a56f0 [ospfd] Fix bug in 'passive-interface default' behavior by Andrew J. Schorr · 18 years ago
  13. 85ef784 [ospfd] Bug #330 regression: failure to calculate routes through networks by Paul Jakma · 18 years ago
  14. b75ae99 [ospfd] Instrument ospf_spf with more debug log messages by Paul Jakma · 18 years ago
  15. ad81f8c [ospfd] Return SNMP standard neighbor state values, not quagga internal ones by Andrew J. Schorr · 18 years ago
  16. 56b3ea0 [ospfd] Fix two debug messages that used inet_ntoa more than once by Andrew J. Schorr · 18 years ago
  17. 4056a54 [ospfd] Fix bug: should exit immediately on SIGTERM if OSPF not actually running by Andrew J. Schorr · 18 years ago
  18. bd34fb3 [ospfd] Fix regression in SPF introduced by bug#330 fixes by Paul Jakma · 18 years ago
  19. bc20c1a [ospfd] Bug #330: SPF must consider that nexthop-calc may fail by Paul Jakma · 18 years ago
  20. e452963 [PtP over ethernet] New peer flag allows much more addressing flexibility by Andrew J. Schorr · 18 years ago
  21. ed589c1 [ospfd] Consider all connected addresses when creating ospf interfaces by Andrew J. Schorr · 18 years ago
  22. 7f643eb [ospfd] Add debug messages for a few zebra messages that had been overlooked by Andrew J. Schorr · 18 years ago
  23. 4354088 [ospfd] Fix bug in passive-interface default commands. by Andrew J. Schorr · 18 years ago
  24. 8fb8a50 [ospfd] Stop losing subsequent default-information originate 'always' info by Andrew J. Schorr · 18 years ago
  25. 7ffa8fa [ospfd] Add passive-interface default support by Paul Jakma · 18 years ago
  26. 876b8be [daemon startup] Add --dry-run/-C argument to daemons, to check config file syntax by Paul Jakma · 18 years ago
  27. 08c8367 [ospfd] Improve some warning messages. by Andrew J. Schorr · 18 years ago
  28. b5aeb44 [ospfd] Fix assertion in DB-exchange fix, hit by ogier-db-ex-opt commit by Paul Jakma · 18 years ago
  29. 29b5a04 [ospfd] redistribute default no longer works after complete reconfig, fix by Paul Jakma · 18 years ago
  30. 2518efd [ospfd] Bug #134, ospfd should be more robust to backward time change by Paul Jakma · 18 years ago
  31. f0894cf [ospfd] draft-ogier-ospf-dbex-opt DB-exchange optimisation by Paul Jakma · 18 years ago
  32. 8dd24ee [ospfd] Raise ExchangeDone earlier, avoid often needless round of DD packets by Paul Jakma · 18 years ago
  33. ba122e7 [ospfd] trivial: consolidate LSDB delete code into single function by Paul Jakma · 18 years ago
  34. 1670008 [ospfd] Bug #288: do not change router ID unless forced by manual configuration by Andrew J. Schorr · 18 years ago
  35. 1fe6ed3 [ospfd] Allow ospf_lsa_unlock to NULL out callers' LSA pointers upon free by Paul Jakma · 18 years ago
  36. 3fed416 [ospfd] Additional NSM neighbour state change stats/information by Paul Jakma · 18 years ago
  37. 90c3317 [ospfd] record timestamp and event of last NSM state change for neighbour by Paul Jakma · 18 years ago
  38. 3d63f38 [ospfd] trivial: NSM AdjChange should print event, declutter core functions by Paul Jakma · 18 years ago
  39. 539e152 [ospfd] Remove nsm_reset_nbr and a bunch of useless NSM event/action functions by Paul Jakma · 18 years ago
  40. 13cd3dc [ospfd] Improve Hello NetworkMask mismatch warning to give more info by Andrew J. Schorr · 18 years ago
  41. 1f2c274 [ospfd] cleanup NSM neighbour delete through a new Deleted NSM state by Paul Jakma · 18 years ago
  42. aa2737a [ospfd] early-return in nsm_event missed LLDown event, fixes use after free by Paul Jakma · 18 years ago
  43. f7a76ab [ospfd] Apply some simplifications to ospf_nsm, from Andrew's suggestions by Paul Jakma · 18 years ago
  44. 5db95bc [ospfd] CID #13, dont try print out fields of LSA we know to be NULL. by Paul Jakma · 18 years ago
  45. d1b1cd8 [ospfd] Clear adjacency state for NSM changes down to TwoWay/ExStart by Paul Jakma · 18 years ago
  46. e55dd53 [ospfd] trivial cleanup of nsm_timer_set by Paul Jakma · 18 years ago
  47. ba0beb4 [ospfd] Ensure NSM state functions can redirect next_state accidently by Paul Jakma · 18 years ago
  48. d7b0fb6 [ospfd] consolidate adjacency check logic by Paul Jakma · 18 years ago
  49. 1c066bf [ospfd] Fix "show ip ospf neighbor A.B.C.D" to show all matches by Andrew J. Schorr · 18 years ago
  50. 7694787 [ospfd] Avoid getting NSM stuck in ExStart by using local view of DR/BDR by Andrew J. Schorr · 18 years ago
  51. d7e60dd [ospfd] Implement new ospf router subcommand "log-adjacency-changes [detail]" by Andrew J. Schorr · 18 years ago
  52. d1c65c2 [ospfd] Replace redistribution strings with new route_types.h defines. by Paul Jakma · 18 years ago
  53. 9560fa8 [ospfd] NSSA translate-enabled ABR should declare itself as ASBR by Paul Jakma · 18 years ago
  54. 9aecfae [ospfd] Improve two info log messages in ospf_snmp.c by Andrew J. Schorr · 18 years ago
  55. 0ffb709 [ospfd] When writing out config, show "debug ospf nsm status" properly by Andrew J. Schorr · 18 years ago
  56. 6e72cb6 [ospfd] Fix ospf passive-interface subcommand to create interface if necessary by Andrew J. Schorr · 18 years ago
  57. 429ac78 [ospfd] Fix multicast membership drop bug by Paul Jakma · 18 years ago
  58. ac904de [ospfd] lsdb_delete/discard_from_db should be more robust to bad args by Paul Jakma · 18 years ago
  59. 88871b1 [ospfd] suppres mostly uninteresting debug message unless debug is set by Paul Jakma · 18 years ago
  60. ae12805 [ospfd] Fix small error in CID #13 commit by Paul Jakma · 19 years ago
  61. e54e6e5 [ospfd] CID #13, debug for NULL type7 LSA should not print out data from it by Paul Jakma · 19 years ago
  62. deb1561 [ospfd] CID #15, remove redundant NULL check in ism_change_state by Paul Jakma · 19 years ago
  63. bfd7c7d [ospfd] CID #14, NULL check ospf->backbone before use, ospf_update_router_route by Paul Jakma · 19 years ago
  64. 6db3a6f [ospfd] CID #28, remove another ospf_lookup call - ospf_redistribute_withdraw by Paul Jakma · 19 years ago
  65. e43be0e [ospfd] CID #27, fix missing NULL return check by Paul Jakma · 19 years ago
  66. 70461d7 [ospfd] CID #29, fix missing NULL check by removing unused code. by Paul Jakma · 19 years ago
  67. 4021b60 [ospfd] Squash another ospf_lookup call by Paul Jakma · 19 years ago
  68. 214a445 [ospfd] Fix leak in area-range-cost command, CID #46. by Paul Jakma · 19 years ago
  69. 894f8b6 [ospfd] CID #49, fix dereference before NULL check by Paul Jakma · 19 years ago
  70. 1a8ec2b [ospfd] Check NULL result from ospf_area_lookup_by_area_id, CID #69 by Paul Jakma · 19 years ago
  71. cac3b5c [ospfd] Fix missing check for ospf_lookup NULL return, CID #70 by Paul Jakma · 19 years ago
  72. 9c27ef9 [ospfd] Fix SPF of virtual-links by Paul Jakma · 19 years ago
  73. 478aab9 [ospfd] Fix virtual-link handling in nbrs route-table, exposed by bug#234 fix by Paul Jakma · 19 years ago
  74. 075c201 [ospfd] Fix failure of Fletcher checksum with certain compilers by Paul Jakma · 19 years ago
  75. 1a8ee0e [ospfd] ignore loopbacks for received interface validation by Paul Jakma · 19 years ago
  76. c2b478d [ospfd] Fix incorrect byte-order conversion of OSPF_MAX_SEQUENCE_NUMBER by Paul Jakma · 19 years ago
  77. e8e1946 [compiler] miscellaneous trivial compiler warning fixes by paul · 19 years ago
  78. 779adb0 [ospfd] Add support for oversized LSAs. by paul · 19 years ago
  79. c637171 [ospfd/zserv] adjust to new format by paul · 19 years ago
  80. 1a643f8 [ospfd] Bug #234. Fix nbr_self reinitialisation after down/up. by paul · 19 years ago
  81. 818e56c [ospfd] fix undefined effect expression by paul · 19 years ago
  82. 98429f6 [ospfd] fix rare leak of struct connected, in an error path. by paul · 19 years ago
  83. c42c177 [ospfd] trim redundant strings by paul · 19 years ago
  84. 8675284 [ospfd] fix automatic router-id and network enable bug. by paul · 19 years ago
  85. c9c93d5 [ospfd] rename graceful to deferred, fix a tiny compile warning. by paul · 19 years ago
  86. 00c290e [c99] change gcc zero-length array to C99 flexible array declaration by paul · 19 years ago
  87. c24d602 2005-11-20 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  88. b29800a 2005-11-20 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  89. 649654a [ospfd] Standardize buffer sizes used for displaying timers. by ajs · 19 years ago
  90. 70cd347 [ospfd] Make OSPF_ISM_TIMER_OFF macro safer. by ajs · 19 years ago
  91. 31a5976 [ospfd] misc small fixes. Fix default stub router setting. no opaque compile. by paul · 19 years ago
  92. 58e1bef [ospfd] SPF ospf_canonical_nexthops_free bugfix. by paul · 19 years ago
  93. c8c1521 2005-11-04 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  94. 6d45276 2005-11-03 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  95. 484315f 2005-11-03 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  96. 88d6cf3 2005-10-29 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  97. e029d44 2005-10-23 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  98. b8ad39d 2005-10-23 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  99. ea4ffc9 2005-10-21 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  100. d24f6e2 2005-10-21 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago