1. 5009160 bgp: use VTY_GET_INTEGER_RANGE() in bgp_clear() by Ulrich Weber · 13 years ago
  2. 9ebf400 bgpd: fix AS4_PATH attr flag check (BZ#676) by Denis Ovsienko · 13 years ago
  3. 0f572cd bgpd: fix 2 more cases of length error reporting by Denis Ovsienko · 13 years ago
  4. 26f5e78 bgpd: rewrite attr flag error logging by Denis Ovsienko · 13 years ago
  5. 12da1a1 bgpd: check AGGREGATOR attr flags (BZ#678) by Denis Ovsienko · 13 years ago
  6. 3062d2d bgpd: fix error message in bgp_attr_aspath() by Denis Ovsienko · 13 years ago
  7. 7d3d2de lib: add sockopt helper for setting IPV6_V6ONLY and use it by David Lamparter · 15 years ago
  8. daca2cf lib: put route_types.txt to real use by David Lamparter · 15 years ago
  9. d9ddd57 bgpd: remove unused function bgp_bind_address by David Lamparter · 15 years ago
  10. 5d3c53b bgpd: fix update-source for IPv6 (BZ#548) by David Lamparter · 15 years ago
  11. 8b1eb59 bgpd: fix "nexthop-local unchanged" (BZ#350) by Dylan Hall · 13 years ago
  12. 90d181b bgpd: justify capabilities for TOS setting by Chris Luke · 13 years ago
  13. f85bab1 bgpd: revised fix to --dryrun (BZ#622) by Sergey Y. Afonin · 13 years ago
  14. 7ebd470 bgpd: fix more regressions in attr flag checks by Denis Ovsienko · 13 years ago
  15. cc0b6c1 bgpd: improve "monotonic" uptime correction by John Kemp · 14 years ago
  16. efb2c33 bgpd: add flag checks for MP_(UN)REACH_NLRI by Denis Ovsienko · 13 years ago
  17. 047d6a6 bgpd: improve attr length error handling (BZ#679) by Denis Ovsienko · 13 years ago
  18. 452db84 bgpd: fix spelling of CLUSTER_LIST by Denis Ovsienko · 13 years ago
  19. cadc4cf bgpd: check CLUSTER_LIST attribute flags by Denis Ovsienko · 13 years ago
  20. 5de1719 bgpd: check ORIGINATOR_ID attribute flags by Denis Ovsienko · 13 years ago
  21. 566941f bgpd: fix regression in improved attr flag checks by Denis Ovsienko · 13 years ago
  22. 395ec7f bgpd: improve attr flags checks by Denis Ovsienko · 13 years ago
  23. e531d4a bgpd: add missing "partial" flag checks (BZ#676) by Denis Ovsienko · 13 years ago
  24. 19e7654 bgpd: ignore 4 bits of attribute flags byte by Denis Ovsienko · 13 years ago
  25. d1e2faa IPv6 transport class suppport by Stephen Hemminger · 13 years ago
  26. a1afbc6 bgpd: CVE-2011-3327 (ext. comm. buffer overflow) by CROSS · 13 years ago
  27. 3eca6f0 bgpd: improve NEXT_HOP attribute checks (BZ#680) by Denis Ovsienko · 13 years ago
  28. c347846 bgpd: don't be confused by "unspecific" subcode in the NOTIFY message. by Dmitrij Tejblum · 13 years ago
  29. ca22cc4 bgpd: check ATOMIC_AGGREGATE attr flags (BZ#678) by Denis Ovsienko · 13 years ago
  30. 7d25f18 bgpd: check MULTI_EXIT_DISC attr flags (BZ#677) by Denis Ovsienko · 13 years ago
  31. d0511bd bgpd: check LOCAL_PREF attribute flags (BZ#674) by Denis Ovsienko · 13 years ago
  32. 74ffab3 bgpd: fix parsing of graceful restart cap. (#663) by Peter Pentchev · 13 years ago
  33. 2e35e96 bgpd: add useful notification logs (BZ#616) by heasley · 13 years ago
  34. 6787978 bgpd: spelling by Denis Ovsienko · 13 years ago
  35. 71008de bgpd: spelling by Denis Ovsienko · 13 years ago
  36. 22aefb2 bgpd: improve "show ip bgp scan detail" by Denis Ovsienko · 13 years ago
  37. 15b1d9d bgpd: dismiss some zlookup checks by Denis Ovsienko · 13 years ago
  38. 5990281 bgpd: add "show ip bgp scan detail" command by Denis Ovsienko · 13 years ago
  39. 5c98c5a bgpd: touch nexthop handling code by Denis Ovsienko · 13 years ago
  40. 0ddff57 bgpd: use XCALLOC to allocate bgpd damp array by Stephen Hemminger · 14 years ago
  41. f4ac0fe bgpd: Fix display of unsigned attributes by Wataru Tanitsu · 14 years ago
  42. a8b7942 bgpd: Fix compile failure if IPv6 build was disabled. by Paul Jakma · 14 years ago
  43. fdc38db bgpd: rename SAFI 3 according to RFC4760 by Denis Ovsienko · 13 years ago
  44. e81537d bgpd: more SAFI fixes by Denis Ovsienko · 13 years ago
  45. 87f011e bgpd: fix SAFI for for MPLS labeled VPN-IPv6 by Denis Ovsienko · 13 years ago
  46. ea15b20 bgpd: consistent log msg format (BZ#565) by heasley · 13 years ago
  47. e70e575 bgpd: Remove AS Path limit/TTL functionality by Paul Jakma · 13 years ago
  48. fc09716 bgpd/security: CVE-2010-1674 Fix crash due to extended-community parser error by Paul Jakma · 14 years ago
  49. 16ac597 bgpd: VTY string fixes for debug commands by David Ward · 14 years ago
  50. bbccf41 bgpd: fix handling of "Unsupported Capability" by Dmitrij Tejblum · 14 years ago
  51. dfc1d5c bgpd: fix community-list error message spelling by Denis Ovsienko · 14 years ago
  52. 213b6cd bgpd: fix printed value of last-update timestamp by Vladimir L Ivanov · 14 years ago
  53. 4c9641b bgpd, lib: adopt afi_t and safi_t in several places by Michael Lambert · 14 years ago
  54. d3ddb22 Set from even if binfo->extra is NULL. by Greg Troxel · 14 years ago
  55. cddb811 bgpd: fix handling of AS path data by Chris Hall · 14 years ago
  56. d64379e bgpd: tighten bounds checking in RR ORF msg reader by Chris Hall · 15 years ago
  57. 6595788 bgp: use monotonic clock for time of day by Stephen Hemminger · 15 years ago
  58. da88ea8 bgpd: code cleanup by Stephen Hemminger · 15 years ago
  59. 9e4ca89 bgpd: compile warnings cleanup by Stephen Hemminger · 15 years ago
  60. 1352ef3 lib: move check_bit into prefix common code by Stephen Hemminger · 15 years ago
  61. 2eb445e bgpd: work around warning in assegments_parse() by Denis Ovsienko · 15 years ago
  62. d1c21ca bgpd: fix md5 set on listen sockets by Stephen Hemminger · 15 years ago
  63. 5bd5881 bgp: missing pieces from listener patch by Stephen Hemminger · 15 years ago
  64. 62bed38 bgp: compiler warning fix by Stephen Hemminger · 15 years ago
  65. 9d87877 bgpd: Fix mistakes in applying 'allow inbound connections to non-default view' by Paul Jakma · 15 years ago
  66. 4a5f432 [bgpd] delete erroneous extra brace.. by Paul Jakma · 15 years ago
  67. 66bed4f bgpd: Workaround for invalid MBGP next hop by Michael Lambert · 15 years ago
  68. 2158ad2 bgpd/trivial: Fix indentation in previous by Paul Jakma · 15 years ago
  69. fc4dc59 bgpd: Allow inbound connections to non-default view by Steve Hill · 15 years ago
  70. 3117b5c bgpd: fd leak in bgpd by Steve Hill · 15 years ago
  71. 736d440 bgpd: Delete AS_CONFED_SEQUENCE when prepending an AS_SEQUENCE type segment by Vasilis Tsiligiannis · 15 years ago
  72. ca87e1d bgpd: Implement BGP confederation error handling (RFC5065, Par. 5) by Vasilis Tsiligiannis · 15 years ago
  73. d023aec bgpd: start listener on first instance by Stephen Hemminger · 15 years ago
  74. 0362195 bgpd: peer action table static/const by Stephen Hemminger · 15 years ago
  75. 9a1a331 [bgpd] Restore ability of 'neighbor ... update-source' to take interface name by Paul Jakma · 15 years ago
  76. 638b70b [bgp] Fix nexthop reachability check on confederations by Vasilis Tsiligiannis · 15 years ago
  77. a294365 [bgpd] fix typo made by paul in previous commit by Paul Jakma · 15 years ago
  78. e8eb000 [bgpd] Avoid zombie accepted peer entries by Timo Teräs · 16 years ago
  79. e7cc3b3 [bgpd] Small buffer overrun in bgp_clear_node_queue_init by Nick Hilliard · 16 years ago
  80. 228da42 [bgpd] Stability fixes including bugs 397, 492 by Chris Caputo · 15 years ago
  81. 54a1518 [bgpd] Fix compiler warnings related to MD5 by Chris Caputo · 15 years ago
  82. fd35b94 [bgpd] Bug #533: Fix crash with copy/pasted commands, inc 'no bgp ...' by Paul Jakma · 15 years ago
  83. 650f76c [bgpd] Log a debug/update warning if filters are configured but don't exist by Paul Jakma · 15 years ago
  84. 2a71e9c [bgpd] Add 'show ip bgp view WORD neighbors IP (advertised|received)-routes' by Tomasz Pala · 15 years ago
  85. 014b670 [bgpd] review 32-bit AS-path hotfix for 0.99.12 by Denis Ovsienko · 15 years ago
  86. 50aef6f Fix "show ip bgp dampened-paths" garbage output. by Chris Caputo · 15 years ago
  87. 2b35ae4 Fixes to RFC2385/MD5 BGP by Chris Caputo · 15 years ago
  88. f7e0db8 [bgpd] Fix 'update-source' command: It doesn't accept interface names by Paul Jakma · 15 years ago
  89. 25f4588 [configure] add configure support for PCRE Posix library by Jeremy Jackson · 16 years ago
  90. 8f5abac [BGP/cleanup] make message list in bgp_open const by Stephen Hemminger · 16 years ago
  91. 730394d [BGP/cleanup] make community hash table static by Stephen Hemminger · 16 years ago
  92. e9dc9f2 [BGP/cleanup] make some damp function static by Stephen Hemminger · 16 years ago
  93. ffa4e2c [BGP/cleanup] make ecommunity variables/functions local by Stephen Hemminger · 16 years ago
  94. 372b3c7 [BGP/cleanup] main program cleanup by Stephen Hemminger · 16 years ago
  95. b2d933f [bgpd/cleanup] make message lists read only by Stephen Hemminger · 16 years ago
  96. 01b7ce2 [bgpd] add comment that bgp_capability_receive is exported for unit-tests by Paul Jakma · 15 years ago
  97. fc52f95 [cleanup] Fix compile warnings by Stephen Hemminger · 16 years ago
  98. 9bddac4 [bgpd/cleanup] BGP make attribute variables local by Stephen Hemminger · 16 years ago
  99. fda1d3e [bgpd/cleanup] Make BGP FSM table read-only static by Stephen Hemminger · 16 years ago
  100. 0088b5d [bgpd] reference count the BGP instance by Stephen Hemminger · 16 years ago