1. 687bea2 lib: Allow zclient do-over of connect on initial attempt by Donald Sharp · 9 years ago
  2. 9145f0e bgpd: Addition of bgp dampening configuration commands under IPv4/multicast by Balaji · 9 years ago
  3. 9c52cae bgpd: Addition of dampening show commands under v4 unicast/multicast tree by Balaji · 9 years ago
  4. df2ef24 lib: Make distribute.c accepts both v4 and v6. by Matthieu Boutier · 10 years ago
  5. 543e791 ripngd: code simplification for redistribution. by Matthieu Boutier · 10 years ago
  6. fafa899 ripd: code simplification for redistribution. by Matthieu Boutier · 10 years ago
  7. 2074d67 lib: simplify distribute.c's code. by Matthieu Boutier · 10 years ago
  8. a3936d0 bgpd: add aspath_aggregate_mpath that preserves path length by Boian Bonev · 10 years ago
  9. 6184c39 bgpd: implement admin distance by Roman Hoog Antink · 11 years ago
  10. d8f7f86 ospf6d: implement admin distance by Roman Hoog Antink · 11 years ago
  11. a0a661f isisd: Segmentation fault on isis daemon fixes by boris yakubov · 12 years ago
  12. a343cf8 lib: update Solaris multicast API (BZ#725) by Christian Franke · 12 years ago
  13. d319a3a ripd: split-horizon default differed between rip_interface_new and _reset by Paul Jakma · 9 years ago
  14. 86b2a0a lib: change command logging to be off by default by Lou Berger · 9 years ago
  15. f53585d bgp: add "debug bgp allow-martians" next hops and related code/commands by Lou Berger · 9 years ago
  16. ac6ff46 bgpd: Add flag to not change e{u,g}id on startup and run as unprivileged user by Lou Berger · 9 years ago
  17. 5f67888 zebra: add missing vty commands by Igor Ryzhov · 9 years ago
  18. aef4650 zebra: fix crash caused by using route-map with "set src" by Stas Nichiporovich · 9 years ago
  19. bb01bdd ospfd: fix - correct neighbor index on changing/p2p/virtual links by Jafar Al-Gharaibeh · 9 years ago
  20. e6ec2d6 lib: Fix priviledge modification for vty group specified by Donald Sharp · 9 years ago
  21. 190591f zserv: [pimd] fix - avoid dereferencing a NULL pointer by Jafar Al-Gharaibeh · 9 years ago
  22. 80f61a9 pimd: Fix hang when doing nexthop lookup from zebra by Jonathan Hart · 9 years ago
  23. 7e73eb7 zebra: handle multihop nexthop changes properly by Timo Teräs · 9 years ago
  24. 7e7a101 ripd: Fix Null pointer dereference by Donald Sharp · 9 years ago
  25. e720709 isisd: ignore unknown interfaces when adjusting IS-IS mtu by Christian Franke · 9 years ago
  26. 84a4da0 isisd: make sure that all interface addresses are advertised by Christian Franke · 9 years ago
  27. 8ed8d0b isisd: fix a crash due to an lsp-mtu issue by Christian Franke · 9 years ago
  28. 106e38e isisd: work around route table asserts for deleting node with info by Christian Franke · 9 years ago
  29. 86c5d2e release: 1.0.20160315 by Donald Sharp · 9 years ago
  30. 5e57b5f quagga: Remove double read of stream by Donald Sharp · 9 years ago
  31. e3f623b release: 1.0.20160309 by Donald Sharp · 9 years ago
  32. c0cb90c Revert "bgpd: Lower BGP's default keepalive/holdtime to 3s/9s" by Paul Jakma · 9 years ago
  33. d849e23 zebra: Fix route deletion on *BSD by Timo Teräs · 9 years ago
  34. f9f4731 configure: Fix warnings on CentOS and bump the minimum autoconf version by Paul Jakma · 9 years ago
  35. f8113a2 doc: older versions of texinfo seem to be sensitive to location of unmacro by Paul Jakma · 9 years ago
  36. e84e4d3 doc: Distribute a modern version of texinfo.tex with the docs by Paul Jakma · 9 years ago
  37. a5efdb6 distro/redhat: Update to support CentOS/RHEL/Fedora, upstart/init/systemd by Martin Winter · 9 years ago
  38. 988e22f configure.ac: remove -dev in version by Paul Jakma · 9 years ago
  39. 283d5d7 distro/redhat/rpm: remove with_ipv6, package pimd binary, remove pam stack by Paul Jakma · 9 years ago
  40. fca2c24 Adding redhat init/service files to start pimd by Martin Winter · 9 years ago
  41. e07068c distro: fix redhat/quagga.spec.in by Paul Jakma · 9 years ago
  42. a3ee120 lib: fix vrf_bitmap leak in zclient_free() by David Lamparter · 9 years ago
  43. 370b7e5 bgpd: Fix crash reported by NetDEF CI by Lou Berger · 9 years ago
  44. bf83fa2 lib: Check prefix length from zebra is sensible by Paul Jakma · 9 years ago
  45. 2db9627 lib: zclient can overflow (struct interface) hw_addr if zebra is evil by Paul Jakma · 9 years ago
  46. 405e9e1 bgpd: Remove the double-pass parsing of NLRIs by Paul Jakma · 9 years ago
  47. 518a4b7 bgpd: Regularise bgp_update_receive, add missing notifies and checks by Paul Jakma · 9 years ago
  48. 18ab08b bgpd: Regularise BGP NLRI sanity checks a bit by Paul Jakma · 9 years ago
  49. c49a274 bgpd: make bgp_nlri_parse_encap conform with other nlri_parse funcs by Paul Jakma · 9 years ago
  50. e98dce6 bgpd: Fix Null pointer dereference in bgp_info_mpath_update by Donald Sharp · 9 years ago
  51. ecc1a13 bgpd: Modify maxpaths cli's to use MULTIPATH_NUM for range by Donald Sharp · 9 years ago
  52. b2a2fd7 lib: Add CMD_RANGE_STR macro to command.h by Donald Sharp · 9 years ago
  53. 91ce87a zebra, bgpd: Fixup MULTIPATH_NUM usage to not consider 0 by Donald Sharp · 9 years ago
  54. d183963 build: Rework how MULTIPATH_NUM is delivered to build by Donald Sharp · 9 years ago
  55. 693da60 ospfd: Remove HAVE_OSPF_TE by Donald Sharp · 9 years ago
  56. 36fef57 ospfd: Remove HAVE_OPAQUE_LSA by Donald Sharp · 9 years ago
  57. 2e32042 doc, vtysh: Fixup of history handling by Donald Sharp · 9 years ago
  58. 9099f9b *: use an ifindex_t type, defined in lib/if.h, for ifindex values by Paul Jakma · 9 years ago
  59. 954c7d6 lib, zebra: unify link layer type and hardware address handling by Timo Teräs · 9 years ago
  60. 4d3ae71 zebra: remove metric from kernel by Timo Teräs · 9 years ago
  61. 325823a zebra: support FIB override routes by Timo Teräs · 9 years ago
  62. 82a6635 zebra: use link scope for interface routes by Timo Teräs · 9 years ago
  63. 0abf679 zebra: atomic FIB updates by Timo Teräs · 9 years ago
  64. b0d0288 lib, bgpd: Remove 'struct fifo' from lib/zebra.h by Donald Sharp · 9 years ago
  65. 205e674 bgpd: remove HAVE_IPV6 conditionals by Lou Berger · 9 years ago
  66. 544ec70 doc: Add AFI/SAFI show commands to manual by Lou Berger · 9 years ago
  67. f9b6c39 bgpd: Add back old forms of 'show <afi> <safi>' for compatibility by Lou Berger · 9 years ago
  68. bf1ae6c bgpd: drop machineparse / random "show" improvements by Lou Berger · 9 years ago
  69. 651b402 bgpd: encap show commands by Lou Berger · 9 years ago
  70. 35c3686 bgpd: VPNv6 show commands by Lou Berger · 9 years ago
  71. 135ca15 bgpd: cleanup vty bgp_node_afi/safi utils by Lou Berger · 9 years ago
  72. a3fda88 bgpd, lib, vtysh: hook up bgp ENCAP CLI node by Lou Berger · 9 years ago
  73. 6370357 bgp: Reorg cleanup to align process and bgp instance init/destroy by Lou Berger · 9 years ago
  74. 298cc2f bgpd: encap: add encap SAFI (RFC5512) by Lou Berger · 9 years ago
  75. c374178 bgpd: encap: add attribute handling by Lou Berger · 9 years ago
  76. 5a81fc9 bgpd: encap: extend extcommunity handling by Lou Berger · 9 years ago
  77. 050defe bgpd: general MP/SAFI improvements by Lou Berger · 9 years ago
  78. d5d5e3e bgpd: tests - add null pointer protection to fix bgp test failures by Lou Berger · 9 years ago
  79. 82dd707 bgpd: improve cleanup in bgp_delete() by Lou Berger · 9 years ago
  80. 13c378d bgpd, lib, vtysh: hook up bgp VPNv6 CLI node by Lou Berger · 9 years ago
  81. 9da04bc bgpd: wire up VPNv6 protocol processing by Lou Berger · 9 years ago
  82. a03bd16 bgpd: handle AS4 and EOI route distinguishers by Lou Berger · 9 years ago
  83. a76d9ca bgpd: make _vpnv4 static handling SAFI-agnostic by Lou Berger · 9 years ago
  84. 4d80560 bgpd: kill unused variable in bgp_socket() by Lou Berger · 9 years ago
  85. 3e841d3 bgpd: add nexthop length to AF macro by Lou Berger · 9 years ago
  86. 2daf7f3 lib: add SAFI_ENCAP type, safi2str prefix utility by Lou Berger · 9 years ago
  87. c7f7e49 lib: add facility to log all CLI commands by Lou Berger · 9 years ago
  88. f9ec419 lib: add "show commandtree" CLI command by Lou Berger · 9 years ago
  89. 9248b61 lib: treat realloc of null pointer as alloc Now use zalloc rather than alloc with null. Fixes issue seen in bgp check tests. by Lou Berger · 9 years ago
  90. 6729003 lib: fix bookkeeping for libreadline malloc()s by Lou Berger · 9 years ago
  91. 40278bd zebra: additional redistribute related logging by Lou Berger · 9 years ago
  92. b05c6ca zebra: make RTF_LLINFO optional to fix FreeBSD by Lou Berger · 9 years ago
  93. d7be042 zebra: wire up "debug zebra packet detail" by Lou Berger · 9 years ago
  94. 0490729 lib, bgpd, tests: Refactor FILTER_X in zebra.h by Donald Sharp · 9 years ago
  95. 7748fdc bgpd: Fix graceful restart capability minsize by Lou Berger · 9 years ago
  96. f3cfc46 lib, bgpd: Fixup afi_t to be an enum and cleanup zebra.h by Donald Sharp · 9 years ago
  97. d5062d2 docs: Update bgpd docs, inc. on decision process, and with a section on MED. by Paul Jakma · 9 years ago
  98. 6d4742b bgpd: make bgp_info_cmp and multiple-path decision logic more regular by Paul Jakma · 9 years ago
  99. 91b9e85 bgpd: bgp_scan shouldn't queue up route_nodes with no routes for processing by Paul Jakma · 9 years ago
  100. 321d413 tests: add more AS4 capability tests + little fixes for couple of GR test cases. by Paul Jakma · 9 years ago