1. dfee58f snmp: fix warnings by David Lamparter · 10 years ago
  2. 6769f43 vtysh: drop unused variables & RETSIGTYPE by David Lamparter · 10 years ago
  3. a9eb906 vtysh: fix function prototypes by David Lamparter · 10 years ago
  4. a91a3ba vtysh: don't use '\0' as NULL by David Lamparter · 10 years ago
  5. 3cf4053 ospf6d: fix pointer arithmetic warning by David Lamparter · 10 years ago
  6. 72c69d4 ospf6d: oi->cost is uint32, not short by David Lamparter · 10 years ago
  7. 0de0138 ospf6d: use existing union, avoid strict-aliasing by David Lamparter · 10 years ago
  8. 33b9663 watchquagga: break excessively long help string by David Lamparter · 10 years ago
  9. 71f55f3 lib, vtysh: reduce unneccessary C extension usage by David Lamparter · 10 years ago
  10. fd8f6eb lib: use const consistently for zserv path by David Lamparter · 10 years ago
  11. 81a4e85 lib: silence type range warning in macro by David Lamparter · 10 years ago
  12. c7879ea pimd: cast ioctl values when printing them by David Lamparter · 10 years ago
  13. a2c7f4b pimd: cast to sockaddr_in to sockaddr by David Lamparter · 10 years ago
  14. e070452 pimd: mask unused zclient_broken() by David Lamparter · 10 years ago
  15. a3466ab zebra: clean up misc_null pragmas by David Lamparter · 10 years ago
  16. 3e9e2c9 zebra: static int inline -> static inline int by David Lamparter · 10 years ago
  17. 7e92322 zebra: use SA_SIZE for RT_ROUNDUP on FreeBSD by David Lamparter · 10 years ago
  18. 48ab06b zebra: use prototypes/includes in rt_netlink by David Lamparter · 10 years ago
  19. 872b0dc zebra: remove unused netlink_route()/kernel_rtm_ipv6() by David Lamparter · 10 years ago
  20. 52f02b4 zebra, isisd: cast to unsigned char for ctypes by David Lamparter · 10 years ago
  21. 60a4601 isisd: remove unused process_is_hello() by David Lamparter · 10 years ago
  22. 01da617 isisd: fix size_t confusions by David Lamparter · 10 years ago
  23. f50ee93 isisd: assorted fixes (unused variables, static) by David Lamparter · 10 years ago
  24. 6db3ef6 isisd: fix minor & vs. && mix-up by David Lamparter · 10 years ago
  25. 1250dc7 isisd: don't use POSIX reserved y1/yn names by David Lamparter · 10 years ago
  26. 8c9cd85 bgpd: random() returns long by David Lamparter · 10 years ago
  27. 94bad67 bgpd: don't use #ifdef inside macro args by David Lamparter · 10 years ago
  28. d43f8b3 bgpd, zebra: fix struct/pointer sizeof mixups by David Lamparter · 10 years ago
  29. b1672ce bgpd: fix ecommunity_token initialiser by David Lamparter · 10 years ago
  30. ab90fc0 *: add/cleanup initialisers by David Lamparter · 10 years ago
  31. 388f885 *: add missing includes by David Lamparter · 10 years ago
  32. 21401f3 *: fix signedness mix-ups by David Lamparter · 10 years ago
  33. b7d5021 *: remove stray extra semicolons by David Lamparter · 10 years ago
  34. eed3c48 *: use void * for printing pointers by David Lamparter · 10 years ago
  35. ef008d2 *: use long long to print time_t by David Lamparter · 10 years ago
  36. ec62e14 build: list actual release procedure by David Lamparter · 10 years ago
  37. b7cce95 zebra: don't print uninitialized string (3b02fe8) by David Lamparter · 10 years ago
  38. 5cd0e5c lib: Fix POSIX capabilities on SunOS platforms by Brian Bennett · 10 years ago
  39. d8d54ab build: tag version as 0.99.25-dev by David Lamparter · 10 years ago
  40. f191f1e release: 0.99.24 by David Lamparter · 10 years ago
  41. 4c42121 zebra: print "no link-detect" by David Lamparter · 10 years ago
  42. 75a3cf6 solaris: fix SMF manifest dependency model and start method by Brian Bennett · 10 years ago
  43. b8a893c build: Extend ip_mreq hack to DragonFlyBSD and SunOS by Brian Bennett · 10 years ago
  44. cc81308 build: enable AM_SILENT_RULES by David Lamparter · 10 years ago
  45. 656a2c0 build: enable isisd by default by David Lamparter · 10 years ago
  46. f16195c doc: fix some warnings by David Lamparter · 10 years ago
  47. 7abd875 build: track config args by David Lamparter · 10 years ago
  48. 85c63b8 tests: remove --disable-ipv6 by David Lamparter · 10 years ago
  49. 7fe17e6 build: remove --disable-ipv6 by David Lamparter · 10 years ago
  50. 237aac5 build: get rid of INCLUDES, use AM_CPPFLAGS by David Lamparter · 10 years ago
  51. b6fa760 build: harmonize configure help strings by David Lamparter · 10 years ago
  52. e8d0d24 build: remove --enable-solaris parameter by David Lamparter · 10 years ago
  53. 39b233f zebra: remove rt_ioctl kernel interface by David Lamparter · 10 years ago
  54. 29ed622 build: remove ancient Linux/BSD IPv6 cruft by David Lamparter · 10 years ago
  55. 51bdeba zebra: remove kernel_delete_ipv6_old() by David Lamparter · 10 years ago
  56. 86a82e9 zebra, ripngd: remove ::/64 special-casing by David Lamparter · 10 years ago
  57. 6d6df30 build: remove INRIA, NRL and MUSICA IPv6 quirks by David Lamparter · 10 years ago
  58. 0f048b9 build: remove AIX, NEC EWS and IRIX by David Lamparter · 10 years ago
  59. 2e5ca49 build: remove Linux non-netlink config by David Lamparter · 10 years ago
  60. 79f7496 build: remove bogus/deprecated inet_* tests by David Lamparter · 10 years ago
  61. 369b973 build: Quagga 0.99.24-rc1 by David Lamparter · 10 years ago
  62. 77ef0ac build: enable pimd in test script by David Lamparter · 10 years ago
  63. 87fbe9e pimd: merge pimd as of 2015-01-19 by David Lamparter · 10 years ago
  64. 7397217 doc: explain rpf lookup default mode by David Lamparter · 10 years ago
  65. 3a27aae doc: zebra multicast RIB commands by David Lamparter · 10 years ago
  66. 863f20c zebra: mark multicast commands experimental by David Lamparter · 10 years ago
  67. 3b02fe8 zebra: add "show ip rpf" to get result of RPF lookup by David Lamparter · 10 years ago
  68. bd07812 zebra: make MRIB lookup behaviour switchable by David Lamparter · 10 years ago
  69. 24480d4 zebra: return route_node from rib_match_ipv4_safi by David Lamparter · 10 years ago
  70. 7ce9e6a zebra: dummy kernel "install" multicast routes by David Lamparter · 10 years ago
  71. a76681b zebra: fix optional distance on static mrib route by David Lamparter · 10 years ago
  72. 33d86db zebra: mrib: static route support by Everton Marques · 10 years ago
  73. f598cf7 zebra: kill rib_match_ipv4() by David Lamparter · 10 years ago
  74. 83d7112 zebra: mrib: Include BGP routes in RPF lookups by Everton Marques · 10 years ago
  75. 4e5275b zebra: add ZEBRA_IPV4_NEXTHOP_LOOKUP_MRIB by Everton Marques · 10 years ago
  76. f9b9234 zebra: point rib_match_ipv4() to ._safi() by Everton Marques · 10 years ago
  77. 3dea178 zebra: add rib_match_ipv4_safi() by Everton Marques · 10 years ago
  78. ab2ba61 zebra: identify MRIB on debug messages by David Lamparter · 10 years ago
  79. 9481374 zebra: factor out rib debug logs by David Lamparter · 11 years ago
  80. 3c28aaf isisd: match adjacency with source of hellos by Amritha Nambiar · 10 years ago
  81. 92cff4f isisd: fix crash on changing the circuit type of a passive interface by Lu Feng · 10 years ago
  82. 86ce951 ospfd: set O-bit in the option of all DD packets by Lu Feng · 10 years ago
  83. cb4fc59 bgpd: fix negative values in output by Milan Kocian · 10 years ago
  84. 1436371 tests: fix tests for 1a211cb (missing well-known) by David Lamparter · 10 years ago
  85. 7d924b4 doc: list pimd.8 in EXTRA_DIST by David Lamparter · 10 years ago
  86. 60b815e vtysh: add missing pimd define by David Lamparter · 10 years ago
  87. bb7feff Revert "pimd: clear zclient-update: Reset zclient update connection to zebra daemon" by David Lamparter · 10 years ago
  88. 5d5af78 Revert "pim: Remove connected addresses on loss of zebra connection." by David Lamparter · 10 years ago
  89. a2805de Revert "pimd: Explicitly restart zclient update connection." by David Lamparter · 10 years ago
  90. b3c6afe Revert "pimd: Revert: Explicitly restart zclient update connection." by David Lamparter · 10 years ago
  91. 1b47764 redhat: revert non-pim changes in .spec by David Lamparter · 10 years ago
  92. 85385f7 pimd: Log ifindex found for an interface when zebra lib reports a new connected address. by Everton Marques · 10 years ago
  93. d632689 pimd: Fix configuration file reading upon startup by Donald Sharp · 10 years ago
  94. ed14fa0 pimd: Addition of Hello & Join-Prune message debug commands by Balaji.G · 10 years ago
  95. 21d1e26 pimd: show ip pim lan-prune-delay: Cosmetic. by Everton Marques · 10 years ago
  96. 24e3a9b pimd: Report del_oif() failure within igmp_source_forward_stop(). by Everton Marques · 10 years ago
  97. ddc6659 pimd: sh ip multicast: Display zclient socket fail counter. by Everton Marques · 10 years ago
  98. 199f85a pimd: Revert: Explicitly restart zclient update connection. by Everton Marques · 10 years ago
  99. a59f21b pimd: Update lookup zclient counter for connection failures. by Everton Marques · 10 years ago
  100. 8150bee pimd: Explicitly restart zclient update connection. by Everton Marques · 10 years ago