1. 851a1a5 [bgpd] fix a couple of trivial compiler warnings by Paul Jakma · 16 years ago
  2. 0df7c91 [bgpd] TCP-MD5: password vty configuration and initial Linux support by Paul Jakma · 16 years ago
  3. f04b0e6 [tools/multiple-bgpd.sh] make it easier to use IPv6 peer addresses by Paul Jakma · 16 years ago
  4. c2be59b [solaris] Sync SMF bits with OpenSolaris SFW by Paul Jakma · 16 years ago
  5. 10895fd [vtysh] small fix to previous CMD_AS_RANGE patch, and add missing command by Paul Jakma · 16 years ago
  6. 320da87 [vty] CMD_AS_RANGE accidently quoted and so not expanded in vty by Paul Jakma · 16 years ago
  7. b608d5b [bgpd] Fix double-free crash in bgp_table_finish, seen with rs-client by Paul Jakma · 16 years ago
  8. 0b3f3d4 [zebra] Make BSD link-state deal more gracefully with GIFMEDIA ioctl error by Paul Jakma · 16 years ago
  9. ce9c3cc [tools/multiple-bgpd] setup IPv6 advertisments by Paul Jakma · 16 years ago
  10. 3d8d4b2 [administrivia] commit missing ChangeLog update... by Paul Jakma · 16 years ago
  11. e1f3d39 [release] Bump version to 0.99.10 by Paul Jakma · 16 years ago
  12. 1eab26b [tests] BGP MP_(UN)REACH_NLRI unit tests (actual file..) by Paul Jakma · 16 years ago
  13. 3d52bb8 [lib] trivial: add const qualifier to stream_put/write by Paul Jakma · 16 years ago
  14. 0329280 [bgpd] minor changes to bgp_mp_reach_parse by Paul Jakma · 16 years ago
  15. 343f720 [tests] BGP MP_(UN)REACH_NLRI unit tests by Paul Jakma · 16 years ago
  16. 13e896b + note the meta-queue in NEWS by Denis Ovsienko · 16 years ago
  17. e96f920 + initial edition of meta-queue for RIB updates processing (bug #431) by Denis Ovsienko · 16 years ago
  18. a15cfd1 [bgpd] bug #419: partial aspath-limit incorrectly causes session reset by Paul Jakma · 16 years ago
  19. 0e7c124 [tools] multiple-bgpd.sh: make paths more configurable by Paul Jakma · 16 years ago
  20. fa93b16 [ripd] Fix mistaken empty string test by Paul Jakma · 17 years ago
  21. 0d6b2ee [daemons] Sanity check port number arguments before use by Paul Jakma · 17 years ago
  22. 768a27e [zebra/linux] Use BPF to filter out responses, to try avoid netlink overruns by Paul Jakma · 17 years ago
  23. 311064d + fix the set statement name by Denis Ovsienko · 17 years ago
  24. 841f7a5 + [bgpd] Added new route-map set statement: "as-path ignore" by Denis Ovsienko · 17 years ago
  25. 693b67b [bgpd] remove unnecessary 0 entries from struct message's by Paul Jakma · 17 years ago
  26. ce6ab03 [ripd] remove unnecessary 0 entries from struct message's by Paul Jakma · 17 years ago
  27. 11486b5 [lib] Fix the struct message LOOKUP function to be more robust by Paul Jakma · 17 years ago
  28. 5f56808 [lib/linklist] Enforce "nodes must have data" invariant more rigorously by Paul Jakma · 17 years ago
  29. 20e5ff0 + fix bug#326 by rib_lookup_and_pushup() by Denis Ovsienko · 17 years ago
  30. dea0444 [c++] remove/rename some names in headers that clash with C++ reserved words by Paul Jakma · 17 years ago
  31. d38e8d6 [tests:bgp] Further tests for 0 sized as_path segments by Paul Jakma · 17 years ago
  32. c7350c4 [isisd] Bug #437: fix ssert caused by bad list management by Paul Jakma · 17 years ago
  33. 90b6876 [bgpd] fix crash on startup if compiled IPv4-only by Paul Jakma · 17 years ago
  34. 75f0439 [solaris] add missing makefile.am dependency by Paul Jakma · 17 years ago
  35. 6418bed [link-detect] Improve BSD support. 2008-01-11 Ingo Flaschberger <if@xip.at> by Andrew J. Schorr · 17 years ago
  36. 55edb0d [link-detect] Improve BSD support. by Andrew J. Schorr · 17 years ago
  37. c543a17 [link-detect] Try to get BSD link-detect to work properly. by Andrew J. Schorr · 17 years ago
  38. 3f08767 [link-detect] Static interface routes should behave properly with link-detect. by Andrew J. Schorr · 17 years ago
  39. 912df1e [lib] add mising UL qualifier to numerical constant by Paul Jakma · 17 years ago
  40. 370b64a [bgpd] Fix number of DoS security issues, restricted to configured peers. by Paul Jakma · 17 years ago
  41. a7f93f3 + fixed no_set_aspath_prepend() to correctly match existing "set" statement by Denis Ovsienko · 17 years ago
  42. b63e608 [bgpd] Fix typo in previous commit to bgp_main.c by Paul Jakma · 17 years ago
  43. 7e992e9 [bgpd] small fix for crash if 'listenon' argument is not given by Paul Jakma · 17 years ago
  44. 6ce80bd + fixed bug #418 (changing address on an existing interface doesn't cause existing static routes to be revalidated) by Denis Ovsienko · 17 years ago
  45. 3a02d1f 2007-10-30 Nick Hilliard <nick@inex.ie> by Paul Jakma · 17 years ago
  46. 5619f56 + fix the bug reported by Milan Kocian (IPv6 route handling was broken by the RIB debug changeset). by Denis Ovsienko · 17 years ago
  47. fbdbf12 [ospf6d] Fix removal of defunct ASBR routes by Paul Jakma · 17 years ago
  48. a56ef88 [snmp-smux] Fix problems if 'smux peer ...' is issued multiple times by Paul Jakma · 17 years ago
  49. 9c1deac [news] Fix top-line version by Paul Jakma · 17 years ago
  50. 5b5bfb8 [tests] Forgot to commit ecommunity_tests.c by Paul Jakma · 17 years ago
  51. 0b2aa3a [bgpd] Merge AS4 support by Paul Jakma · 17 years ago
  52. 7593fdd + pidfiles are now always created with 0644 perms instead if LOGFILE_MASK (0600) by Denis Ovsienko · 17 years ago
  53. a3aaf5b + rib_process() speedup for multi-nexthop route nodes by Denis Ovsienko · 17 years ago
  54. f304cb4 + Minor bugfix: IPv6 prefixes were logged incorrectly in RIB debugging calls. Fixed. by Denis Ovsienko · 17 years ago
  55. 6b148fa [privs/Solaris] Quagga should work in zones with IP instances by Paul Jakma · 17 years ago
  56. e08286b [bgpd] Fix typo, which prevented advertisement of MP (non-IPv4) prefixes by Paul Jakma · 17 years ago
  57. fb31c0f + fix missing arg to zlog_warn() by Denis Ovsienko · 17 years ago
  58. f102e75 + fix minor regression in OSPF sending buffer adjustment logic by Denis Ovsienko · 17 years ago
  59. 96934e6 + sayonara old_pid! by Denis Ovsienko · 17 years ago
  60. 91b7351 + fixed bug #402: now the second zebra process doesn't destroy routes by Denis Ovsienko · 17 years ago
  61. 2d84452 Switch from LOOKUP() to lookup() for rtm_type (see bug #401 for details). by Denis Ovsienko · 17 years ago
  62. bd6c86d * rt_socket.c: (kernel_rtm_ipv4) prefix_buf could be passed by Denis Ovsienko · 17 years ago
  63. af400e2 [release] bump to 0.99.9 by Paul Jakma · 17 years ago
  64. b2ceea1 [bgpd] low-impact DoS: crash on malformed community with debug set by Paul Jakma · 17 years ago
  65. 882968e + fixed bug #400: adjusted rtread_sysctl.c:route_read() by Denis Ovsienko · 17 years ago
  66. 9eda90c [bgpd] bug #398 Bogus free on out route-map, and assert() with rsclients by Paul Jakma · 17 years ago
  67. 6d134fb [bgpd] Pass NOSUB to regexec by Paul Jakma · 17 years ago
  68. b7fe414 Bug #362 is fixed now. by Denis Ovsienko · 17 years ago
  69. 1ba2756 Looks like bug #320 is finally fixed now. by Denis Ovsienko · 17 years ago
  70. a13663a Fixed ioctl_solaris.c:if_get_mtu() for IPv6'less operation by Denis Ovsienko · 17 years ago
  71. 6da5980 Fixed bug #394 "RTF_DONE is ignored in rtm_read()" by Denis Ovsienko · 17 years ago
  72. 03e232a Merged own patch for bug #390 (rewrite zebra/zebra_rib.c:nexthop_active_update()) by Denis Ovsienko · 17 years ago
  73. dc95824 Merged own patch for the bug #391 (debugging and comments mostly). by Denis Ovsienko · 17 years ago
  74. 068fd77 Use the proper field length for the peer's address (netlink_interface_addr) by vize · 17 years ago
  75. ed6ef90 [tests] Add bgp_capability_test.c, should have been part of earlier commit by Paul Jakma · 17 years ago
  76. 8bc9805 [isisd] Commit new files which should have been part of previous commit.. by Paul Jakma · 17 years ago
  77. 238497f [isisd] Add support for Solaris DLPI by Paul Jakma · 17 years ago
  78. e95537f [ospfd] Finish explanatory comment started in previous commit.. by Paul Jakma · 17 years ago
  79. 93bdada [zebra] Add extra debug logging for RIB and RIB queueing by Paul Jakma · 17 years ago
  80. 7591d8b [ospfd] Fix bad SPF calculation on some topologies - incorrect sorting by Paul Jakma · 17 years ago
  81. fc787e8 Fix last commit - add back in closing paren which was apparently by Greg Troxel · 17 years ago
  82. 5b02255 [ospfd] Bug #331, NSSA ASBR regression - failure to set E-bit in NSSA areas by Paul Jakma · 17 years ago
  83. 4136717 [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimit by Paul Jakma · 17 years ago
  84. 6d58272 [bgpd] cleanup, compact and consolidate capability parsing code by Paul Jakma · 17 years ago
  85. dfdb8f1 Add comment questioning part of previous change (Denis?). by Greg Troxel · 17 years ago
  86. f76594a Bugzilla #384. by Greg Troxel · 17 years ago
  87. 1483819 disable gmake workaround now that solaris directory is not built by default by Greg Troxel · 17 years ago
  88. 61502cb note the use of GNU make extensions. by Greg Troxel · 17 years ago
  89. 97cee87 Add --enable-solaris to descend into solaris-specific build directory. by Greg Troxel · 17 years ago
  90. 37ccd14 workaround buggy solaris/Makefile.am which requires GNU make. by Greg Troxel · 17 years ago
  91. 45ad592 [bgpd] Dont schedule dumps multiple times for same command by Paul Jakma · 17 years ago
  92. e6a0195 2007-07-27 Paul Jakma <paul.jakma@sun.com> by Paul Jakma · 17 years ago
  93. 97cabcf [lib] Add comments regarding setsockopt_multicast_ipv4 arguments. by Andrew J. Schorr · 17 years ago
  94. 0b8c4f1 [zebra] rib loop check for RIB_ENTRY_REMOVED checks wrong var by Paul Jakma · 17 years ago
  95. fbf2454 2007-06-25 Hasso Tepper <hasso@quagga.net> by Hasso Tepper · 17 years ago
  96. 536792c [bgpd] bug #368: Fix possible loop between peers going Idle<->OpenSent by Paul Jakma · 17 years ago
  97. 11770e1 [build] configure needs to check for struct icmphdr for IRDP by Paul Jakma · 17 years ago
  98. 8454b05 [vtysh] bug #371: vtysh forgets to print 'end' for write-terminal by Paul Jakma · 17 years ago
  99. b249702 [bgpd] bug #370, default-originate was broken by a silly thinko by Paul Jakma · 17 years ago
  100. e733f94 [ospf6d] Fix silly bug: muse use strcmp to compare strings by Andrew J. Schorr · 17 years ago