ChangeLog
上传用户:xiaozhuqw
上传日期:2009-11-15
资源大小:1338k
文件大小:6k
源码类别:

网络

开发平台:

Unix_Linux

  1. 2002-07-07  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
  2. * zebra-0.93 released.
  3. 2001-08-28  NOGUCHI Kay <kay@v6.access.co.jp>
  4. * ripngd.c (no_ripng_route): route_unlock_node () is not needed.
  5. 2001-08-26  NOGUCHI Kay <kay@v6.access.co.jp>
  6. * ripngd.h (struct ripng_interface): Add passive interface option.
  7. 2001-08-19  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
  8. * zebra-0.92a released.
  9. 2001-08-15  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
  10. * zebra-0.92 released.
  11. 2001-08-07  Akira Kato <kato@wide.ad.jp>
  12. * ripngd.c (ripng_timers): "timers basic" argument is fixed.
  13. 2001-02-01  Kunihiro Ishiguro  <kunihiro@zebra.org>
  14. * zebra-0.91 is released.
  15. 2001-01-09  Kunihiro Ishiguro  <kunihiro@zebra.org>
  16. * zebra-0.90 is released.
  17. 2001-01-01  Kunihiro Ishiguro  <kunihiro@zebra.org>
  18. * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to
  19. "/tmp/.ripngd".
  20. 2000-10-02  Kunihiro Ishiguro  <kunihiro@zebra.org>
  21. * zebra-0.89 is released.
  22. 2000-09-20  Kunihiro Ishiguro  <kunihiro@zebra.org>
  23. * ripngd.c (ripng_send_packet): Use CMSG_SPACE instead of sizeof
  24. hack.  Revert privious alignment patch.
  25. 2000-09-20  URA Hiroshi <ura@hiru.aoba.yokohama.jp>
  26. * ripngd.c (ripng_send_packet): Fix an alignment bug. Thus ripngd
  27. can't send packets.
  28. 2000-09-10  Kunihiro Ishiguro  <kunihiro@zebra.org>
  29. * ripng_interface.c (ripng_interface_address_delete): Connected
  30. address delete treatment added.
  31. 2000-08-22  Kunihiro Ishiguro  <kunihiro@zebra.org>
  32. * ripng_routemap.c (route_set_metric_compile): When checking '-'
  33. character, argv[1] should be argv[0].  Reported by SHIRASAKI
  34. Yasuhiro <yasuhiro@ocn.v6.ntt.net>.
  35. 2000-08-17  Kunihiro Ishiguro  <kunihiro@zebra.org>
  36. * zebra-0.88 is released.
  37. 2000-06-06  Kunihiro Ishiguro  <kunihiro@zebra.org>
  38. * ripngd.c (ripng_route_process): Clear prefix_ipv6 before using
  39. it.
  40. (ripng_redistribute_delete): Fix bug of missing
  41. route_unlock_node() when redistribute route is not found.
  42. (ripng_redistribute_delete): Make it sure that timers are off.
  43. (ripng_redistribute_delete): Likewise.
  44. 2000-01-19  Kunihiro Ishiguro  <kunihiro@zebra.org>
  45. * ripngd.c (ripng_route_process): Fix bug of mis-checking of same
  46. route.
  47. (show_ipv6_ripng): Include ifindex to "show ipv6 ripng" output.
  48. 1999-11-12  Kunihiro Ishiguro  <kunihiro@zebra.org>
  49. * ripngd.c (ripng_output_process): Use MINMTU when mtu value is
  50. not available.
  51. 1999-11-05  Kunihiro Ishiguro  <kunihiro@zebra.org>
  52. * ripngd.c (ripng_output_process): Calculate max RTE count from
  53. interface MTU value.
  54. 1999-09-29  Kunihiro Ishiguro  <kunihiro@zebra.org>
  55. * ripngd.c (ripng_distribute_update): Fix bug of updating
  56. access-list and prefix-list.
  57. 1999-09-07  URA Hiroshi <ura@hiru.aoba.yokohama.jp>
  58. * ripngd.c (ripng_recv_packet): Change CMSG_DATA cast from (u_char
  59. *) to (int *).  (u_char *) does not work for NetBSD-currnet on
  60. SparcStation 10.
  61. 1999-08-15  Kunihiro Ishiguro  <kunihiro@zebra.org>
  62. * ripngd.c (ripng_request_process): When request packet comes,
  63. check RIPng process is enabled on the interface.
  64. (ripng_redistribute_withdraw): Delete routes when `no
  65. redistribute' is executed.
  66. 1999-08-13  Yasuhiro Ohara  <yasu@sfc.wide.ad.jp>
  67. * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6
  68. redistribute command.
  69. 1999-07-21  Kunihiro Ishiguro  <kunihiro@zebra.org>
  70. * ripngd.c (default_information_originate): Add
  71. default-information command.
  72. 1999-07-19  Kunihiro Ishiguro  <kunihiro@zebra.org>
  73. * ripngd.c (ripng_route_process): rip_add_route() and
  74. rip_delete_route() are deleted.  Both functions are integrated
  75. into ripng_route_process().
  76. (ripng_request_process): Proper reply for request message.
  77. * ripng_routemap.c: New file added.
  78. 1999-07-18  Kunihiro Ishiguro  <kunihiro@zebra.org>
  79. * ripngd.c (ripng_nexthop_rte): RIPng next hop routine is
  80. rewritten.
  81. (show_ipv6_ripng): Change `show ip ripng' to `show ipv6 ripng'.
  82. (ripng_response_process): RIPng incoming packet's hop count check
  83. added.
  84. (ripng_response_process): Add strict RTE checking.
  85. 1999-07-03  Kunihiro Ishiguro  <kunihiro@zebra.org>
  86. * ripngd.c (ripng_add_route): Fix metric compare bug.
  87. 1999-06-25  itojun@iijlab.net
  88. * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd
  89. actually work.
  90. 1999-05-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
  91. * ripngd.c (ripng_zebra): Send each ripng information by separate
  92. zebra packet.
  93. 1999-05-15  Kunihiro Ishiguro  <kunihiro@zebra.org>
  94. * ripng_interface.c (if_add_multicast): Change log to zlog.
  95. 1999-05-10  Kunihiro Ishiguro  <kunihiro@zebra.org>
  96. * ripng_interface.c (ripng_zebra_get_interface): Add function.
  97. * ripng_zebra.c (redistribute_ripng): Delete function because
  98. redistirbute the routes to the zebra daemon is now default
  99. behavior.
  100. 1999-05-09  Kunihiro Ishiguro  <kunihiro@zebra.org>
  101. * ripngd.conf.sample: Change network to route statement.
  102. 1999-03-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
  103. * ripngd.c: Old non Advanced API version ripng_send_packet and
  104. ripng_recv_packet is removed.
  105. * ripng_radix.c: File removed.
  106. 1998-12-15  Kunihiro Ishiguro  <kunihiro@zebra.org>
  107. * Now I assume KAME support Advanced API and use sendmsg/recvmsg.
  108. 1998-12-13  Kunihiro Ishiguro  <kunihiro@zebra.org>
  109. * ripng_interface.c: Delete old ifa (interface address) related
  110. functions.
  111. 1998-12-10  Kunihiro Ishiguro  <kunihiro@zebra.org>
  112. * ripng_debug.[ch]: New file.
  113. * ripngd.c (ripng_supply): Do not send header only RIPng packet.
  114. Change `network' statement to `route' statement.
  115. (ripng_request_process): Reply to RIPng REQUEST packet.
  116. 1998-12-09  Kunihiro Ishiguro  <kunihiro@zebra.org>
  117. * ripngd.c (ripng_config_write): Delete vector v argument.
  118. * ripng_zebra.c (zebra_config_write): Likewise.
  119. * ripng_interface.c (interface_config_write): Likewise.
  120. 1998-12-07  Kunihiro Ishiguro  <kunihiro@zebra.org>
  121. * ripng_route.h: New file.
  122. * ripng_interface.c:  Delete #include <linux/in6.h>.
  123. ripng_main.c: likewise.
  124. ripng_radix.c: likewise.
  125. ripng_route.c: likewise.
  126. ripng_zebra.c: likewise.
  127. ripngd.c: likewise.
  128. 1998-12-06  Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
  129. * ripngd.h (IPV6_ADD_MEMBERSHIP): If IPV6_ADD_MEMBERSHIP is not
  130. defined. Define IPV6_ADD_MEMBERSHIP as IPV6_JOIN_GROUP.
  131. 1998-09-15  HEO SeonMeyong  <seirios@matrix.iri.co.jp>
  132. * all Hydrangea define is changed to KAME.