1. cbc3f52 pimd: use IPPROTO_IP (not SOL_IP) for IP_PKTINFO by David Lamparter · 9 years ago
  2. 821df2c *: make sure zebra.h is always included first by David Lamparter · 9 years ago
  3. 75daab1 pimd: Fix compile warning (error with Werror) on BSD by Paul Jakma · 9 years ago
  4. e472b8a pimd: Remove stdout zlog changes by Donald Sharp · 9 years ago
  5. 44d03fd pimd: Fix leaked fd by Donald Sharp · 9 years ago
  6. a9d4cb3 lib/zclient: Consolidate error reporting for zclient_read_header by Donald Sharp · 9 years ago
  7. 794c473 bgpd/pimd: fix zAPI parsing by Nicolas Dichtel · 9 years ago
  8. 52c0bc7 build: Remove the old PIC/PIE patch, let libtool sort it out by Paul Jakma · 9 years ago
  9. 22e0224 pimd: Create ability to modify hell and hold timers per interface by Donald Sharp · 9 years ago
  10. d2c6da2 pimd: Change ioctl call failure from vty_out to zlog_warn by Donald Sharp · 9 years ago
  11. a031c4d pimd: Ensure new generation_id is different from previous by Donald Sharp · 9 years ago
  12. 73de55a pimd: Stop DR election on every hello by Donald Sharp · 9 years ago
  13. 76240f1 pimd: Fix first DR Election by Donald Sharp · 9 years ago
  14. 6ae80e0 pimd: Add ability to set DR Priority for an interface by Donald Sharp · 9 years ago
  15. 030674d pimd: add support for configuring multicast static routes by Jafar Al-Gharaibeh · 9 years ago
  16. cd557c3 pim: 'show debugging' collision by Donald Sharp · 10 years ago
  17. 7f56743 pimd assert when no route to source from a new igmp join by Donald Sharp · 9 years ago
  18. 1934e78 pim_mroute.h has a different version of code than linux/mroute.h provides by Donald Sharp · 9 years ago
  19. 7716268 PIMD: Fix code to use srandom/random by Donald Sharp · 9 years ago
  20. c99f348 *: add VRF ID in the API message header by Feng Lu · 10 years ago
  21. 126215c *: call if_init()/if_terminate() from vrf_init()/vrf_terminate() by Feng Lu · 10 years ago
  22. 5460bae *: fix "babeld: Remove babeld from Quagga" (336724d) by David Lamparter · 10 years ago
  23. e691c3b *: assorted warning fixes by David Lamparter · 10 years ago
  24. 940b199 pimd: fix out of tree build by David Lamparter · 10 years ago
  25. c0bedeb build: add --enable-werror by David Lamparter · 10 years ago
  26. c7879ea pimd: cast ioctl values when printing them by David Lamparter · 10 years ago
  27. a2c7f4b pimd: cast to sockaddr_in to sockaddr by David Lamparter · 10 years ago
  28. e070452 pimd: mask unused zclient_broken() by David Lamparter · 10 years ago
  29. 237aac5 build: get rid of INCLUDES, use AM_CPPFLAGS by David Lamparter · 10 years ago
  30. bb7feff Revert "pimd: clear zclient-update: Reset zclient update connection to zebra daemon" by David Lamparter · 10 years ago
  31. 5d5af78 Revert "pim: Remove connected addresses on loss of zebra connection." by David Lamparter · 10 years ago
  32. a2805de Revert "pimd: Explicitly restart zclient update connection." by David Lamparter · 10 years ago
  33. b3c6afe Revert "pimd: Revert: Explicitly restart zclient update connection." by David Lamparter · 10 years ago
  34. 85385f7 pimd: Log ifindex found for an interface when zebra lib reports a new connected address. by Everton Marques · 10 years ago
  35. d632689 pimd: Fix configuration file reading upon startup by Donald Sharp · 10 years ago
  36. ed14fa0 pimd: Addition of Hello & Join-Prune message debug commands by Balaji.G · 10 years ago
  37. 21d1e26 pimd: show ip pim lan-prune-delay: Cosmetic. by Everton Marques · 10 years ago
  38. 24e3a9b pimd: Report del_oif() failure within igmp_source_forward_stop(). by Everton Marques · 10 years ago
  39. ddc6659 pimd: sh ip multicast: Display zclient socket fail counter. by Everton Marques · 10 years ago
  40. 199f85a pimd: Revert: Explicitly restart zclient update connection. by Everton Marques · 10 years ago
  41. a59f21b pimd: Update lookup zclient counter for connection failures. by Everton Marques · 10 years ago
  42. 8150bee pimd: Explicitly restart zclient update connection. by Everton Marques · 10 years ago
  43. e324ddc pimd: sh ip multicast: Display zclient sockets. by Everton Marques · 10 years ago
  44. 6ab3e2f pimd: Fix attempted out of bounds read when deleteing an interface. by Savannah SR#108542 · 10 years ago
  45. ecc1fb9 pimd: Fix igmp_source_forward_stop called when IGMP forwarding flag is not set in oif_flags. by Savannah SR#108542 · 10 years ago
  46. 05c6dcd pimd: Fix invalid memory read when receiving a V1 or V2 query. by Savannah SR#108542 · 10 years ago
  47. ea537be pimd: Remove debuggging for zclient TCP/UNIX sockets. by Everton Marques · 10 years ago
  48. 96b6dfe pim: Remove connected addresses on loss of zebra connection. by Everton Marques · 10 years ago
  49. 679fab4 pimd: Simplify gettime-related code. by Everton Marques · 10 years ago
  50. a089db4 pimd: Fix log about PIM_USE_QUAGGA_GETTIME. by Everton Marques · 10 years ago
  51. 74b4fad pimd: Remove motd tweaking. by Everton Marques · 10 years ago
  52. 3d62667 pimd: Remove reference to external doc. by Everton Marques · 10 years ago
  53. 9391126 pimd: Remove unused pim checksum in favour of quagga's version. by Everton Marques · 10 years ago
  54. 629e30b pimd: Version up. by Everton Marques · 10 years ago
  55. f80f8aa pimd: Troubleshooting script. by Everton Marques · 10 years ago
  56. 8852dba pimd: React as secondary address change for any address change by Everton Marques · 10 years ago
  57. c1b228c pimd: Reduce informative mandatory logging. by Everton Marques · 10 years ago
  58. bb61be2 pimd: Replace assert with warning. by Everton Marques · 10 years ago
  59. 3edadeb pimd: Clarifications on debug hints. by Everton Marques · 10 years ago
  60. 275e24d pimd: Fix interface "no ip igmp" should not disrupt PIM. Plus docs updates. by Everton Marques · 10 years ago
  61. 1f29894 pimd: -z command-line switch to specify zebra socket path. by Everton Marques · 10 years ago
  62. 7cb0d4a pimd: Cisco Documentation for SSM Benefits by Everton Marques · 10 years ago
  63. 9830ce2 pimd: Why ssm. by Everton Marques · 10 years ago
  64. cf800dd pimd: Version up. by Everton Marques · 10 years ago
  65. df838e2 pimd: Better assert state transition message. by Everton Marques · 10 years ago
  66. 3456a80 pimd: clear zclient-update: Reset zclient update connection to zebra daemon by Everton Marques · 10 years ago
  67. ee61109 pimd: Fix comment by Everton Marques · 10 years ago
  68. d96f9ff pimd: Recipe for building without vtysh. by Everton Marques · 10 years ago
  69. b240297 pimd: Detection of interface primary address changes. by Everton Marques · 10 years ago
  70. 2a0ecf2 pimd: Withstand zclient connection restablishment. by Everton Marques · 10 years ago
  71. d96ab32 pimd: Update configure recipe. by Everton Marques · 10 years ago
  72. 075ac8d pimd: Prevent interfaces' addresses duplication when zebra connection is restored. by Everton Marques · 10 years ago
  73. 306c99e pimd: FIXED C14 T32 Detection of interface primary address changes may fail. by Everton Marques · 10 years ago
  74. f6e16b9 pimd: Document MRIB support. by Everton Marques · 10 years ago
  75. e4f2a2b pimd: Report first route's metric/distance for recursive RPF lookup. by Everton Marques · 10 years ago
  76. 6c1d36a pimd: Clean-up. by Everton Marques · 10 years ago
  77. 6f40e6b pimd: Fix compiler warnings. by Everton Marques · 10 years ago
  78. 2f1df6a pimd: Version up to 0.164 by Everton Marques · 10 years ago
  79. 5c55a49 pimd: Cosmetic fix for dr uptime display. by Everton Marques · 10 years ago
  80. 04c833a pimd: Query mrib (SAFI_MULTICAST). by Everton Marques · 10 years ago
  81. 82e6c73 pimd: Reset DR uptime only on actual change by Everton Marques · 10 years ago
  82. ff57d36 pimd: Fixes to build against current quagga. by Everton Marques · 10 years ago
  83. 8291988 pimd: Rename script with recipe for git cloning by Everton Marques · 10 years ago
  84. 60353ab C19 Provision to prevent group mode clash by Everton Marques · 11 years ago
  85. 069a020 Fixed recipe to re-sync with Quagga repository by Everton Marques · 11 years ago
  86. 1f7a2b4 github repository. by Everton Marques · 11 years ago
  87. d1a87ee Fix pim join uptime display. by Everton Marques · 11 years ago
  88. f24200d C18 MFC never recovers from removal of static route to source by Everton Marques · 11 years ago
  89. 777fe1f Run DR election when hello packet is received. by Everton Marques · 11 years ago
  90. d459586 Parsing fixes. by Everton Marques · 11 years ago
  91. 3defeb3 fix address assigment by Klemen Sladic · 11 years ago
  92. c77f01b PIM_ZCLIENT_DEBUG enables zclient_socket() / zclient_socket_un() debug by Everton Marques · 11 years ago
  93. a057a06 pimd: extend .gitignore by David Lamparter · 13 years ago
  94. 3de4ae9 Define pim_gettime() when PIM_GETTIME_USE_GETTIMEOFDAY is not available. by Everton Marques · 11 years ago
  95. 105ad86 pimd: fix wtf code by David Lamparter · 13 years ago
  96. f8cfeb2 pimd: fix worst char * <> uint8_t * intermingling by David Lamparter · 13 years ago
  97. e269b96 pimd: use socklen_t consistently by David Lamparter · 13 years ago
  98. 5c69798 pimd: fix format strings by David Lamparter · 13 years ago
  99. eb383d9 [pim] Version up to 0.163 by Everton Marques · 14 years ago
  100. b9ef770 [pim] bootstrap from tarball prefers autoreconf -i by Everton Marques · 14 years ago