1. a2b5031 solaris: no ROUNDUP by David Lamparter · 9 years ago
  2. fe56125 zebra/ioctl_solaris: Fix use of prefix2str in if_prefix_add/delete_ipv6 by Martin Winter · 9 years ago
  3. 6d93622 zebra/solaris: fix uninitialised vars by David Lamparter · 9 years ago
  4. 285ed0c build/solaris: create ioctl_solaris.h by David Lamparter · 9 years ago
  5. c8394ac Fixed if_add_update possible null dereference by Morgan Stewart · 9 years ago
  6. 26b663d zebra: Fix leaked sockets in rtadv.c by Morgan Stewart · 9 years ago
  7. 782c882 zebra: rib->nexthop_num is double incremented by Donald Sharp · 9 years ago
  8. 8ccd74c zebra: fix addr sent in ZEBRA_IPV6_NEXTHOP_LOOKUP by Hiroshi Yokoi · 9 years ago
  9. 52c0bc7 build: Remove the old PIC/PIE patch, let libtool sort it out by Paul Jakma · 9 years ago
  10. 8b84c27 Removal of 'show ip mroute' by Donald Sharp · 9 years ago
  11. 8c56b44 Fix _netlink_route_debug message by Kaloyan Kovachev · 9 years ago
  12. c99f348 *: add VRF ID in the API message header by Feng Lu · 10 years ago
  13. 758fb8f zebra, lib/memtypes.c: the netlink sockets work per VRF by Feng Lu · 10 years ago
  14. d6cf513 zebra: fix VRF code for *BSD by David Lamparter · 9 years ago
  15. 49f7609 zebra: maintain RTADV per VRF by Feng Lu · 10 years ago
  16. 267ceb2 zebra: add hooks upon enabling / disabling a VRF by Feng Lu · 10 years ago
  17. ac19a44 zebra: maintain the router-id per VRF by Feng Lu · 10 years ago
  18. 7aaf4ea zebra: configure static routes in any VRF by Feng Lu · 10 years ago
  19. 8970f74 zebra: lookup the address in all VRFs when set the route-map rule "set src" by Feng Lu · 10 years ago
  20. 1885d0a zebra: let the route-map rule "match interface" work for VRFs by Feng Lu · 10 years ago
  21. 4364ee5 zebra: show routes in a specified VRF or all VRFs by Feng Lu · 10 years ago
  22. 0d0686f zebra: let FIB stand for its respective VRF by Feng Lu · 10 years ago
  23. a285477 zebra: show interfaces in a specified VRF or all VRFs by Feng Lu · 10 years ago
  24. 471ea39 lib, zebra, vtysh: configure an interface in non-default VRF by Feng Lu · 10 years ago
  25. 126215c *: call if_init()/if_terminate() from vrf_init()/vrf_terminate() by Feng Lu · 10 years ago
  26. 2fc97f6 lib, zebra: add "vrf_id" into the "struct interface" by Feng Lu · 10 years ago
  27. 41f44a2 lib, zebra: move "struct vrf" to be a lib module by Feng Lu · 10 years ago
  28. be6335d zebra: use prefix2str for logging where possible by Timo Teräs · 10 years ago
  29. 53a5c39 zebra/vty: use prefix2str and unify show ip/ipv6 route code by Timo Teräs · 10 years ago
  30. f85592e zebra: simplify redistribution code by Timo Teräs · 10 years ago
  31. b40e178 zebra: fix rtadv check for non-glibc linux by Timo Teräs · 10 years ago
  32. e38545b zebra: fix build with rtadv disabled by Timo Teräs · 10 years ago
  33. dc684eb Merge branch 'volatile/fix_warnings' by David Lamparter · 10 years ago
  34. 193e78f zebra: fix NetBSD interface stats printf by David Lamparter · 10 years ago
  35. 6ed810d *: fix more initialisers (for BSD) by David Lamparter · 10 years ago
  36. 4b6c332 zebra: silence zebra_serv_un unused warning by David Lamparter · 10 years ago
  37. c0bedeb build: add --enable-werror by David Lamparter · 10 years ago
  38. a3466ab zebra: clean up misc_null pragmas by David Lamparter · 10 years ago
  39. 3e9e2c9 zebra: static int inline -> static inline int by David Lamparter · 10 years ago
  40. 7e92322 zebra: use SA_SIZE for RT_ROUNDUP on FreeBSD by David Lamparter · 10 years ago
  41. 48ab06b zebra: use prototypes/includes in rt_netlink by David Lamparter · 10 years ago
  42. 872b0dc zebra: remove unused netlink_route()/kernel_rtm_ipv6() by David Lamparter · 10 years ago
  43. 52f02b4 zebra, isisd: cast to unsigned char for ctypes by David Lamparter · 10 years ago
  44. d43f8b3 bgpd, zebra: fix struct/pointer sizeof mixups by David Lamparter · 10 years ago
  45. 388f885 *: add missing includes by David Lamparter · 10 years ago
  46. eed3c48 *: use void * for printing pointers by David Lamparter · 10 years ago
  47. 941789e Fix alignment assumptions on non-RT_ROUNDUP platforms. by Greg Troxel · 10 years ago
  48. b7cce95 zebra: don't print uninitialized string (3b02fe8) by David Lamparter · 10 years ago
  49. 4c42121 zebra: print "no link-detect" by David Lamparter · 10 years ago
  50. 237aac5 build: get rid of INCLUDES, use AM_CPPFLAGS by David Lamparter · 10 years ago
  51. 39b233f zebra: remove rt_ioctl kernel interface by David Lamparter · 10 years ago
  52. 29ed622 build: remove ancient Linux/BSD IPv6 cruft by David Lamparter · 10 years ago
  53. 51bdeba zebra: remove kernel_delete_ipv6_old() by David Lamparter · 10 years ago
  54. 86a82e9 zebra, ripngd: remove ::/64 special-casing by David Lamparter · 10 years ago
  55. 6d6df30 build: remove INRIA, NRL and MUSICA IPv6 quirks by David Lamparter · 10 years ago
  56. 0f048b9 build: remove AIX, NEC EWS and IRIX by David Lamparter · 10 years ago
  57. 2e5ca49 build: remove Linux non-netlink config by David Lamparter · 10 years ago
  58. 863f20c zebra: mark multicast commands experimental by David Lamparter · 10 years ago
  59. 3b02fe8 zebra: add "show ip rpf" to get result of RPF lookup by David Lamparter · 10 years ago
  60. bd07812 zebra: make MRIB lookup behaviour switchable by David Lamparter · 10 years ago
  61. 24480d4 zebra: return route_node from rib_match_ipv4_safi by David Lamparter · 10 years ago
  62. 7ce9e6a zebra: dummy kernel "install" multicast routes by David Lamparter · 10 years ago
  63. a76681b zebra: fix optional distance on static mrib route by David Lamparter · 10 years ago
  64. 33d86db zebra: mrib: static route support by Everton Marques · 10 years ago
  65. f598cf7 zebra: kill rib_match_ipv4() by David Lamparter · 10 years ago
  66. 83d7112 zebra: mrib: Include BGP routes in RPF lookups by Everton Marques · 10 years ago
  67. 4e5275b zebra: add ZEBRA_IPV4_NEXTHOP_LOOKUP_MRIB by Everton Marques · 10 years ago
  68. f9b9234 zebra: point rib_match_ipv4() to ._safi() by Everton Marques · 10 years ago
  69. 3dea178 zebra: add rib_match_ipv4_safi() by Everton Marques · 10 years ago
  70. ab2ba61 zebra: identify MRIB on debug messages by David Lamparter · 10 years ago
  71. 9481374 zebra: factor out rib debug logs by David Lamparter · 11 years ago
  72. 273b1bd zebra/kernel_socket.c: Use platform alignment by Greg Troxel · 10 years ago
  73. 56a5f77 Added show command to display only the routes in the RIB that does not count ECMPs by Dinesh G Dutt · 10 years ago
  74. d1b0991 Make static IPv6 routes respect non-default routing tables. by Dinesh G Dutt · 10 years ago
  75. 9511633 zebra: MBGP routes should not be installed in the kernel by Balaji · 10 years ago
  76. 969d355 zebra: route_unlock_node is missing in "show ip[v6] route <prefix>" commands by Lu Feng · 10 years ago
  77. 7a6eec5 zebra: Build the test client, can be useful, and add IPv6 to testrib.conf by Paul Jakma · 10 years ago
  78. 7aa9dce Fix most compiler warnings in default GCC build. by Paul Jakma · 10 years ago
  79. 010ebbb Add missing GPL headers, and copyright claims that certainly apply. by Paul Jakma · 10 years ago
  80. 621e2aa zebra: fix rtnh_len in the rt_netlink messages for multipath case by Lu Feng · 10 years ago
  81. c299ed7 zebra: fix struct msghdr initializers by Timo Teräs · 10 years ago
  82. 6b0655a *: nuke ^L (page feed) by David Lamparter · 10 years ago
  83. 8e998b1 zebra: raise the privileges before calling socket() by Michal Sekletar · 11 years ago
  84. 24c84db zebra: Change the mechanism for comparing route ID's. by Ken Williams · 11 years ago
  85. cd40b32 lib/command.c: rewrite command matching/parsing by Christian Franke · 11 years ago
  86. 2b00515 bgpd, ospfd, zebra: fix some DEFUN definitions by Christian Franke · 11 years ago
  87. f7bf415 zebra: apply syntactic sugar to rib_dump() by David Lamparter · 11 years ago
  88. db19c85 zebra: set metric for directly connected routes via netlink to 0 by Brett Ciphery · 11 years ago
  89. 1db65fa ospf6d: solve segfaults with ospf6d on FreeBSD by Ingo Flaschberger · 14 years ago
  90. a11e012 security: Fix some typos and potential NULL-deref by Remi Gacogne · 11 years ago
  91. b52aef1 zebra: log routes w/o gateway in rib_delete_ipv4 by Christian Franke · 11 years ago
  92. 23f5f7c zebra: match gateway when deleting NEXTHOP_IPV4_IFINDEX routes by Christian Franke · 11 years ago
  93. fed643f zebra: make rib_dump() compatible with IPv6 RIB by Vincent Bernat · 12 years ago
  94. f3a1732 zebra: apply route-maps for interface routes by Christian Franke · 11 years ago
  95. c3e6b59 zebra: fix recursive-routes via ifindex routes by Christian Franke · 11 years ago
  96. e8d3d29 zebra: implement NEXTHOP_FLAG_ONLINK by Christian Franke · 11 years ago
  97. 48a53dc zebra: handle blackholes encountered in recursive resolution by Christian Franke · 11 years ago
  98. fa713d9 zebra: rework recursive route resolution by Christian Franke · 11 years ago
  99. bfac8dc zebra: improve interface shutdown behaviour by Christian Franke · 12 years ago
  100. 02b4805 zebra: don't change connected state from zebra/interface.c by Christian Franke · 12 years ago