1. 65ca75e [bgpd] Fix bug where FSM can stay hung forever in Idle/Clrng by Paul Jakma · 19 years ago
  2. a3b6ea5 [bgpd] bug #210: Enable crucial VPNv4 code which was disabled by Paul Jakma · 19 years ago
  3. 15aa6a1 [bgpd] Fix infinite loop in community_str2com by Paul Jakma · 19 years ago
  4. a625ca3 [bgpd] release peer specific clear queue in peer_free by Paul Jakma · 19 years ago
  5. b51f126 [bgpd] trivial: use a distinct memtype for struct bgp_synchronize by Paul Jakma · 19 years ago
  6. 4bf6a36 [bgpd] Add 'show bgp memory' for stats on fixed-size allocations in bgpd by Paul Jakma · 19 years ago
  7. 5304cb5 [bgpd] Include header dependency in bgp_nexthop.h by Paul Jakma · 19 years ago
  8. cbdfbaa [bgpd] rearrange some structs for less padding, stats for table/attrs. by Paul Jakma · 19 years ago
  9. 3e0c78e [bgpd] Start off FSM again once clearing finishes. by Paul Jakma · 19 years ago
  10. 6a41973 [bgpd] Add Clrng description to bgp summary state. by Paul Jakma · 19 years ago
  11. 64e580a [bgpd] Record afi/safi in bgp_table. Serialise peer clear with FSM. by Paul Jakma · 19 years ago
  12. 7c7fa1b [bgpd] trivial readability fix by Paul Jakma · 19 years ago
  13. aa94ca8 [bug #89] Fix leak of community when set community is used by Paul Jakma · 19 years ago
  14. 3fff6ff [bgpd] trivial fix for gcc warning by paul · 19 years ago
  15. 902212c [bgpd] Fix peer prefix counts and make it slightly more robust by paul · 19 years ago
  16. 306d889 [lib/workqueue] remove the useless 'delay' factor. by paul · 19 years ago
  17. e8e1946 [compiler] miscellaneous trivial compiler warning fixes by paul · 19 years ago
  18. d3092e7 [zserv] fix up custom isisd and bgpd Zserv functions for new format. by paul · 19 years ago
  19. 8fdc32a [bgpd] add aspath_finish, static resource cleanup function. by paul · 19 years ago
  20. 0233542 [bgpd] fix some leaks introduced in aspath rewrite. by paul · 19 years ago
  21. 37c3830 [bgpd] remove export of long defunct function by paul · 19 years ago
  22. ad72740 [bgp] Fix SEGV if empty path is confed-compared ([quagga-users 5968]) by paul · 19 years ago
  23. 0fb58d5 2005-11-14 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  24. 4120085 2005-11-03 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  25. f52d13c 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 19 years ago
  26. 2d74db5 2005-09-30 Vincent Jardin <vincent.jardin@6wind.com> by jardin · 19 years ago
  27. fe69a50 2005-09-10 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  28. 1f8ae70 2005-09-10 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  29. b739579 * bgp_route.c: Third (?) attempt to fix best selection breakage by hasso · 19 years ago
  30. 25ffbdc 2005-08-22 Hugo Santos <hsantos@av.it.pt> by paul · 19 years ago
  31. b40d939 2005-08-22 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  32. e279c7a * bgp_routemap.c: Revert part of leaking communities fix commited in by hasso · 19 years ago
  33. 94f2b39 2005-06-28 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  34. e210cf9 2005-06-15 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  35. 200df11 2005-06-01 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  36. 033e861 Sync bgpd and ripd set_metric_addsub_cmd commands. Fixes bugzilla #192. by hasso · 20 years ago
  37. 70601e0 * bgp_routemap.c: Stop leaking communities. by hasso · 20 years ago
  38. 54a6ed3 * bgpd.c: Deleting bgp->rsclient list needs fix similar to pree-groups by hasso · 20 years ago
  39. b6b7cff * bgpd.c: Don't crash while deleting list of peer-groups. by hasso · 20 years ago
  40. b5f2960 * bgpd.c: Fix obvious (routeserver patch) merge error. This makes "no by hasso · 20 years ago
  41. 00d252c 2005-05-23 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  42. a94feb3 2005-05-23 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  43. e83e208 2005-05-19 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  44. 22db9de 2005-05-19 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  45. 634f9ea 2005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  46. a8a80d5 * bgp_vty.c: Make "exit-address-family" work in IPv4 unicast address by hasso · 20 years ago
  47. 6811845 * bgpd.texi: Document new "bgp bestpath as-path confed" command. by hasso · 20 years ago
  48. d2fc889 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  49. 6cf159b * bgp_route.c: Don't crash while clearing route tables if there is by hasso · 20 years ago
  50. 338b342 * bgp_route.c: Make reannouncing prefixes with changed attributes by hasso · 20 years ago
  51. dd4c593 * bgp_vty.c: Deprecate "neighbor transparent-as" and "neighbor by hasso · 20 years ago
  52. c1643bb * bgp_routemap.c: New route-map command - "match ip route-source". by hasso · 20 years ago
  53. fee6e4e * bgp_clist.[ch], bgp_route.c, bgp_routemap.c, bgp_vty.c: by hasso · 20 years ago
  54. 6ffd207 * bgp_route.c, bgp_vty.c, bgp_zebra.c, bgpd.[ch]: "enforce-multihop" by hasso · 20 years ago
  55. 93406d8 * bgp_fsm.c, bgp_open.c, bgp_packet.c, bgp_route.[ch], bgp_vty.c, by hasso · 20 years ago
  56. c950243 * bgp_open.c, bgp_packet.c, bgp_vty.c, bgpd.[ch]: Remove "no neighbor by hasso · 20 years ago
  57. 3d515fd * bgp_attr.c, bgp_snmp.c, bgp_vty.c, bgpd.[ch]: Remove support for old by hasso · 20 years ago
  58. 0a486e5 * bgpd.[ch], bgp_vty.c, bgp_route.c: "Restart session after by hasso · 20 years ago
  59. f418446 * bgp_nexthop.c: Improve debug. by hasso · 20 years ago
  60. 3b8b185 2005-01-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  61. 6d69429 * bgp_route.c: Fix showstopper bug. New route must be selected also by hasso · 20 years ago
  62. f127165 * bgp_route.c: Clear peer's routing table regardless whether it's by hasso · 20 years ago
  63. a24a7e1 2005-01-05 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  64. d2c1f16 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  65. 274a4a4 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  66. 887c44a 2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  67. c065230 Make group to run daemon as configurable. Fixes #2 from Bugzilla #64. by hasso · 20 years ago
  68. 5932020 2004-11-09 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  69. 5a64665 2004-11-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  70. a2b1ecd 2004-10-31 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  71. 98f5163 2004-10-25 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  72. 3fb9cd6 OK. Here it is - PtP patch from Andrew J. Schorr. No problems with ospfd, by hasso · 20 years ago
  73. 501ba49 Make dump configuration appear in vtysh. by hasso · 20 years ago
  74. 8b3126b Ladies and Gentlemens. This file is dead for years, from 1999 to be exact. by hasso · 20 years ago
  75. c75105a Make initializing smux connection configurable - "smux peer OID" command by hasso · 20 years ago
  76. fd79ac9 2004-10-13 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  77. 18a6dce Common router id. by hasso · 20 years ago
  78. c9e52be Compiler warnings fixes. by hasso · 20 years ago
  79. 52dc7ee Remove usage of evil list and listnode typedefs. by hasso · 20 years ago
  80. e01f9cb 2004-07-09 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  81. f5ba387 2004-07-09 Sowmini Varadhan <sowmini.varadhan@sun.com> by paul · 20 years ago
  82. 5228ad2 2004-06-04 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  83. 538621f Merge graceful restart capability display and some small fixes from Zebra by hasso · 21 years ago
  84. 3950fda Merge bgpd changeset 1185 from Zebra repository by Rivo Nurges. by hasso · 21 years ago
  85. 4372df7 Merge bgpd changeset 1184 from Zebra repository by Rivo Nurges. by hasso · 21 years ago
  86. e0701b7 Merge bgpd changeset 1176 from Zebra repository by Rivo Nurges. by hasso · 21 years ago
  87. 0a58935 2004-05-08 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  88. c531740 2004-05-03 Daniel Roesen <dr@cluenet.de> by paul · 21 years ago
  89. 35be31b 2004-05-01 rivo nurges <rix@estpak.ee> by paul · 21 years ago
  90. eb82118 2004-05-01 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  91. 9b87e41 Update cease codes in bgp_debug.c file as well. Just update to patch from Rivo. by hasso · 21 years ago
  92. 545acaf 2004-04-16 rivo nurges <rix@estpak.ee> by paul · 21 years ago
  93. 6ad23f0 2004-02-17 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  94. 10d60ad 2003-12-23 Krzysztof Oledzki <oleq@ans.pl> by gdt · 21 years ago
  95. ac41b2a 2003-08-11 kunihiro <kunihiro@zebra.org by paul · 21 years ago
  96. 9238b1e 2003-06-11 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  97. 445f143 Update Changelogs by paul · 22 years ago
  98. 718e374 Initial revision by paul · 22 years ago