1. c7f25b9 bgpd, ospfd, ospf6d, ripd, ripngd, zebra: 'set metric -12' is broken in the parser by Daniel Walton · 10 years ago
  2. 96d1060 *: Widen width of Zserv routing tag field. by Paul Jakma · 8 years ago
  3. 605aa33 bgpd, vtysh: Add support for route tags by Piotr Chytła · 9 years ago
  4. 5cf768a bgpd: Support matching on local preference in route-map by Dinesh Dutt · 9 years ago
  5. 93b493a bgpd: fix wrong help strings of "match peer" and "no match peer" commands by Igor Ryzhov · 9 years ago
  6. 220355d bgpd: fix BGP IPv6 route map error by Andrej Ota · 9 years ago
  7. 205e674 bgpd: remove HAVE_IPV6 conditionals by Lou Berger · 9 years ago
  8. 050defe bgpd: general MP/SAFI improvements by Lou Berger · 9 years ago
  9. 82dd707 bgpd: improve cleanup in bgp_delete() by Lou Berger · 9 years ago
  10. f3cfc46 lib, bgpd: Fixup afi_t to be an enum and cleanup zebra.h by Donald Sharp · 9 years ago
  11. f31bab4 Quagga: Fix code to use srandom/random by Donald Sharp · 9 years ago
  12. ef75770 bgpd: allow using rtt in route-map's set metric by Timo Teräs · 10 years ago
  13. 38f22ab bgpd: refactor route-map objects modifying integer values by Timo Teräs · 10 years ago
  14. 6ed810d *: fix more initialisers (for BSD) by David Lamparter · 10 years ago
  15. 8c9cd85 bgpd: random() returns long by David Lamparter · 10 years ago
  16. ab90fc0 *: add/cleanup initialisers by David Lamparter · 10 years ago
  17. b7d5021 *: remove stray extra semicolons by David Lamparter · 10 years ago
  18. 85c854a bgpd: implement route-map set as-path prepend last-as by Timo Teräs · 10 years ago
  19. 4430103 bgpd: remove unused variables by Paul Jakma · 10 years ago
  20. ad5233a Add set ipv6 next-hop peer-address command. by Dinesh G Dutt · 10 years ago
  21. 7aa9dce Fix most compiler warnings in default GCC build. by Paul Jakma · 10 years ago
  22. 052573e *: merge branch stable/0.99.23 by David Lamparter · 10 years ago
  23. 27bf90a bgpd: fix double free after extcommunity set (BZ#799) by David Lamparter · 10 years ago
  24. 73d78ea bgpd: remove duplicate route-map extcommunity code by David Lamparter · 10 years ago
  25. b304dcb bgpd: route-map: share aspath object compilation code where possible by Timo Teräs · 11 years ago
  26. 2aa640b bgpd: fix route-map comments by Timo Teräs · 11 years ago
  27. 6b0655a *: nuke ^L (page feed) by David Lamparter · 10 years ago
  28. b06b35f bgpd: fix a memleak on "set community none" by Christian Franke · 12 years ago
  29. c63b83f bgpd: Fix memory leak of some "show ip bgp neighbor" commands by Jorge Boncompte [DTI2] · 13 years ago
  30. 0c5ed3e bgpd: Fix memory leak with 'set ip next-hop peer-address' by Jorge Boncompte [DTI2] · 13 years ago
  31. 4fe080d bgpd: fix for route-maps with "match peer local" statements by Jorge Boncompte [DTI2] · 13 years ago
  32. 664711c lib: fix some strtoul() use cases by Ulrich Weber · 13 years ago
  33. 1add115 bgpd: implement 'match probability' in route-maps by Vyacheslav Trushkin · 13 years ago
  34. 036a6e6 Merge branch 'attr-errors' by Paul Jakma · 13 years ago
  35. 604a9b4 bgpd: fix memory leak when deleting a community by Michael Lambert · 14 years ago
  36. 4a2035f Revert "bgpd: "Intern" communities in route maps" by Paul Jakma · 14 years ago
  37. 2c9fd7e bgpd: "Intern" communities in route maps by Michael Lambert · 14 years ago
  38. c8f3fe3 bgpd: Remove AS Path limit/TTL functionality by Paul Jakma · 14 years ago
  39. f6f434b bgpd: Try fix extcommunity resource allocation probs, particularly with 'set extcom..' by Paul Jakma · 14 years ago
  40. 25f4588 [configure] add configure support for PCRE Posix library by Jeremy Jackson · 16 years ago
  41. 393deb9 [cleanup] Convert XMALLOC/memset to XCALLOC by Stephen Hemminger · 16 years ago
  42. 10819ec [bgpd] Fixed as-path prepend/exclude ASN handling by Denis Ovsienko · 15 years ago
  43. e6b6a56 [trivia] Fixed typos in communities text (#334) by Denis Ovsienko · 15 years ago
  44. 30a2231 [warnings] Fix various SOS warnings by Paul Jakma · 16 years ago
  45. 320da87 [vty] CMD_AS_RANGE accidently quoted and so not expanded in vty by Paul Jakma · 16 years ago
  46. 841f7a5 + [bgpd] Added new route-map set statement: "as-path ignore" by Denis Ovsienko · 17 years ago
  47. a7f93f3 + fixed no_set_aspath_prepend() to correctly match existing "set" statement by Denis Ovsienko · 17 years ago
  48. 0b2aa3a [bgpd] Merge AS4 support by Paul Jakma · 17 years ago
  49. 4136717 [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimit by Paul Jakma · 17 years ago
  50. fb982c2 [bgpd] Trim memory usage of BGP routes by Paul Jakma · 18 years ago
  51. aa94ca8 [bug #89] Fix leak of community when set community is used by Paul Jakma · 19 years ago
  52. e8e1946 [compiler] miscellaneous trivial compiler warning fixes by paul · 19 years ago
  53. e279c7a * bgp_routemap.c: Revert part of leaking communities fix commited in by hasso · 19 years ago
  54. 94f2b39 2005-06-28 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  55. 033e861 Sync bgpd and ripd set_metric_addsub_cmd commands. Fixes bugzilla #192. by hasso · 20 years ago
  56. 70601e0 * bgp_routemap.c: Stop leaking communities. by hasso · 20 years ago
  57. a94feb3 2005-05-23 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  58. 22db9de 2005-05-19 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  59. 1eb8ef2 2005-04-07 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
  60. c1643bb * bgp_routemap.c: New route-map command - "match ip route-source". by hasso · 20 years ago
  61. fee6e4e * bgp_clist.[ch], bgp_route.c, bgp_routemap.c, bgp_vty.c: by hasso · 20 years ago
  62. 3b8b185 2005-01-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  63. fd79ac9 2004-10-13 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  64. fee0f4c 2004-09-13 Jose Luis Rubio <jrubio@dit.upm.es> by paul · 20 years ago
  65. 5228ad2 2004-06-04 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  66. af5cd0a 2003-11-02 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  67. 3b42497 2003-10-13 Jay Fenlason <fenlason@redhat.com> by paul · 21 years ago
  68. 537d8ea 2003-08-27 Jay Fenlason <fenlason@redhat.com> by paul · 21 years ago
  69. ac41b2a 2003-08-11 kunihiro <kunihiro@zebra.org by paul · 21 years ago
  70. 73ffb25 Hasso Tepper by paul · 22 years ago
  71. 718e374 Initial revision by paul · 22 years ago