1. 4c7efde zebra: Add check to notice when an interface is unnumbered by Donald Sharp · 9 years ago
  2. 9ae8552 zebra: Gather and display detailed info about clients of Zebra by Dinesh Dutt · 10 years ago
  3. c7f25b9 bgpd, ospfd, ospf6d, ripd, ripngd, zebra: 'set metric -12' is broken in the parser by Daniel Walton · 10 years ago
  4. 96d1060 *: Widen width of Zserv routing tag field. by Paul Jakma · 8 years ago
  5. fb21447 zebra: add support for route tags by Piotr Chytła · 9 years ago
  6. eefddcc bgpd, lib, ospfd, zebra: Add ability to read/write tag value by Piotr Chytła · 9 years ago
  7. de24f82 zebra: Add internal support for route tags by Piotr Chytła · 17 years ago
  8. 768d909 zebra: Suppress displaying default config as part of running config by Dinesh Dutt · 10 years ago
  9. 92992c6 zebra: Dissallow outside programs to delete Quagga routes by James Li · 9 years ago
  10. 0f2f7a3 *: Fix duplicate commands from view/enable node consolidation by Paul Jakma · 8 years ago
  11. 60cc959 bgpd, doc, lib, zebra: nexthop-tracking in zebra by Pradosh Mohapatra · 9 years ago
  12. 34c5d89 zebra: ipv6 multipath support by Ayan Banerjee · 9 years ago
  13. 6f23541 zebra: *addattr should use size_t len args, quell signed v unsigned warning by Paul Jakma · 9 years ago
  14. 8f4269d zebra: Add command to configure default for link-state, and make it sticky by Paul Jakma · 9 years ago
  15. 3bccb4f zebra: add developer test functions for FPM code by Avneesh Sachdev · 9 years ago
  16. 5779fda zebra: optionally use protobuf with FPM by Avneesh Sachdev · 9 years ago
  17. 3676cb0 *: Remove some for statement declarations by Paul Jakma · 8 years ago
  18. 15773a8 zebra: Add link parameters support to Zebra by Olivier Dugeon · 9 years ago
  19. 581ecbf zebra: count iface up/down events and keep last time of their occurrence by Christian Franke · 9 years ago
  20. 68b45cc *: Consolidate all double VIEW_NODE and ENABLE_NODE's by Donald Sharp · 9 years ago
  21. 23757db *: get rid of "MTYPE 0" by David Lamparter · 9 years ago
  22. d869dbd zebra: Enable fpm module to connect to remote fpm server by Udaya Shankara KS · 9 years ago
  23. 9514fee bgpd, ripngd, zebra: Remove duplicate PSIZE define by Donald Sharp · 9 years ago
  24. 5f67888 zebra: add missing vty commands by Igor Ryzhov · 9 years ago
  25. aef4650 zebra: fix crash caused by using route-map with "set src" by Stas Nichiporovich · 9 years ago
  26. 190591f zserv: [pimd] fix - avoid dereferencing a NULL pointer by Jafar Al-Gharaibeh · 9 years ago
  27. 7e73eb7 zebra: handle multihop nexthop changes properly by Timo Teräs · 9 years ago
  28. d849e23 zebra: Fix route deletion on *BSD by Timo Teräs · 9 years ago
  29. 91ce87a zebra, bgpd: Fixup MULTIPATH_NUM usage to not consider 0 by Donald Sharp · 9 years ago
  30. d183963 build: Rework how MULTIPATH_NUM is delivered to build by Donald Sharp · 9 years ago
  31. 9099f9b *: use an ifindex_t type, defined in lib/if.h, for ifindex values by Paul Jakma · 9 years ago
  32. 954c7d6 lib, zebra: unify link layer type and hardware address handling by Timo Teräs · 9 years ago
  33. 4d3ae71 zebra: remove metric from kernel by Timo Teräs · 9 years ago
  34. 325823a zebra: support FIB override routes by Timo Teräs · 9 years ago
  35. 82a6635 zebra: use link scope for interface routes by Timo Teräs · 9 years ago
  36. 0abf679 zebra: atomic FIB updates by Timo Teräs · 9 years ago
  37. 40278bd zebra: additional redistribute related logging by Lou Berger · 9 years ago
  38. b05c6ca zebra: make RTF_LLINFO optional to fix FreeBSD by Lou Berger · 9 years ago
  39. d7be042 zebra: wire up "debug zebra packet detail" by Lou Berger · 9 years ago
  40. eae18d1 zebra: Fix solaris build issue by Donald Sharp · 9 years ago
  41. 0d27129 zebra: Fix non usage of VRF_DEFAULT by Donald Sharp · 9 years ago
  42. 6425773 zebra: Cleanup RTADV define by Donald Sharp · 9 years ago
  43. c1900e0 zebra: Fix change of distance on ipv6 route creating duplicate routes by Donald Sharp · 9 years ago
  44. 949b719 zebra: Combine static_uninstall_ipv[4|6] into one function by Donald Sharp · 9 years ago
  45. a979ab7 zebra: combine static_ipv[4|6]_nexthop_same into one function by Donald Sharp · 9 years ago
  46. 9bcdd1a zebra: Combine static_install_ipv[4|6] by Donald Sharp · 9 years ago
  47. 0d955af zebra: Remove HAVE_IPV6 from rib.h and zebra_rib.c by Donald Sharp · 9 years ago
  48. d4c27d6 zebra: Collapse struct static_ipv[4|6] into struct static_route by Donald Sharp · 9 years ago
  49. b11f3b5 zebra: implement per-route mtu handling by Timo Teräs · 9 years ago
  50. 7eb6136 zebra: make ZEBRA_FLAG_CHANGED internal status by Timo Teräs · 9 years ago
  51. 983525e zebra: fix rtadv detection by Timo Teräs · 9 years ago
  52. 283596f Merge 'patch-tracking/4/proposed/netdef-solaris' into accepted by Paul Jakma · 9 years ago
  53. 7125293 lib: zclient.c remove extern struct thread_master * by Donald Sharp · 9 years ago
  54. 7904509 zebra/if_ioctl_solaris: Make foo static by David Lamparter · 9 years ago
  55. 8fa1d02 zebra/rt_socket: Fix warnings by David Lamparter · 9 years ago
  56. ebd2687 zebra/rtread_getmsg: fix sign warnings by David Lamparter · 9 years ago
  57. da1b7ea solaris: more warnings fixed by David Lamparter · 9 years ago
  58. a2b5031 solaris: no ROUNDUP by David Lamparter · 9 years ago
  59. fe56125 zebra/ioctl_solaris: Fix use of prefix2str in if_prefix_add/delete_ipv6 by Martin Winter · 9 years ago
  60. 6d93622 zebra/solaris: fix uninitialised vars by David Lamparter · 9 years ago
  61. 285ed0c build/solaris: create ioctl_solaris.h by David Lamparter · 9 years ago
  62. c8394ac Fixed if_add_update possible null dereference by Morgan Stewart · 9 years ago
  63. 26b663d zebra: Fix leaked sockets in rtadv.c by Morgan Stewart · 9 years ago
  64. 782c882 zebra: rib->nexthop_num is double incremented by Donald Sharp · 9 years ago
  65. 8ccd74c zebra: fix addr sent in ZEBRA_IPV6_NEXTHOP_LOOKUP by Hiroshi Yokoi · 9 years ago
  66. 52c0bc7 build: Remove the old PIC/PIE patch, let libtool sort it out by Paul Jakma · 9 years ago
  67. 8b84c27 Removal of 'show ip mroute' by Donald Sharp · 9 years ago
  68. 8c56b44 Fix _netlink_route_debug message by Kaloyan Kovachev · 9 years ago
  69. c99f348 *: add VRF ID in the API message header by Feng Lu · 10 years ago
  70. 758fb8f zebra, lib/memtypes.c: the netlink sockets work per VRF by Feng Lu · 10 years ago
  71. d6cf513 zebra: fix VRF code for *BSD by David Lamparter · 9 years ago
  72. 49f7609 zebra: maintain RTADV per VRF by Feng Lu · 10 years ago
  73. 267ceb2 zebra: add hooks upon enabling / disabling a VRF by Feng Lu · 10 years ago
  74. ac19a44 zebra: maintain the router-id per VRF by Feng Lu · 10 years ago
  75. 7aaf4ea zebra: configure static routes in any VRF by Feng Lu · 10 years ago
  76. 8970f74 zebra: lookup the address in all VRFs when set the route-map rule "set src" by Feng Lu · 10 years ago
  77. 1885d0a zebra: let the route-map rule "match interface" work for VRFs by Feng Lu · 10 years ago
  78. 4364ee5 zebra: show routes in a specified VRF or all VRFs by Feng Lu · 10 years ago
  79. 0d0686f zebra: let FIB stand for its respective VRF by Feng Lu · 10 years ago
  80. a285477 zebra: show interfaces in a specified VRF or all VRFs by Feng Lu · 10 years ago
  81. 471ea39 lib, zebra, vtysh: configure an interface in non-default VRF by Feng Lu · 10 years ago
  82. 126215c *: call if_init()/if_terminate() from vrf_init()/vrf_terminate() by Feng Lu · 10 years ago
  83. 2fc97f6 lib, zebra: add "vrf_id" into the "struct interface" by Feng Lu · 10 years ago
  84. 41f44a2 lib, zebra: move "struct vrf" to be a lib module by Feng Lu · 10 years ago
  85. be6335d zebra: use prefix2str for logging where possible by Timo Teräs · 10 years ago
  86. 53a5c39 zebra/vty: use prefix2str and unify show ip/ipv6 route code by Timo Teräs · 10 years ago
  87. f85592e zebra: simplify redistribution code by Timo Teräs · 10 years ago
  88. b40e178 zebra: fix rtadv check for non-glibc linux by Timo Teräs · 10 years ago
  89. e38545b zebra: fix build with rtadv disabled by Timo Teräs · 10 years ago
  90. dc684eb Merge branch 'volatile/fix_warnings' by David Lamparter · 10 years ago
  91. 193e78f zebra: fix NetBSD interface stats printf by David Lamparter · 10 years ago
  92. 6ed810d *: fix more initialisers (for BSD) by David Lamparter · 10 years ago
  93. 4b6c332 zebra: silence zebra_serv_un unused warning by David Lamparter · 10 years ago
  94. c0bedeb build: add --enable-werror by David Lamparter · 10 years ago
  95. a3466ab zebra: clean up misc_null pragmas by David Lamparter · 10 years ago
  96. 3e9e2c9 zebra: static int inline -> static inline int by David Lamparter · 10 years ago
  97. 7e92322 zebra: use SA_SIZE for RT_ROUNDUP on FreeBSD by David Lamparter · 10 years ago
  98. 48ab06b zebra: use prototypes/includes in rt_netlink by David Lamparter · 10 years ago
  99. 872b0dc zebra: remove unused netlink_route()/kernel_rtm_ipv6() by David Lamparter · 10 years ago
  100. 52f02b4 zebra, isisd: cast to unsigned char for ctypes by David Lamparter · 10 years ago