1. 544ec70 doc: Add AFI/SAFI show commands to manual by Lou Berger · 9 years ago
  2. f9b6c39 bgpd: Add back old forms of 'show <afi> <safi>' for compatibility by Lou Berger · 9 years ago
  3. bf1ae6c bgpd: drop machineparse / random "show" improvements by Lou Berger · 9 years ago
  4. 651b402 bgpd: encap show commands by Lou Berger · 9 years ago
  5. 35c3686 bgpd: VPNv6 show commands by Lou Berger · 9 years ago
  6. 135ca15 bgpd: cleanup vty bgp_node_afi/safi utils by Lou Berger · 9 years ago
  7. a3fda88 bgpd, lib, vtysh: hook up bgp ENCAP CLI node by Lou Berger · 9 years ago
  8. 6370357 bgp: Reorg cleanup to align process and bgp instance init/destroy by Lou Berger · 9 years ago
  9. 298cc2f bgpd: encap: add encap SAFI (RFC5512) by Lou Berger · 9 years ago
  10. c374178 bgpd: encap: add attribute handling by Lou Berger · 9 years ago
  11. 5a81fc9 bgpd: encap: extend extcommunity handling by Lou Berger · 9 years ago
  12. 050defe bgpd: general MP/SAFI improvements by Lou Berger · 9 years ago
  13. d5d5e3e bgpd: tests - add null pointer protection to fix bgp test failures by Lou Berger · 9 years ago
  14. 82dd707 bgpd: improve cleanup in bgp_delete() by Lou Berger · 9 years ago
  15. 13c378d bgpd, lib, vtysh: hook up bgp VPNv6 CLI node by Lou Berger · 9 years ago
  16. 9da04bc bgpd: wire up VPNv6 protocol processing by Lou Berger · 9 years ago
  17. a03bd16 bgpd: handle AS4 and EOI route distinguishers by Lou Berger · 9 years ago
  18. a76d9ca bgpd: make _vpnv4 static handling SAFI-agnostic by Lou Berger · 9 years ago
  19. 4d80560 bgpd: kill unused variable in bgp_socket() by Lou Berger · 9 years ago
  20. 3e841d3 bgpd: add nexthop length to AF macro by Lou Berger · 9 years ago
  21. 2daf7f3 lib: add SAFI_ENCAP type, safi2str prefix utility by Lou Berger · 9 years ago
  22. c7f7e49 lib: add facility to log all CLI commands by Lou Berger · 9 years ago
  23. f9ec419 lib: add "show commandtree" CLI command by Lou Berger · 9 years ago
  24. 9248b61 lib: treat realloc of null pointer as alloc Now use zalloc rather than alloc with null. Fixes issue seen in bgp check tests. by Lou Berger · 9 years ago
  25. 6729003 lib: fix bookkeeping for libreadline malloc()s by Lou Berger · 9 years ago
  26. 40278bd zebra: additional redistribute related logging by Lou Berger · 9 years ago
  27. b05c6ca zebra: make RTF_LLINFO optional to fix FreeBSD by Lou Berger · 9 years ago
  28. d7be042 zebra: wire up "debug zebra packet detail" by Lou Berger · 9 years ago
  29. 0490729 lib, bgpd, tests: Refactor FILTER_X in zebra.h by Donald Sharp · 9 years ago
  30. 7748fdc bgpd: Fix graceful restart capability minsize by Lou Berger · 9 years ago
  31. f3cfc46 lib, bgpd: Fixup afi_t to be an enum and cleanup zebra.h by Donald Sharp · 9 years ago
  32. d5062d2 docs: Update bgpd docs, inc. on decision process, and with a section on MED. by Paul Jakma · 9 years ago
  33. 6d4742b bgpd: make bgp_info_cmp and multiple-path decision logic more regular by Paul Jakma · 9 years ago
  34. 91b9e85 bgpd: bgp_scan shouldn't queue up route_nodes with no routes for processing by Paul Jakma · 9 years ago
  35. 321d413 tests: add more AS4 capability tests + little fixes for couple of GR test cases. by Paul Jakma · 9 years ago
  36. 4078f2e bgpd: Check capability falls on right multiple of size, where possible. by Paul Jakma · 9 years ago
  37. 68ec424 bgpd: OPEN parse errors should send OPEN_ERR and UNSPECIFIC subcode. by Paul Jakma · 9 years ago
  38. cc216b7 vtysh: When the config file is close to the boundry of size of buffer vtysh hangs. by Gautam Kumar · 9 years ago
  39. a3bc7e9 bgpd: Fix VU#270232, VPNv4 NLRI parser memcpys to stack on unchecked length by Donald Sharp · 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. 64e0ac2 bgpd: Implicit updates in BGP may require a withdrawal from zebra RIB by Paul Jakma · 9 years ago
  43. 76764dd isisd, lib: Fix some more compiler warnings by Donald Sharp · 9 years ago
  44. 6425773 zebra: Cleanup RTADV define by Donald Sharp · 9 years ago
  45. 8253b73 isisd: make send_lsp more robust by Christian Franke · 9 years ago
  46. 812f282 isisd: fix misleading wording in log by Christian Franke · 9 years ago
  47. 80d6b4e isisd: handle lsp confusion (ISO/IEC 10589:2002 7.3.16.2) by Christian Franke · 9 years ago
  48. e28718a isisd: fix IPv6 mask application by Christian Franke · 9 years ago
  49. cb32a19 isisd: show interface's ipv6 addreses by Christian Franke · 9 years ago
  50. ec87416 isisd: provide more detailed log for failed address removal by Christian Franke · 9 years ago
  51. acf9865 isisd: add support to import routes from other protocols by Christian Franke · 9 years ago
  52. 9dfcca6 isisd: fix assertion in LSP refresh timer calculation by Christian Franke · 9 years ago
  53. 61010c3 isisd: add a slight delay to lsp_regenerate_schedule by Christian Franke · 9 years ago
  54. 80a8f72 isisd: add a debug mode that traces LSP construction by Christian Franke · 9 years ago
  55. 749e87a isisd: purge on correct level by Christian Franke · 9 years ago
  56. f1fc1db isisd: allow to adjust lsp-mtu by Christian Franke · 9 years ago
  57. 7324ae1 isisd: initialize circuit to match area is_type by Christian Franke · 9 years ago
  58. 912aac4 isisd: do remove ipv6 routes from Zebra by Christian Franke · 9 years ago
  59. f35169e isisd: don't corrupt memory for long hostnames by Christian Franke · 9 years ago
  60. b461630 isisd: fix a typo in a log message by Christian Franke · 9 years ago
  61. 390f16e isisd: remove superfluous checks after XMALLOC etc. by Christian Franke · 9 years ago
  62. 77277a1 isisd: annotate some function arguments with const by Christian Franke · 9 years ago
  63. abfd40d lib: don't have log functions change errno by Christian Franke · 9 years ago
  64. dbe99e0 bgpd: Update dump to allow Extended Time Format by Alexis Fasquel · 9 years ago
  65. 76fbc64 lib: add function to get precise remaining time of timer thread by Christian Franke · 9 years ago
  66. 1ca8d40 ripd, isisd: fix warnings that make the build fail by Christian Franke · 9 years ago
  67. c1900e0 zebra: Fix change of distance on ipv6 route creating duplicate routes by Donald Sharp · 9 years ago
  68. 949b719 zebra: Combine static_uninstall_ipv[4|6] into one function by Donald Sharp · 9 years ago
  69. a979ab7 zebra: combine static_ipv[4|6]_nexthop_same into one function by Donald Sharp · 9 years ago
  70. 9bcdd1a zebra: Combine static_install_ipv[4|6] by Donald Sharp · 9 years ago
  71. 0d955af zebra: Remove HAVE_IPV6 from rib.h and zebra_rib.c by Donald Sharp · 9 years ago
  72. d4c27d6 zebra: Collapse struct static_ipv[4|6] into struct static_route by Donald Sharp · 9 years ago
  73. b11f3b5 zebra: implement per-route mtu handling by Timo Teräs · 9 years ago
  74. 7eb6136 zebra: make ZEBRA_FLAG_CHANGED internal status by Timo Teräs · 9 years ago
  75. 929a26a lib: Memory reporting fails over 2GB by Donald Sharp · 9 years ago
  76. 0d7435f bgpd: Add support for timer commands with peer-group syntax by Daniel Walton · 9 years ago
  77. 5a2a1ec bgpd: update rtt on soft clear by Timo Teräs · 9 years ago
  78. 0edba8b bgpd: check rtt later after the real peer is known by Timo Teräs · 9 years ago
  79. 983525e zebra: fix rtadv detection by Timo Teräs · 9 years ago
  80. 6d853c4 pimd: Limit pim hello log messages by Donald Sharp · 9 years ago
  81. bf99b42 bgpd: Fix bgp_btoa to compile by Donald Sharp · 9 years ago
  82. c8af680 lib: Add zlog_hexdump() for debugging by Daniel Walton · 9 years ago
  83. 363c903 bgpd: crash from not NULLing freed pointers by Daniel Walton · 9 years ago
  84. 92e62e0 ospfd: Lower the default OSPF spf timers to '0 50 5000' by Daniel Walton · 9 years ago
  85. f89b09b bgpd: Lower BGP's default keepalive/holdtime to 3s/9s by Daniel Walton · 9 years ago
  86. 8e64453 bgpd: Remove BGP_ERROR_START_TIMER, it was no longer used by Daniel Walton · 9 years ago
  87. c37b9bc bgpd: Enable "bgp log-neighbor-changes" by default by Daniel Walton · 9 years ago
  88. 57fcfda bgpd: Do not allow a timers connect of 0, this can hammer the CPU by Daniel Walton · 9 years ago
  89. 3ff77fe bgpd: Remove BGP's asorig timer, it is no longer used by Daniel Walton · 9 years ago
  90. f822ad4 bgpd: Lower the default 'timers connect' in BGP to 10 seconds by Daniel Walton · 9 years ago
  91. e56aab9 doc: Add 'OSPF Fundamentals' section to OSPF docs by Paul Jakma · 9 years ago
  92. ffe7944 pimd: Fix size_t zlog_err format string warning by Paul Jakma · 9 years ago
  93. 283596f Merge 'patch-tracking/4/proposed/netdef-solaris' into accepted by Paul Jakma · 9 years ago
  94. be62b17 isisd: Fix LSPs not being regenerated after adjacency change by Michael Zingg · 12 years ago
  95. 056f376 bgpd, lib: memory cleanups for valgrind, plus debug changes by Lou Berger · 12 years ago
  96. 5c1791f ospfd: PointToPoint neighbors are identified by router ID by Joakim Tjernlund · 11 years ago
  97. 13862bf Revert "Fix to take care of ordering between interface and router ospf command." by Paul Jakma · 9 years ago
  98. 8a667cf ospfd: Extend 'ip ospf area' to take address argument + rationalise ospf enable by Paul Jakma · 15 years ago
  99. 738bce7 ospfd: Impl. per interface 'ip ospf area' command by Joakim Tjernlund · 15 years ago
  100. 7bd7f55 ospfd: split up network interface enable a bit, for per-interface area cmd by Joakim Tjernlund · 15 years ago