1. 05a49ce zebra: mrib: Remove non-standard copyright line. by Everton Marques · 10 years ago
  2. bbb8a18 zebra_rib: Revert work-around for zebra marking recursive static route as inactive. by Everton Marques · 10 years ago
  3. b24c7fe zebra_rib: Revert debug hooks. by Everton Marques · 10 years ago
  4. 871dbcf [pim] Initial pim 0.155 by Everton Marques · 15 years ago
  5. e832c34 zebra: mark multicast commands experimental by David Lamparter · 10 years ago
  6. ca2b105 zebra: add "show ip rpf" to get result of RPF lookup by David Lamparter · 10 years ago
  7. 240c56f zebra: make MRIB lookup behaviour switchable by David Lamparter · 10 years ago
  8. 29ce93e zebra: return route_node from rib_match_ipv4_safi by David Lamparter · 10 years ago
  9. c048dcc zebra: dummy kernel "install" multicast routes by David Lamparter · 10 years ago
  10. 9e6366d zebra: fix optional distance on static mrib route by David Lamparter · 10 years ago
  11. 96bb266 zebra: mrib: static route support by Everton Marques · 10 years ago
  12. c409791 zebra: kill rib_match_ipv4() by David Lamparter · 10 years ago
  13. 12150f0 zebra: mrib: Include BGP routes in RPF lookups by Everton Marques · 10 years ago
  14. be4fb43 zebra: add ZEBRA_IPV4_NEXTHOP_LOOKUP_MRIB by Everton Marques · 10 years ago
  15. a59b615 zebra: point rib_match_ipv4() to ._safi() by Everton Marques · 10 years ago
  16. 346a8b5 zebra: add rib_match_ipv4_safi() by Everton Marques · 10 years ago
  17. f7b3d1e zebra: identify MRIB on debug messages by David Lamparter · 10 years ago
  18. e0b0ac8 zebra: factor out rib debug logs by David Lamparter · 11 years ago
  19. 273b1bd zebra/kernel_socket.c: Use platform alignment by Greg Troxel · 10 years ago
  20. 56a5f77 Added show command to display only the routes in the RIB that does not count ECMPs by Dinesh G Dutt · 10 years ago
  21. d1b0991 Make static IPv6 routes respect non-default routing tables. by Dinesh G Dutt · 10 years ago
  22. 9511633 zebra: MBGP routes should not be installed in the kernel by Balaji · 10 years ago
  23. 969d355 zebra: route_unlock_node is missing in "show ip[v6] route <prefix>" commands by Lu Feng · 10 years ago
  24. 7a6eec5 zebra: Build the test client, can be useful, and add IPv6 to testrib.conf by Paul Jakma · 10 years ago
  25. 7aa9dce Fix most compiler warnings in default GCC build. by Paul Jakma · 10 years ago
  26. 010ebbb Add missing GPL headers, and copyright claims that certainly apply. by Paul Jakma · 10 years ago
  27. 621e2aa zebra: fix rtnh_len in the rt_netlink messages for multipath case by Lu Feng · 10 years ago
  28. c299ed7 zebra: fix struct msghdr initializers by Timo Teräs · 10 years ago
  29. 6b0655a *: nuke ^L (page feed) by David Lamparter · 10 years ago
  30. 8e998b1 zebra: raise the privileges before calling socket() by Michal Sekletar · 11 years ago
  31. 24c84db zebra: Change the mechanism for comparing route ID's. by Ken Williams · 11 years ago
  32. cd40b32 lib/command.c: rewrite command matching/parsing by Christian Franke · 11 years ago
  33. 2b00515 bgpd, ospfd, zebra: fix some DEFUN definitions by Christian Franke · 11 years ago
  34. f7bf415 zebra: apply syntactic sugar to rib_dump() by David Lamparter · 11 years ago
  35. db19c85 zebra: set metric for directly connected routes via netlink to 0 by Brett Ciphery · 11 years ago
  36. 1db65fa ospf6d: solve segfaults with ospf6d on FreeBSD by Ingo Flaschberger · 14 years ago
  37. a11e012 security: Fix some typos and potential NULL-deref by Remi Gacogne · 11 years ago
  38. b52aef1 zebra: log routes w/o gateway in rib_delete_ipv4 by Christian Franke · 11 years ago
  39. 23f5f7c zebra: match gateway when deleting NEXTHOP_IPV4_IFINDEX routes by Christian Franke · 11 years ago
  40. fed643f zebra: make rib_dump() compatible with IPv6 RIB by Vincent Bernat · 12 years ago
  41. f3a1732 zebra: apply route-maps for interface routes by Christian Franke · 11 years ago
  42. c3e6b59 zebra: fix recursive-routes via ifindex routes by Christian Franke · 11 years ago
  43. e8d3d29 zebra: implement NEXTHOP_FLAG_ONLINK by Christian Franke · 11 years ago
  44. 48a53dc zebra: handle blackholes encountered in recursive resolution by Christian Franke · 11 years ago
  45. fa713d9 zebra: rework recursive route resolution by Christian Franke · 11 years ago
  46. bfac8dc zebra: improve interface shutdown behaviour by Christian Franke · 12 years ago
  47. 02b4805 zebra: don't change connected state from zebra/interface.c by Christian Franke · 12 years ago
  48. f7f740f zebra: add ZEBRA_IFC_QUEUED to keep track of kernel state by Christian Franke · 12 years ago
  49. c7df92d zebra: warn if advertising connected with _REAL unset by Christian Franke · 12 years ago
  50. d7f5dad zebra: consolidate connected_implicit_withdraw by Christian Franke · 12 years ago
  51. 676e1a0 zebra: clear ZEBRA_IFC_CONFIGURED on "no ipv6 addr" by Christian Franke · 12 years ago
  52. 9db047f zebra: make if_subnet_delete a bit more strict by Christian Franke · 12 years ago
  53. 599da95 zebra: process information about new addresses (BZ#486) by Christian Franke · 12 years ago
  54. a12afd5 bgpd, zebra: support NEXTHOP_IPV4_IFINDEX in bgp import check by Christian Franke · 12 years ago
  55. bb97e46 bgpd, zebra: Support NEXTHOP_IPV4_IFINDEX in nexthop_lookup api by Christian Franke · 12 years ago
  56. 5b9f518 zebra: improve display of NEXTHOP_IPV4_IFINDEX in show ip route by Christian Franke · 12 years ago
  57. a520708 zebra: don't printf to stdout on ZEBRA_IPV6_NEXTHOP_LOOKUP by Christian Franke · 12 years ago
  58. f1ef81b zebra: use SO_RCVBUFFORCE for netlink socket by Ulrich Weber · 12 years ago
  59. b2baffe build: fix "pragma weak" mixups by David Lamparter · 12 years ago
  60. ca3ccd8 zebra: fix sockaddr_dl length assumptions (BZ#737) by David Lamparter · 12 years ago
  61. 9499bf2 zebra: don't overrun afi/safi array boundaries by Leonid Rosenboim · 12 years ago
  62. 913ff66 zebra: fix netlink NL_PKT_BUF_SIZE by 高鹏 · 12 years ago
  63. 327c4cd testzebra: pragma weak: detect systems with weak alias and provide alternative by Doug VanLeuven · 12 years ago
  64. 4209a88 build: fix dist tarball by David Lamparter · 12 years ago
  65. 324ed1f zebra: include intf when sending IPv4 nexthop to FPM by Avneesh Sachdev · 12 years ago
  66. 5adc252 zebra: add module to communicate routes to FPM by Avneesh Sachdev · 12 years ago
  67. 78deec4 zebra: extern/extract some functions from rt_netlink.c by Avneesh Sachdev · 12 years ago
  68. 0915bb0 zebra: add iterator for walking all tables in RIB by Avneesh Sachdev · 12 years ago
  69. 1b5ed1b zebra: add way to determine VRF/AFI/SAFI of table by Avneesh Sachdev · 12 years ago
  70. 9fd92e3 zebra: add structure to hold per-prefix state in RIB by Avneesh Sachdev · 12 years ago
  71. 9234b38 build: check actually-used BSD link state fields by Doug VanLeuven · 12 years ago
  72. a05df8f zebra: kernel_socket: fix overflow in RTA_ADDR & RTA_ATTR by Doug VanLeuven · 12 years ago
  73. 3b33de6 zebra: kernel_socket: fix 64bit MacOS X alignment by Doug VanLeuven · 12 years ago
  74. d1d3ac9 build: reorder libraries to address linker error by Avneesh Sachdev · 12 years ago
  75. 837d16c *: use array_size() helper macro by Balaji.G · 12 years ago
  76. b0145dd zebra: make static routes respect table setting by Nolan Leake · 12 years ago
  77. c963c20 zebra: Add support for ZEBRA_NEXTHOP_IPV4_IFINDEX by Joakim Tjernlund · 12 years ago
  78. 7f062c2 zebra: lingering IP address after deletion (BZ#486) by David Lamparter · 15 years ago
  79. 8046ba6 snmp: let handlers accept OID from a lesser prefix by Vincent Bernat · 12 years ago
  80. 08d7f65 build: use net-snmp-config to configure NetSNMP by Vincent Bernat · 13 years ago
  81. 6b1e37f build: only define HAVE_SNMP by Vincent Bernat · 13 years ago
  82. 9e7a548 build: allow configure and build in a separate directory by Vincent Bernat · 13 years ago
  83. 36735ed zebra: fix up compilation without rtadv/IPv6 by Joachim Nilsson · 13 years ago
  84. 42cb6b6 zebra: feed Connected routes into MRIB by G.Balaji · 13 years ago
  85. a4c06de zebra: no need to clear memory of the netlink buffers by Jorge Boncompte [DTI2] · 13 years ago
  86. 1282932 lib, zebra: extend use of sockunion2ip macro by Jorge Boncompte [DTI2] · 13 years ago
  87. ddc943d bgpd, zebra: Fix format for some metric outputs by Jorge Boncompte [DTI2] · 13 years ago
  88. 9665856 Revert "zebra: clean up client routes when client goes away" by David Lamparter · 13 years ago
  89. 3cadc0c zebra: use larger buffer (4096) for netlink messages by JR Rivers · 13 years ago
  90. 14d2bba Merge quagga mainline into the google ISIS code. by Avneesh Sachdev · 13 years ago
  91. 51d4ef8 zebra: include hardware addr in if up/down messages by Josh Bailey · 13 years ago
  92. af56d40 zebra: clean up client routes when client goes away by Josh Bailey · 13 years ago
  93. fc328ac zebra: add more logs/asserts to rib work queue code by Subbaiah Venkata · 13 years ago
  94. 6902c69 zebra: tweak deletion of routes without nexthop addr by Subbaiah Venkata · 13 years ago
  95. 26e2ae3 zebra: read multipath routes and hw addr from netlink by Josh Bailey · 13 years ago
  96. 578ce37 zebra: Display uptime of Babel routes in show ip[v6] route. by Juliusz Chroboczek · 13 years ago
  97. 5734509 babeld: Initial import, for Babel routing protocol. by Paul Jakma · 13 years ago
  98. 4afa50b zebra: justify rtadv VTY commands with arguments by Denis Ovsienko · 13 years ago
  99. 6eb0c5a zebra: freshen RFC references in rtadv by Denis Ovsienko · 13 years ago
  100. aca43b6 zebra: use prefix_ipv6 in rtadv_prefix by Denis Ovsienko · 13 years ago