1. 42e6d74 bgpd: more SAFI fixes by Denis Ovsienko · 13 years ago
  2. beb1ca0 bgpd: fix SAFI for for MPLS labeled VPN-IPv6 by Denis Ovsienko · 13 years ago
  3. 036a6e6 Merge branch 'attr-errors' by Paul Jakma · 13 years ago
  4. 3bde17f bgpd: Fix compile failure if IPv6 build was disabled. by Paul Jakma · 14 years ago
  5. 95cbbd2 bgpd: New show commands for improved view and address family support by Michael Lambert · 14 years ago
  6. c8f3fe3 bgpd: Remove AS Path limit/TTL functionality by Paul Jakma · 14 years ago
  7. f6f434b bgpd: Try fix extcommunity resource allocation probs, particularly with 'set extcom..' by Paul Jakma · 14 years ago
  8. c099baf bgpd: Fix display of unsigned attributes by Wataru Tanitsu · 14 years ago
  9. 7badc26 bgpd: fix use of free memory by update_rsclient by Stephen Hemminger · 14 years ago
  10. 368473f bgpd: unlock node on aggregate error by Robert Bays · 14 years ago
  11. f6269b4 bgpd: fix errors in aggregate address command by Robert Bays · 14 years ago
  12. 6c88b44 bgpd: fix bgp_node locking issues by Chris Caputo · 14 years ago
  13. d1de1c2 Merge paul/ospfd/201012-review ospfd and lib/ fixes and performance improvements by Paul Jakma · 14 years ago
  14. 30b0017 bgpd: improve "monotonic" uptime correction by John Kemp · 14 years ago
  15. 838bbde bgpd: Simplify process queue init by Paul Jakma · 15 years ago
  16. 213b6cd bgpd: fix printed value of last-update timestamp by Vladimir L Ivanov · 14 years ago
  17. 4c9641b bgpd, lib: adopt afi_t and safi_t in several places by Michael Lambert · 14 years ago
  18. 6595788 bgp: use monotonic clock for time of day by Stephen Hemminger · 15 years ago
  19. 9e4ca89 bgpd: compile warnings cleanup by Stephen Hemminger · 15 years ago
  20. 638b70b [bgp] Fix nexthop reachability check on confederations by Vasilis Tsiligiannis · 15 years ago
  21. a294365 [bgpd] fix typo made by paul in previous commit by Paul Jakma · 15 years ago
  22. e7cc3b3 [bgpd] Small buffer overrun in bgp_clear_node_queue_init by Nick Hilliard · 16 years ago
  23. 228da42 [bgpd] Stability fixes including bugs 397, 492 by Chris Caputo · 15 years ago
  24. 650f76c [bgpd] Log a debug/update warning if filters are configured but don't exist by Paul Jakma · 15 years ago
  25. 2a71e9c [bgpd] Add 'show ip bgp view WORD neighbors IP (advertised|received)-routes' by Tomasz Pala · 15 years ago
  26. 50aef6f Fix "show ip bgp dampened-paths" garbage output. by Chris Caputo · 15 years ago
  27. 0088b5d [bgpd] reference count the BGP instance by Stephen Hemminger · 16 years ago
  28. dde7258 [bgpd] Make declarations match by Stephen Hemminger · 16 years ago
  29. 66e5cd8 [cleanup] functions taking no args should be declared with void args by Stephen Hemminger · 16 years ago
  30. 393deb9 [cleanup] Convert XMALLOC/memset to XCALLOC by Stephen Hemminger · 16 years ago
  31. aea339f [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net> by Denis Ovsienko · 16 years ago
  32. a8bf6f5 [bgpd] Fix definition of an rsclient command by Michael Lambert · 16 years ago
  33. 62687ff [vty] Add support for a 'restricted mode' with anonymous vty connections by Paul Jakma · 16 years ago
  34. 30a2231 [warnings] Fix various SOS warnings by Paul Jakma · 16 years ago
  35. 750e814 [bgpd] Fix triggerable crash when compiled with --disable-bgp-announce by Paul Jakma · 16 years ago
  36. 841f7a5 + [bgpd] Added new route-map set statement: "as-path ignore" by Denis Ovsienko · 17 years ago
  37. 9eda90c [bgpd] bug #398 Bogus free on out route-map, and assert() with rsclients by Paul Jakma · 17 years ago
  38. 4136717 [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimit by Paul Jakma · 17 years ago
  39. b249702 [bgpd] bug #370, default-originate was broken by a silly thinko by Paul Jakma · 17 years ago
  40. fb982c2 [bgpd] Trim memory usage of BGP routes by Paul Jakma · 18 years ago
  41. 16d2e24 [bgpd] V. quick route flap gets mistaken for duplicate, route is then ignored by Paul Jakma · 18 years ago
  42. f2c31ac [bgpd] Peer delete can race with reconfig leading to crash by Paul Jakma · 18 years ago
  43. 8d45210 [bgpd] Fix bug where a deleted route that was quickly re-added was being lost by Andrew J. Schorr · 18 years ago
  44. 56395af [bgpd] trivial: non C99 u_int.._t should be uint.._t by Paul Jakma · 18 years ago
  45. 6f58544 [bgpd] struct peer must have bgp field valid (redistribute crash) by Paul Jakma · 18 years ago
  46. 53d9f67 [bgpd] CID#73, potential crash in bgp statistics if called for AFI/SAFI with emtpy table by Paul Jakma · 18 years ago
  47. 09dd561 [bgpd] reduce the process queue hold time to something more sensible by Paul Jakma · 18 years ago
  48. 8383a9b [bgpd] RIB statistics address space size shouldnt double count space by Paul Jakma · 18 years ago
  49. ca058a3 [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted states by Paul Jakma · 18 years ago
  50. 2815e61 [bgpd] Add RIB reporting commands, show bgp ... statistics by Paul Jakma · 18 years ago
  51. 1a392d4 [bgpd] Handle pcount as flags are changed, fixing pcount issues by Paul Jakma · 18 years ago
  52. ff7924f [bgpd] Add 'show ... neighbor .... prefix-counts' command by Paul Jakma · 18 years ago
  53. b2518c1 [bgpd] CID #4,#5,#9,#10, simplify aspath_print_vty usage by Paul Jakma · 19 years ago
  54. 06e110f [bgpd] CID #6, remove useless NULL check, bgp_static_update_rsclient by Paul Jakma · 19 years ago
  55. dd8103a [bgpd] CID #7, remove useless NULL check, bgp_static_update_main by Paul Jakma · 19 years ago
  56. da5b30f [bgpd] Bug #240, Fix route-server crash when static routes are configured by Paul Jakma · 19 years ago
  57. 65ca75e [bgpd] Fix bug where FSM can stay hung forever in Idle/Clrng by Paul Jakma · 19 years ago
  58. 3e0c78e [bgpd] Start off FSM again once clearing finishes. by Paul Jakma · 19 years ago
  59. 64e580a [bgpd] Record afi/safi in bgp_table. Serialise peer clear with FSM. by Paul Jakma · 19 years ago
  60. 7c7fa1b [bgpd] trivial readability fix by Paul Jakma · 19 years ago
  61. 902212c [bgpd] Fix peer prefix counts and make it slightly more robust by paul · 19 years ago
  62. 306d889 [lib/workqueue] remove the useless 'delay' factor. by paul · 19 years ago
  63. e8e1946 [compiler] miscellaneous trivial compiler warning fixes by paul · 19 years ago
  64. 0fb58d5 2005-11-14 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  65. fe69a50 2005-09-10 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  66. b739579 * bgp_route.c: Third (?) attempt to fix best selection breakage by hasso · 19 years ago
  67. b40d939 2005-08-22 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  68. 94f2b39 2005-06-28 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  69. 200df11 2005-06-01 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  70. 6811845 * bgpd.texi: Document new "bgp bestpath as-path confed" command. by hasso · 20 years ago
  71. 1eb8ef2 2005-04-07 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
  72. 6cf159b * bgp_route.c: Don't crash while clearing route tables if there is by hasso · 20 years ago
  73. 338b342 * bgp_route.c: Make reannouncing prefixes with changed attributes by hasso · 20 years ago
  74. fee6e4e * bgp_clist.[ch], bgp_route.c, bgp_routemap.c, bgp_vty.c: by hasso · 20 years ago
  75. 6ffd207 * bgp_route.c, bgp_vty.c, bgp_zebra.c, bgpd.[ch]: "enforce-multihop" by hasso · 20 years ago
  76. 93406d8 * bgp_fsm.c, bgp_open.c, bgp_packet.c, bgp_route.[ch], bgp_vty.c, by hasso · 20 years ago
  77. 0a486e5 * bgpd.[ch], bgp_vty.c, bgp_route.c: "Restart session after by hasso · 20 years ago
  78. 3b8b185 2005-01-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  79. 6d69429 * bgp_route.c: Fix showstopper bug. New route must be selected also by hasso · 20 years ago
  80. f127165 * bgp_route.c: Clear peer's routing table regardless whether it's by hasso · 20 years ago
  81. d2c1f16 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  82. 5a64665 2004-11-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  83. fd79ac9 2004-10-13 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  84. fee0f4c 2004-09-13 Jose Luis Rubio <jrubio@dit.upm.es> by paul · 20 years ago
  85. f5ba387 2004-07-09 Sowmini Varadhan <sowmini.varadhan@sun.com> by paul · 20 years ago
  86. 5228ad2 2004-06-04 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  87. e0701b7 Merge bgpd changeset 1176 from Zebra repository by Rivo Nurges. by hasso · 21 years ago
  88. 35be31b 2004-05-01 rivo nurges <rix@estpak.ee> by paul · 21 years ago
  89. eb82118 2004-05-01 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  90. 545acaf 2004-04-16 rivo nurges <rix@estpak.ee> by paul · 21 years ago
  91. 6ad23f0 2004-02-17 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  92. c001ae6 2003-11-03 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  93. bb46e94 2003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es> by paul · 21 years ago
  94. 3b42497 2003-10-13 Jay Fenlason <fenlason@redhat.com> by paul · 21 years ago
  95. 50d649a 2003-08-27 Kunihiro Ishiguro <kunihiro@zebra.org> by paul · 21 years ago
  96. c22854b 2003-08-27 Kunihiro Ishiguro <kunihiro@zebra.org> by paul · 21 years ago
  97. c2f3a4c 2003-08-26 Kunihiro <kunihiro@zebra.org> by paul · 21 years ago
  98. ac41b2a 2003-08-11 kunihiro <kunihiro@zebra.org by paul · 21 years ago
  99. 286e1e7 2003-08-07 kunihiro <kunihiro@zebra.org> by paul · 21 years ago
  100. 718e374 Initial revision by paul · 22 years ago