1. 3334bab bgpd: Add support for BGP Large Communities by Job Snijders · 8 years ago
  2. 3dda6b3 bgpd: Rejiggle exported nht function names and consolidate some code by Paul Jakma · 8 years ago
  3. 5bc62ca isisd,ospf6d,bgpd: Fix GCC 6 warnings on indentation not matching control flow by Paul Jakma · 8 years ago
  4. 4d48bb3 bgpd: fix "show ip bgp" column alignment by Daniel Walton · 8 years ago
  5. c8e8097 bgpd: fix memory leaks in show commands by Christian Franke · 8 years ago
  6. 95509a6 Extend BGP_SEND_ASPATH_CHECK to cover confederations by Thorvald Natvig · 8 years ago
  7. e3443a2 bgpd: simplify ebgp-multihop and ttl-security handling by Timo Teräs · 8 years ago
  8. c365b53 bgpd: Remove unused and leaking code by Lou Berger · 8 years ago
  9. d9ab53a bgpd, zebra: Use next hop tracking for connected routes too by Dinesh Dutt · 10 years ago
  10. e25a974 bgpd: don't count a route with an unreachable nexthop in PfxRcd by Daniel Walton · 9 years ago
  11. 2153090 bgpd: Fix BGP_INFO_ATTR_CHANGED being cleared incorrectly by Daniel Walton · 10 years ago
  12. f2eb9ca bgpd: atomic-aggregate is lost when we aggregate another aggregate that has atomic-aggregate by Daniel Walton · 10 years ago
  13. 96d1060 *: Widen width of Zserv routing tag field. by Paul Jakma · 8 years ago
  14. 605aa33 bgpd, vtysh: Add support for route tags by Piotr Chytła · 9 years ago
  15. e2a0ebf bgpd: Display BGP paths with unreachable nexthops as invalid by Daniel Walton · 10 years ago
  16. 59fe0ee bgpd: Add [bestpath|multipath] option to 'show ip bgp x.x.x.x' by Daniel Walton · 10 years ago
  17. 325fcfb bgpd: Add clear command to force a bestpath recalculation and re-advertisement of a prefix by Daniel Walton · 10 years ago
  18. 76a7280 bgpd: Fix aggregation issues found via ANVL by Daniel Walton · 10 years ago
  19. 083e5e2 bgpd, doc: Allow route-map policy modifications to also affect route reflectors. by Dinesh Dutt · 9 years ago
  20. 0f2f7a3 *: Fix duplicate commands from view/enable node consolidation by Paul Jakma · 8 years ago
  21. 60cc959 bgpd, doc, lib, zebra: nexthop-tracking in zebra by Pradosh Mohapatra · 9 years ago
  22. 68b45cc *: Consolidate all double VIEW_NODE and ENABLE_NODE's by Donald Sharp · 9 years ago
  23. 3c96404 bgpd: Fix 'show bgp ipv4 vpnv4 statistics' cli. by Donald Sharp · 9 years ago
  24. 9145f0e bgpd: Addition of bgp dampening configuration commands under IPv4/multicast by Balaji · 9 years ago
  25. 9c52cae bgpd: Addition of dampening show commands under v4 unicast/multicast tree by Balaji · 9 years ago
  26. 6184c39 bgpd: implement admin distance by Roman Hoog Antink · 11 years ago
  27. 370b7e5 bgpd: Fix crash reported by NetDEF CI by Lou Berger · 9 years ago
  28. 405e9e1 bgpd: Remove the double-pass parsing of NLRIs by Paul Jakma · 9 years ago
  29. 518a4b7 bgpd: Regularise bgp_update_receive, add missing notifies and checks by Paul Jakma · 9 years ago
  30. 18ab08b bgpd: Regularise BGP NLRI sanity checks a bit by Paul Jakma · 9 years ago
  31. 205e674 bgpd: remove HAVE_IPV6 conditionals by Lou Berger · 9 years ago
  32. f9b6c39 bgpd: Add back old forms of 'show <afi> <safi>' for compatibility by Lou Berger · 9 years ago
  33. bf1ae6c bgpd: drop machineparse / random "show" improvements by Lou Berger · 9 years ago
  34. 651b402 bgpd: encap show commands by Lou Berger · 9 years ago
  35. 35c3686 bgpd: VPNv6 show commands by Lou Berger · 9 years ago
  36. 298cc2f bgpd: encap: add encap SAFI (RFC5512) by Lou Berger · 9 years ago
  37. 050defe bgpd: general MP/SAFI improvements by Lou Berger · 9 years ago
  38. 82dd707 bgpd: improve cleanup in bgp_delete() by Lou Berger · 9 years ago
  39. a76d9ca bgpd: make _vpnv4 static handling SAFI-agnostic by Lou Berger · 9 years ago
  40. 6d4742b bgpd: make bgp_info_cmp and multiple-path decision logic more regular by Paul Jakma · 9 years ago
  41. 91b9e85 bgpd: bgp_scan shouldn't queue up route_nodes with no routes for processing by Paul Jakma · 9 years ago
  42. 1994dc8 bgpd: If route-map does not exist DENY for redistribute statements by Daniel Walton · 9 years ago
  43. e2a9258 bgpd: Fix memory leak in bgpd/bgp_route.c by Denil Vira · 9 years ago
  44. 3921cc5 bgpd: Addition of "show ip bgp dampening" command tree by Balaji · 10 years ago
  45. 2820a01 bgpd: Make bgp_info_cmp robust to paths that do not have su_remote info by Timo Teräs · 9 years ago
  46. 7ef4221 bgpd: Fix race in clearing completion by Donald Sharp · 10 years ago
  47. 234e5c8 bgpd: Only use routes from Established peers for best path selection by Dinesh G Dutt · 10 years ago
  48. bd4b7f1 bgpd: Ignore stale entry candidates during bestpath selection. by vivek · 10 years ago
  49. 4584c23 bgpd: speed up "no-hit" withdraws for routeservers by David Lamparter · 10 years ago
  50. dc684eb Merge branch 'volatile/fix_warnings' by David Lamparter · 10 years ago
  51. 94bad67 bgpd: don't use #ifdef inside macro args by David Lamparter · 10 years ago
  52. d43f8b3 bgpd, zebra: fix struct/pointer sizeof mixups by David Lamparter · 10 years ago
  53. aa7dbb1 bgpd: Configured suppress value cannot be less than the reuse value in bgp dampening by Balaji · 10 years ago
  54. 7aa9dce Fix most compiler warnings in default GCC build. by Paul Jakma · 10 years ago
  55. 052573e *: merge branch stable/0.99.23 by David Lamparter · 10 years ago
  56. c460e57 bgpd: fix some bgp_update_main() attribute leaks by David Lamparter · 10 years ago
  57. 9e7a53c bgpd: implement "next-hop-self all" by Timo Teräs · 11 years ago
  58. 6b0655a *: nuke ^L (page feed) by David Lamparter · 10 years ago
  59. 2c13299 bgpd: don't compare next-hop to router-id by Pradosh Mohapatra · 11 years ago
  60. 000e157 bgpd: Fix condition allowas-in in rsclient code by Milan Kocian · 11 years ago
  61. b366b51 bgpd: display multipath status in "show ip bgp" by Boian Bonev · 11 years ago
  62. 689bb66 bgpd: track correct originator-id in reflected routes by Pradosh Mohapatra · 11 years ago
  63. 2fdd455 bgpd: add 'bgp bestpath as-path multipath-relax' by Pradosh Mohapatra · 11 years ago
  64. 2b00515 bgpd, ospfd, zebra: fix some DEFUN definitions by Christian Franke · 11 years ago
  65. d53d8fd bgpd: fix crash in soft-reconfiguration by Christian Franke · 12 years ago
  66. dcab1bb bgpd: conditional default-originate using route-map by Christian Franke · 12 years ago
  67. 07ff4dc bgpd: mark route nodes scheduled into work queue by Stephen Hemminger · 12 years ago
  68. 24e50f2 bgpd: avoid heap fragmentation in bgp_clear_route_table by Jorge Boncompte [DTI2] · 13 years ago
  69. ebbb5fc bgpd: fix for leaked struct bgp_adj_[in|out] on peer shutdown by Jorge Boncompte [DTI2] · 13 years ago
  70. 6717404 bgpd: make bgp_table a wrapper around table library by Avneesh Sachdev · 12 years ago
  71. bb782fb bgpd: Partially revert f018db8, fixes BZ#730 by Jorge Boncompte [DTI2] · 12 years ago
  72. f018db8 bgpd: optimize bgp_aggregate_[increment|decrement]() by Jorge Boncompte [DTI2] · 13 years ago
  73. 343aa82 bgpd: optimize bgp_update_main() in the soft_reconfig case by Jorge Boncompte [DTI2] · 13 years ago
  74. 577ac57 bgpd: Remove useless initialization by Jorge Boncompte [DTI2] · 13 years ago
  75. 558d1fe bgpd: reduce struct attr_extra allocations/freeing by Jorge Boncompte [DTI2] · 13 years ago
  76. 6182d65 bgpd: fix struct attr_extra leak in bgp_default_originate() by Jorge Boncompte [DTI2] · 13 years ago
  77. e16a413 bgpd: remove some useless initializations by Jorge Boncompte [DTI2] · 13 years ago
  78. 8ff5631 bgpd: optimize bgp_info_cmp() by Jorge Boncompte [DTI2] · 13 years ago
  79. 6d85b15 bgpd: remove calls to peer_sort() from fast-path by Jorge Boncompte [DTI2] · 13 years ago
  80. 10f9bf3 bgpd: optimize bgp_nexthop_self() by Jorge Boncompte [DTI2] · 13 years ago
  81. 8692c50 bgpd: fix crash with vpnv4 soft-reconfiguration by Jorge Boncompte [DTI2] · 13 years ago
  82. c63b83f bgpd: Fix memory leak of some "show ip bgp neighbor" commands by Jorge Boncompte [DTI2] · 13 years ago
  83. ddc943d bgpd, zebra: Fix format for some metric outputs by Jorge Boncompte [DTI2] · 13 years ago
  84. 3cf6c2b Merge branch 'quagga' into google-bgp-multipath by Avneesh Sachdev · 13 years ago
  85. 73bfe0b bgpd: Addition of ipv6 network command in Multicast address family mode. by G.Balaji · 13 years ago
  86. 5a616c0 bgpd: IPv4 MP-BGP Routes addition and deletion by G.Balaji · 13 years ago
  87. 8e80bdf bgpd: touch nexthop handling code by Denis Ovsienko · 13 years ago
  88. 733cd9e bgpd: justify checks for IPv4 class D/E by Denis Ovsienko · 13 years ago
  89. 9206f9e fix set never used warnings by Stephen Hemminger · 13 years ago
  90. f04a80a bgpd: store nexthop info for redistributed IPV6 routes by Stephen Hemminger · 13 years ago
  91. 42e6d74 bgpd: more SAFI fixes by Denis Ovsienko · 13 years ago
  92. beb1ca0 bgpd: fix SAFI for for MPLS labeled VPN-IPv6 by Denis Ovsienko · 13 years ago
  93. 036a6e6 Merge branch 'attr-errors' by Paul Jakma · 13 years ago
  94. 0b597ef bgpd: When advertising a multipath route, the attribute set to be by Josh Bailey · 13 years ago
  95. 6918e74 bgpd: For deterministic MED build a multipath set for each peer AS as the by Josh Bailey · 13 years ago
  96. 8196f13 bgpd: Modify the BGP to zebra route announcement to support multipath by Josh Bailey · 13 years ago
  97. de8d5df bgpd: Adds support to mark up the BGP rib table entry with multipath by Josh Bailey · 13 years ago
  98. 96450fa bgpd: Adds equal-paths check to path comparison. Paths that are by Josh Bailey · 13 years ago
  99. 3bde17f bgpd: Fix compile failure if IPv6 build was disabled. by Paul Jakma · 14 years ago
  100. 95cbbd2 bgpd: New show commands for improved view and address family support by Michael Lambert · 14 years ago