1. 0cee038 pimd: Do not display some default values as part of a show run by Donald Sharp · 9 years ago
  2. 6169559 tests: Fix warnings from test-stream.c by Donald Sharp · 9 years ago
  3. 26a18eb quagga: Additional centos 6 -enable-werror fixes by Donald Sharp · 9 years ago
  4. d8aa4be vtysh: Fix Quagga.conf file read in. by Donald Sharp · 9 years ago
  5. 7125293 lib: zclient.c remove extern struct thread_master * by Donald Sharp · 9 years ago
  6. fd1c1a1 git: add (generated) cscope files to .gitignore by Donald Sharp · 9 years ago
  7. 9fb73e8 vtysh: Allow display of individual daemons configs by Donald Sharp · 9 years ago
  8. 67c3d75 HACKING: Change format to MarkDown by Paul Jakma · 9 years ago
  9. 3e71e36 HACKING: rename to HACKING.md in prep for conversion to MarkDown by Paul Jakma · 9 years ago
  10. ca8ec20 ospf6d: Fix for fast OSPF convergence by Michael Rossberg · 9 years ago
  11. d3ac733 bgpd: 'set comm-list delete' stops as soon as it hits a community-list entry with a deny by Daniel Walton · 9 years ago
  12. 1994dc8 bgpd: If route-map does not exist DENY for redistribute statements by Daniel Walton · 9 years ago
  13. c8394ac Fixed if_add_update possible null dereference by Morgan Stewart · 9 years ago
  14. 75daab1 pimd: Fix compile warning (error with Werror) on BSD by Paul Jakma · 9 years ago
  15. e472b8a pimd: Remove stdout zlog changes by Donald Sharp · 9 years ago
  16. 44d03fd pimd: Fix leaked fd by Donald Sharp · 9 years ago
  17. 26b663d zebra: Fix leaked sockets in rtadv.c by Morgan Stewart · 9 years ago
  18. 782c882 zebra: rib->nexthop_num is double incremented by Donald Sharp · 9 years ago
  19. 8ccd74c zebra: fix addr sent in ZEBRA_IPV6_NEXTHOP_LOOKUP by Hiroshi Yokoi · 9 years ago
  20. 8965be4 vtysh: allow --with-libpam to build with --enable-werror by Donald Sharp · 9 years ago
  21. 567a638 vtysh: Add missing show thread/work-queues commands by Donald Sharp · 9 years ago
  22. 04a3aab vrf: add a runtime check before playing with netns by Nicolas Dichtel · 9 years ago
  23. 0bc874b build/arm: Arm compilation warning fix by Donald Sharp · 9 years ago
  24. fbc3e97 lib: Remove unused 'show memory XXX' functionality by Donald Sharp · 9 years ago
  25. 4fdb5f4 lib: Fix Free Pointer dereference in lib/filter.c by Denil Vira · 9 years ago
  26. a9d4cb3 lib/zclient: Consolidate error reporting for zclient_read_header by Donald Sharp · 9 years ago
  27. f733280 lib/command: Fix optional arguments with description interactions by Donald Sharp · 9 years ago
  28. e675678 build: Enable vtysh and pimd as part of default build by Donald Sharp · 9 years ago
  29. b3eeabe bgpd: Fix 'struct peer' memory leaks by Donald Sharp · 9 years ago
  30. 104576d bgpd: Add some peer_lock/unlock debug code by Donald Sharp · 9 years ago
  31. 58a83f2 bgpd: Warn user that bgp is setting maximum-paths larger than MULTIPATH_NUM by Donald Sharp · 9 years ago
  32. 7996996 bgpd: Fix small memory leak in str2prefix_rd by Donald Sharp · 9 years ago
  33. a752c3b bgpd: Remove unnecessary stream_dup calls by Donald Sharp · 9 years ago
  34. e2a9258 bgpd: Fix memory leak in bgpd/bgp_route.c by Denil Vira · 9 years ago
  35. 57cd5e7 bgpd: Variable reuse in bgpd/bgpd.c by Denil Vira · 9 years ago
  36. 7053d81 bgpd: Fix useless call in bgpd/bgp_mplsvpn.c by Denil Vira · 9 years ago
  37. 3921cc5 bgpd: Addition of "show ip bgp dampening" command tree by Balaji · 10 years ago
  38. 2820a01 bgpd: Make bgp_info_cmp robust to paths that do not have su_remote info by Timo Teräs · 9 years ago
  39. 782fb07 bgpd: Compile fix for clearing-completion FSM fix, using workqueue helper. by Paul Jakma · 9 years ago
  40. 13c2a3d lib/workqueue: Add trivial work_queue_is_scheduled helper by Paul Jakma · 9 years ago
  41. e8441a8 build/lib: Check for and include stdbool.h by default by Paul Jakma · 9 years ago
  42. 7ef4221 bgpd: Fix race in clearing completion by Donald Sharp · 10 years ago
  43. 234e5c8 bgpd: Only use routes from Established peers for best path selection by Dinesh G Dutt · 10 years ago
  44. bd4b7f1 bgpd: Ignore stale entry candidates during bestpath selection. by vivek · 10 years ago
  45. b640439 ospfd: trap on state change seems to send incorrect value for ospfNbrState by Fernando Soto · 10 years ago
  46. b075e87 ospfd: Fix for 'no' + 'debug command' does not disable 'debug command' by Vystoropskyi, Sergii · 9 years ago
  47. 2ef762e ospfd: Fast OSPF convergence by Michael Rossberg · 9 years ago
  48. c920e51 ospfd: Fix bug in 94266fa822ba, nbr_self rebuild didn't add valid nbr_self by Paul Jakma · 9 years ago
  49. 794c473 bgpd/pimd: fix zAPI parsing by Nicolas Dichtel · 9 years ago
  50. a29c8a2 Revert "ospfd: Use route_node_lookup() instaed of route_node_get()" by Paul Jakma · 9 years ago
  51. 52c0bc7 build: Remove the old PIC/PIE patch, let libtool sort it out by Paul Jakma · 9 years ago
  52. c8ee940 isisd: Attached-bit in LSP header by Amritha Nambiar · 9 years ago
  53. 06cc655 isisd: Add new adjacency to LSP neighbor list by Amritha Nambiar · 9 years ago
  54. 22e0224 pimd: Create ability to modify hell and hold timers per interface by Donald Sharp · 9 years ago
  55. d2c6da2 pimd: Change ioctl call failure from vty_out to zlog_warn by Donald Sharp · 9 years ago
  56. a031c4d pimd: Ensure new generation_id is different from previous by Donald Sharp · 9 years ago
  57. 73de55a pimd: Stop DR election on every hello by Donald Sharp · 9 years ago
  58. 76240f1 pimd: Fix first DR Election by Donald Sharp · 9 years ago
  59. 6ae80e0 pimd: Add ability to set DR Priority for an interface by Donald Sharp · 9 years ago
  60. 030674d pimd: add support for configuring multicast static routes by Jafar Al-Gharaibeh · 9 years ago
  61. 6064613 vtysh: adjust bad_cli_stomps in extract.pl.in to reflect fixes & fix build by Paul Jakma · 9 years ago
  62. c9b0758 ospfd: Use route_node_lookup() instaed of route_node_get() by Joakim Tjernlund · 15 years ago
  63. 8b84c27 Removal of 'show ip mroute' by Donald Sharp · 9 years ago
  64. 8c56b44 Fix _netlink_route_debug message by Kaloyan Kovachev · 9 years ago
  65. 9487b4f watchquagga.c does not compile without warnings by Donald Sharp · 10 years ago
  66. cd557c3 pim: 'show debugging' collision by Donald Sharp · 10 years ago
  67. 08d9590 Fixup of redhat control files to properly start pimd by Donald Sharp · 10 years ago
  68. 4de398e ospfd: ospf_nbr_nbma_set()/ospf_snmp_vl_add() add unlock by Joakim Tjernlund · 15 years ago
  69. 4eaecdc ospfd: ospf_ls_upd_send() add missing unlock. by Joakim Tjernlund · 15 years ago
  70. fc363cd ospfd: ospf_ase.c, external_lsa locking fixes. by Joakim Tjernlund · 15 years ago
  71. d5643f5 ospfd: Move route_unlock_node() in ospf_ase_incremental_update() by Joakim Tjernlund · 15 years ago
  72. fbb6c86 ospfd: add missing unlock for ospf_interface_address_delete() by Joakim Tjernlund · 15 years ago
  73. 94266fa ospfd: Self nbrs needs to be rebuilt when router ID changes. by Joakim Tjernlund · 15 years ago
  74. 7f56743 pimd assert when no route to source from a new igmp join by Donald Sharp · 9 years ago
  75. b1891fb Add code to extract.pl.in to prevent further cli function overwrites by Donald Sharp · 9 years ago
  76. 1934e78 pim_mroute.h has a different version of code than linux/mroute.h provides by Donald Sharp · 9 years ago
  77. f31bab4 Quagga: Fix code to use srandom/random by Donald Sharp · 9 years ago
  78. 7716268 PIMD: Fix code to use srandom/random by Donald Sharp · 9 years ago
  79. 1ed8ce4 lib, stream: fix stream sanity checks by Wenjian Ma · 9 years ago
  80. 84c3840 bgpd: peer_uptime overflows after 1 year by Paul Jakma · 10 years ago
  81. 55cfa2f lib, vtysh: support multiple VRFs by using linux netns by Feng Lu · 10 years ago
  82. c99f348 *: add VRF ID in the API message header by Feng Lu · 10 years ago
  83. 758fb8f zebra, lib/memtypes.c: the netlink sockets work per VRF by Feng Lu · 10 years ago
  84. d6cf513 zebra: fix VRF code for *BSD by David Lamparter · 9 years ago
  85. 49f7609 zebra: maintain RTADV per VRF by Feng Lu · 10 years ago
  86. 267ceb2 zebra: add hooks upon enabling / disabling a VRF by Feng Lu · 10 years ago
  87. fb2bfc1 lib/vrf: enable / disable a VRF by Feng Lu · 10 years ago
  88. ac19a44 zebra: maintain the router-id per VRF by Feng Lu · 10 years ago
  89. 7aaf4ea zebra: configure static routes in any VRF by Feng Lu · 10 years ago
  90. 8970f74 zebra: lookup the address in all VRFs when set the route-map rule "set src" by Feng Lu · 10 years ago
  91. 1885d0a zebra: let the route-map rule "match interface" work for VRFs by Feng Lu · 10 years ago
  92. 4364ee5 zebra: show routes in a specified VRF or all VRFs by Feng Lu · 10 years ago
  93. 0d0686f zebra: let FIB stand for its respective VRF by Feng Lu · 10 years ago
  94. a285477 zebra: show interfaces in a specified VRF or all VRFs by Feng Lu · 10 years ago
  95. 471ea39 lib, zebra, vtysh: configure an interface in non-default VRF by Feng Lu · 10 years ago
  96. 5a5702f lib: move the interface list into "struct vrf" by Feng Lu · 10 years ago
  97. 126215c *: call if_init()/if_terminate() from vrf_init()/vrf_terminate() by Feng Lu · 10 years ago
  98. 2fc97f6 lib, zebra: add "vrf_id" into the "struct interface" by Feng Lu · 10 years ago
  99. 41f44a2 lib, zebra: move "struct vrf" to be a lib module by Feng Lu · 10 years ago
  100. 395828e ospf6d, bgpd: avoid calling if_nametoindex by Feng Lu · 10 years ago