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

网络

开发平台:

Unix_Linux

  1. 2003-11-11  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
  2. * rt_netlink.c (netlink_parse_info): Ignore non kernel message.
  3. 2003-02-06  Francois Deppierraz <francois@ctrlaltdel.ch>
  4. * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
  5. it exists.
  6. 2002-09-28  Akihiro Mizutani <mizutani@net-chef.net>
  7. * zebra_rib.c (static_add_ipv4): Null0 static route is added.
  8. 2002-09-10  Jochen Friedrich <chris+zebra@scram.de>
  9. * rt_netlink.c: Add check for EAGAIN.
  10. * kernel_socket.c: Likewise
  11. 2002-06-12  Israel Keys <ikeys@oz.agile.tv>
  12. * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
  13.   message so that we get an ACK for successful netlink commands.
  14.   Change the netlink socket to BLOCKING while we wait for a
  15.   response; be it an ACK or an NLMSG_ERROR.  Change
  16.   netlink_parse_info to deal with ACK messages.
  17. 2001-11-01  Jun-ichiro itojun Hagino <itojun@iijlab.net>
  18. * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
  19. work for ICMPv6 socket.
  20. 2001-10-24  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
  21. * rib.c (rib_process): Select connected route any case.
  22. 2001-10-23  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
  23. * interface.c (no_ip_address_secondary): Add "no" to command.
  24. 2001-10-18  NOGUCHI Kay  <kay@v6.access.co.jp>
  25. * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
  26. to infinity as the freebsd4.4 workaroud.
  27. 2001-08-26  mihail.balikov@interbgc.com
  28. * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
  29. A.B.C.255.
  30. 2001-08-22  NOGUCHI Kay <kay@v6.access.co.jp>
  31. * rtadv.c: Do not send RA to loopback interface.
  32. 2001-08-20  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
  33. * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
  34. route treatment.
  35. 2001-08-19  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
  36. * zebra-0.92a released.
  37. 2001-08-17  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
  38. * rib.c: Kernel route is treated as EGP routes in nexthop active
  39. check.
  40. 2001-08-15  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
  41. * zebra-0.92 released.
  42. 2001-08-08  "Akihiro Mizutani" <mizutani@dml.com>
  43. * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
  44. show route commands.
  45. 2001-07-29  Yon Uriarte <havanna_moon@gmx.net>
  46. * zserv.c (zsend_ipv4_add_multipath): Add
  47. NEXTHOP_TYPE_IPV4_IFINDEX check.
  48. 2001-07-29  NOGUCHI Kay <kay@v6.access.co.jp>
  49. * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
  50. autonomous address-configuration flag patch.
  51. (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
  52. suppress-ra".
  53. 2001-07-24  NOGUCHI Kay <kay@v6.access.co.jp>
  54. * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
  55. command.
  56. 2001-07-24  Jun-ichiro itojun Hagino <itojun@iijlab.net>
  57. * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
  58. multicast FIB support both IPv4 and IPv6.
  59. 2001-07-24  Hal Snyder <hal@vailsys.com>
  60. * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
  61. full list of interfaces on some configurations of OpenBSD.
  62. 2001-07-23  NOGUCHI Kay <kay@v6.access.co.jp>
  63. * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
  64. send-ra" bug.
  65. (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
  66. availability.
  67. (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
  68. added.
  69. (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
  70. 2001-07-23  Jun-ichiro itojun Hagino <itojun@iijlab.net>
  71. * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
  72. * rt_ioctl.c: Likewise.
  73. 2001-07-23  Jun-ichiro itojun Hagino <itojun@iijlab.net>
  74. * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
  75. interface is not p2p.
  76. 2001-04-23  Kunihiro Ishiguro  <kunihiro@zebra.org>
  77. * ioctl.c (if_prefix_add_ipv6): Fix argument type.
  78. 2001-04-06  Toshiaki Takada  <takada@zebra.org>
  79. * zserv.c (zsend_interface_delete): Use client->obuf instead of
  80. allocating new stream.
  81. 2001-03-10  Kunihiro Ishiguro  <kunihiro@zebra.org>
  82. * rt_netlink.c: Revert RTPROT_BOOT change.
  83. 2001-03-08  Kunihiro Ishiguro  <kunihiro@zebra.org>
  84. * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
  85. (netlink_routing_table): Likewise.
  86. 2001-03-07  "Akihiro Mizutani" <mizutani@dml.com>
  87. * zserv.c (zsend_ipv4_add_multipath): Send metric value to
  88. protocol daemons.
  89. 2001-02-18  Kunihiro Ishiguro  <kunihiro@zebra.org>
  90. * rt_netlink.c (netlink_routing_table): Do not return
  91. tb[RTA_GATEWAY] is NULL.  Reported by: "Michael O'Keefe"
  92. <mokeefe@qualcomm.com>.
  93. 2001-02-08  Kunihiro Ishiguro  <kunihiro@zebra.org>
  94. * if_ioctl.c (interface_list_ioctl): Call if_add_update().
  95. Suggested by: Chris Dunlop <chris@onthe.net.au>.
  96. 2001-02-01  Kunihiro Ishiguro  <kunihiro@zebra.org>
  97. * rib.c (nexthop_active_ipv4): When nexthop type is
  98. NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
  99. * zserv.c: Initialize rtm_table_default with 0.
  100. * zebra-0.91 is released.
  101. 2001-01-31  Kunihiro Ishiguro  <kunihiro@zebra.org>
  102. * kernel_socket.c (rtm_read): Filter cloned route.  Suggested by:
  103. Jun-ichiro itojun Hagino <itojun@iijlab.net>
  104. 2001-01-30  Kunihiro Ishiguro  <kunihiro@zebra.org>
  105. * connected.c (connected_up_ipv6): When point-to-point destination
  106. address is ::, use local address for connected network.
  107. (connected_down_ipv6): Likewise.
  108. 2001-01-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
  109. * zserv.c (zebra_serv): Add missing close() call.  Reported by:
  110. David Waitzman <djw@vineyard.net>.
  111. 2001-01-24  Kunihiro Ishiguro  <kunihiro@zebra.org>
  112. * rib.c (rib_lookup_ipv4): New function for checking exact match
  113. IGP route.
  114. 2001-01-23  Kunihiro Ishiguro  <kunihiro@zebra.org>
  115. * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
  116. route-type".
  117. 2001-01-22  Kunihiro Ishiguro  <kunihiro@zebra.org>
  118. * interface.c (zebra_interface): Do not call
  119. zebra_interface_add_update for inactive interface.
  120. * zserv.c (zsend_interface_address_add): Send interface address
  121. flag.
  122. (zsend_interface_address_delete): Likewise.
  123. 2001-01-19  Kunihiro Ishiguro  <kunihiro@zebra.org>
  124. * interface.c (if_addr_add):  Add flags.
  125. * connected.c (ifa_add_ipv4): Add new function for interface
  126. address handling.
  127. (ifa_delete_ipv4): Likewise.
  128. 2001-01-16  Kunihiro Ishiguro  <kunihiro@zebra.org>
  129. * rib.c (rib_update): Update IPv6 RIB.
  130. * kernel_socket.c (ifam_read): Call if_refresh() for update
  131. interface flag status.  This is for implicit interface up on *BSD.
  132. * interface.c (if_refresh): Add interface flag refresh function.
  133. * kernel_socket.c (rtm_read): Fetch link-local address interface
  134. index.
  135. (ifan_read): We need to fetch interface information.  Suggested
  136. by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
  137. * rib.c (static_ipv6_nexthop_same): Add check for
  138. NEXTHOP_TYPE_IPV6_IFNAME.
  139. 2001-01-15  Kunihiro Ishiguro  <kunihiro@zebra.org>
  140. * rib.h (NEW_RIB): Turn on NEW_RIB flag.  IPv6 new RIB code are
  141. taken into place.
  142. 2001-01-14  Kunihiro Ishiguro  <kunihiro@zebra.org>
  143. * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
  144. configuration.
  145. (rib_delete_ipv6): Handle same route conter for IPv6 connected
  146. route.
  147. (show_ipv6_route_protocol): New command.
  148. (show_ipv6_route_addr): Likewise.
  149. (show_ipv6_route_prefix): Likewise.
  150. (rib_update): Sweep kernel route when it is cleaned up.
  151. * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
  152. treatmenet.
  153. * rt_netlink.c (kernel_init): Likewise.
  154. * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
  155. * rib.c (rib_add_ipv4): Cope with same connected route on a
  156. interface.  Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
  157. (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
  158. * rib.h (struct new_rib): Add refcnt to keep track on the
  159. reference of same connected route.
  160. * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
  161. 2001-01-13  Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
  162. * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
  163. (rtm_type_str): Add RTM_IFANNOUNCE check.
  164. (ifan_read): New function.
  165. (kernel_read): Add case for RTM_IFANNOUNCE.
  166. 2001-01-13  Kunihiro Ishiguro  <kunihiro@zebra.org>
  167. * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
  168. * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
  169. treatment.
  170. * connected.c (connected_up_ipv6): Add dest value check.
  171. * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
  172. ifindex.
  173. (rib_add_ipv4): Import rib_add_ipv6() same route check code.
  174. (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
  175. checked by ifindex.
  176. * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
  177. * redistribute.c (redistribute_add): Use
  178. zsend_ipv6_add_multipath().
  179. (redistribute_delete_multipath): Use
  180. zsend_ipv6_delete_multipath().
  181. * interface.c (ip_address): Check current IP address to avoid
  182. duplicate.
  183. * rib.c (rib_delete_ipv4): When deleted route is connected route,
  184. check ifindex.
  185. (rib_add_ipv4): When connected route is added do not perform
  186. implicit withdraw.
  187. (rib_delete_ipv4): Check ifindex for connected route.
  188. * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
  189. ZEBRA_FLAG_STATIC for indicate as persistent route.
  190. (ifam_read): Unset interface index from link-local address when
  191. IPv6 stack is KAME.
  192. * rib.c (rib_update): Do not delete persistent kernel route.
  193. * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
  194. * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
  195. (kernel_delete_ipv6_multipath): Likewise.
  196. * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
  197. 2001-01-12  Kunihiro Ishiguro  <kunihiro@zebra.org>
  198. * rib.c (rib_update): Revert Matthew Grant's patch
  199. zebra_cvs_newribfix.patch.  Use struct rib->ifindex for kernel
  200. interface index.  Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
  201. that.  Add support for address deletion situation.
  202. 2001-01-11  Kunihiro Ishiguro  <kunihiro@zebra.org>
  203. * interface.c: Remove HAVE_IF_PSEUDO part.
  204. * rib.h: Likewise.
  205. * rt_netlink.c (netlink_link_change): Likewise.
  206. 2001-01-10  Kunihiro Ishiguro  <kunihiro@zebra.org>
  207. * zserv.c: Remove OLD_RIB codes.
  208. 2001-01-09  Kunihiro Ishiguro  <kunihiro@zebra.org>
  209. * zebra-0.90 is released.
  210. 2001-01-09  Matthew Grant <grantma@anathoth.gen.nz>
  211. * interface.c (if_new_intern_ifindex): Allocate a new internal
  212. interface index.
  213. (if_addr_refresh): Fix up ip addresses configured via zebra.
  214. (if_add_update): Handle an interface addition.
  215. (if_delete_update): Handle an interface delete event.
  216. * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
  217. interface goes down.
  218. 2001-01-08  Kunihiro Ishiguro  <kunihiro@zebra.org>
  219. * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
  220. NetBSD also use this function.  Suggested by Jasper Wallace
  221. <jasper@ivision.co.uk>.
  222. 2001-01-07  Kunihiro Ishiguro  <kunihiro@zebra.org>
  223. * rib.c (nexthop_active_ipv4): Move back to set methodo to old
  224. one.
  225. 2001-01-05  Kunihiro Ishiguro  <kunihiro@zebra.org>
  226. * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
  227. flag, so treat it.
  228. 2001-01-04  Kunihiro Ishiguro  <kunihiro@zebra.org>
  229. * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
  230. sent from netlink_cmd, the same message comes from netlink.  To
  231. avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
  232. instead of netlink_cmd.sock.
  233. 2001-01-01  Kunihiro Ishiguro  <kunihiro@zebra.org>
  234. * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
  235. Change "/tmp/zserv" to "/tmp/.zserv".
  236. 2000-12-29  Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
  237. * rt_netlink.c (struct nlsock): Divide kernel message into listen
  238. socket and command socket.
  239. (netlink_talk): Remove socket listen code.  Use netlink_parse_info
  240. for read kernel response.
  241. 2000-12-29  Kunihiro Ishiguro  <kunihiro@zebra.org>
  242. * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
  243. routes.
  244. 2000-12-27  Kunihiro Ishiguro  <kunihiro@zebra.org>
  245. * rt_netlink.c (netlink_route_multipath): Metric value is
  246. reflected to kernel routing table.
  247. * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
  248. * kernel_socket.c (rtm_write): Likewise.
  249. * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
  250. nexthop lookup.
  251. * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
  252. new RIB implementation.
  253. 2000-12-26  Kunihiro Ishiguro  <kunihiro@zebra.org>
  254. * rib.h: Remove MULTIPATH_NUM.  It is defined by configure script.
  255. 2000-12-25  Michael Rozhavsky <mrozhavsky@opticalaccess.com>
  256. * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
  257. proper redistribution.
  258. 2000-12-19  Kunihiro Ishiguro  <kunihiro@zebra.org>
  259. * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
  260. (show_ip_route_protocol): Support new RIB.
  261. * rt_netlink.c (netlink_route_change): Do not return when gate is
  262. NULL.
  263. 2000-12-18  Kunihiro Ishiguro  <kunihiro@zebra.org>
  264. * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
  265. updated.
  266. (rib_add_ipv4): Free implicit withdraw route's RIB.
  267. 2000-12-15  Kunihiro Ishiguro  <kunihiro@zebra.org>
  268. * rib.c (nexthop_active_ipv4): Check indirect nexthop.
  269. * redistribute.c (redistribute_add_multipath): Redistribution
  270. works with new rib code.
  271. 2000-12-14  Kunihiro Ishiguro  <kunihiro@zebra.org>
  272. * rt_netlink.c (netlink_route_multipath): Check useful nexthop
  273. number.
  274. (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
  275. * rib.c (nexthop_active_update): Set flag for the rib's nexthop
  276. activity is changed.
  277. (nexthop_active_check): Before checking interface is up, make it
  278. sure the interface exist.
  279. 2000-11-20  Kunihiro Ishiguro  <kunihiro@zebra.org>
  280. * rib.c (ip_route): New RIB prototype.
  281. 2000-11-16  Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
  282. * zserv.c (zsend_interface_add): Send hardware address when
  283. hw_addr_len is greater than 0.
  284. 2000-11-07  Kunihiro Ishiguro  <kunihiro@zebra.org>
  285. * connected.c (connected_up_ipv4): Fix ptop bug.  The destination
  286. network should be installed into routing table.
  287. (connected_down_ipv4): Likewise.
  288. (connected_add_ipv4): Change to use connected_up_ipv4.
  289. (connected_delete_ipv4): Likewise.
  290. 2000-11-06  Kunihiro Ishiguro  <kunihiro@zebra.org>
  291. * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
  292. <laforge@gnumonks.org>'s ptop patch then back to original code to
  293. avoid duplicated connected route problem.  Suggested by Frank van
  294. Maarseveen <F.vanMaarseveen@inter.NL.net>.
  295. * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
  296. DEBUG is defined.  Reported by Jun-ichiro itojun Hagino
  297. <itojun@iijlab.net>.
  298. 2000-10-23  Jochen Friedrich <jochen@scram.de>
  299. * main.c (main): Call zebra_snmp_init() when it is enabled.
  300. 2000-10-23  Kunihiro Ishiguro  <kunihiro@zebra.org>
  301. * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
  302. protocol.
  303. 2000-10-19  Kunihiro Ishiguro  <kunihiro@zebra.org>
  304. * rib.c (rib_add_ipv4): Same check bug is fixed.
  305. 2000-10-03  Kunihiro Ishiguro  <kunihiro@zebra.org>
  306. * rib.c (rib_if_down): Remove kernel route when the interface goes
  307. down.
  308. * debug.c: New command "debug zebra kernel" is added.
  309. 2000-10-02  Kunihiro Ishiguro  <kunihiro@zebra.org>
  310. * zebra-0.89 is released.
  311. 2000-09-24  Harald Welte <laforge@gnumonks.org>
  312. * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
  313. treatment in netlink interface.
  314. 2000-09-21  David Lipovkov <dlipovkov@OpticalAccess.com>
  315. * rib.c (rib_if_down): Pull static route only.  Protocol daemon
  316. must withdraw routes when interface goes down.
  317. (rib_add_ipv4): Check nexthop when replace route.
  318. 2000-09-21  Kunihiro Ishiguro  <kunihiro@zebra.org>
  319. * if_ioctl.c (if_getaddrs): New function for looking up
  320. interface's address by getifaddrs().
  321. 2000-09-10  Kunihiro Ishiguro  <kunihiro@zebra.org>
  322. * connected.c (connected_delete_ipv4): Add check for connected
  323. address is found or not.
  324. (connected_add_ipv6): Reflect IPv6 connected address change to
  325. protocol daemons.
  326. (connected_delete_ipv6): Likewise.
  327. 2000-09-07  David Lipovkov <davidl@nbase.co.il>
  328. * rib.c (rib_delete_ipv4): Reverted the change from pseudo
  329. interface patch to original.  Because ospfd deletes routes using
  330. zero ifindex.
  331. 2000-08-17  Kunihiro Ishiguro  <kunihiro@zebra.org>
  332. * zebra-0.88 is released.
  333. 2000-08-15  "Akihiro Mizutani" <mizutani@dml.com>
  334. * rib.c (show_ip_route_protocol): Help string correction.
  335. (show_ip_route_prefix): Check prefix mask.
  336. (show_ip_route_vty_detail): Display distance and metric.
  337. 2000-08-14  Kunihiro Ishiguro  <kunihiro@zebra.org>
  338. * zserv.c (zsend_interface_add): Change ifindex store size from
  339. two octet to four.
  340. (zsend_interface_delete): Likewise.
  341. (zsend_interface_address_add): Likewise.
  342. (zsend_interface_address_delete): Likewise.
  343. (zsend_interface_up): Likewise.
  344. (zsend_interface_down): Likewise.
  345. 2000-08-13  Kunihiro Ishiguro  <kunihiro@zebra.org>
  346. * rib.c (rib_add_ipv4): Do not install distance 255 route.
  347. 2000-08-10  Toshiaki Takada  <takada@zebra.org>
  348. * interface.c (bandwidth_if), (no_bandwidth_if):  Call
  349. zebra_interface_up_update () instead of using if_up() and if_down().
  350. 2000-08-07  "Akihiro Mizutani" <mizutani@dml.com>
  351. * interface.c (bandwidth_if): Fix help string.
  352. 2000-08-07  Matthew Grant <grantma@anathoth.gen.nz>
  353. * interface.c (if_dump_vty): Display bandwidth value.
  354. (bandwidth_if): New command "bandwidth <1-10000000>" is added.
  355. When interface is up, force protocol daemons to recalculate routes
  356. due to cost change.
  357. (no_bandwidth_if): Likewise.
  358. (if_config_write): Output bandwidth configuration.
  359. * zserv.c (zsend_interface_add): Send bandwidth value.
  360. (zsend_interface_up): Likewise.
  361. (zsend_interface_down): Likewise.
  362. 2000-08-07  Michael Rozhavsky <mike@nbase.co.il>
  363. * rib.c (show_ip_route_protocol): "show ip route
  364. (bgp|connected|kernel|ospf|rip|static)" is added.
  365. 2000-08-07  Kunihiro Ishiguro  <kunihiro@zebra.org>
  366. * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
  367. nexthop is found.
  368. (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
  369. 2000-08-06  Kunihiro Ishiguro  <kunihiro@zebra.org>
  370. * redistribute.c (redistribute_delete): Fix bug of default route
  371. redistribute treatment.
  372. 2000-08-05  Kunihiro Ishiguro  <kunihiro@zebra.org>
  373. * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
  374. Change default distance value.
  375.                     Old         New
  376. ------------------------------------------
  377. system      10           0
  378. kernel      20           0
  379. connected   30           0
  380. static      40           1
  381. rip         50         120
  382. ripng       50         120
  383. ospf        60         110
  384. ospf6       49         110
  385. bgp         70         200(iBGP)  20(eBGP)
  386. ------------------------------------------
  387. * zserv.c (client_lookup): Function removed.
  388. (zsend_interface_add): Use client's output buffer.  Check ifinfo
  389. flag.
  390. (zsend_interface_delete): Likewise.
  391. Delete ipv4_static_radix and ipv6_static_radix.
  392. 2000-08-02  Kunihiro Ishiguro  <kunihiro@zebra.org>
  393. * zserv.h (struct zebra_client): When client request interface
  394. information, ifinfo is set.
  395. * rib.c: Temporary Revert changes for pseudo interface.
  396. * rib.h: Likewise.
  397. * zserv.c: Likewise.
  398. * interface.c: Likewise.
  399. 2000-08-02  David Lipovkov <davidl@nbase.co.il>
  400. * interface.c (zebra_if_init): Install interface "pseudo"
  401. commands.
  402. * rib.c (rib_create): ifname argument is added.
  403. (rib_add_ipv4_pseudo): New function is added.
  404. (rib_delete_ipv4_pseudo): Likewise.
  405. * rib.h : Delete INTERFACE_UNKNOWN definition.  Add prototype for
  406. pseudo interface functions.
  407. * rt_netlink.c (netlink_link_change): Check for pseudo interface.
  408. * zserv.c (ip_route): When destination is pseudo interface, call
  409. rib_add_ipv4_pseudo().
  410. * zserv.c (no_ip_route): Trim "unknown" argument.
  411. 2000-07-26  kunitake@dti.ad.jp
  412. * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
  413. to 6.
  414. * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
  415. 2000-07-24  Akihiro Mizutani <mizutani@dml.com>
  416. * interface.c: Use install_default() for common VTY commands.
  417. 2000-07-23  Kunihiro Ishiguro  <kunihiro@zebra.org>
  418. * if_ioctl.c (interface_list_ioctl): A interface list size is
  419. calculated from ifreq->if_addr.sa_len.  This is for OpenBSD.
  420. * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
  421. 2000-07-09  Chris Dunlop <chris@onthe.net.au>
  422. * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
  423. 2000-07-04  Kunihiro Ishiguro  <kunihiro@zebra.org>
  424. * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
  425. message handling.
  426. 2000-07-02  David Lipovkov <davidl@nbase.co.il>
  427. * zserv.c: "ip route A.B.C.D/M unknown" command is added.
  428. 2000-06-28  Michael Rozhavsky <mike@nbase.co.il>
  429. * rib.c: Remove old kernel route when new route comes in.
  430. 2000-06-13  David Lipovkov <davidl@nbase.co.il>
  431. * rib.c (rib_if_up): Add check for unknown interface.
  432. 2000-06-13 Kunihiro Ishiguro  <kunihiro@zebra.org>
  433. * rib.h: Define INTERFACE_UNKNOWN.
  434. 2000-06-08  Kunihiro Ishiguro  <kunihiro@zebra.org>
  435. * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
  436. finished.
  437. 2000-06-05  David Lipovkov <davidl@nbase.co.il>
  438. * interface.c (if_zebra_delete_hook): Call rib_if_delete().
  439. * redistribute.c (zebra_interface_delete_update): New function.
  440. * redistribute.h (zebra_interface_delete_update): New function
  441. prototype.
  442. * rib.c (rib_if_delete): New function.  Walk down all routes and
  443. delete all on the interface.
  444. * rib.h: New function prototype.
  445. * rt_netlink.c (netlink_link_change): Call
  446. zebra_interface_delete_update ().
  447. 2000-05-10  Kunihiro Ishiguro  <kunihiro@zebra.org>
  448. * if_ioctl.c (interface_info_ioctl): Check interface's flag before
  449. checking interface's address.
  450. 2000-04-26  Jochen Friedrich <jochen@nwe.de>
  451. * GNOME-PRODUCT-ZEBRA-MIB: New file.
  452. * GNOME-SMI: New file.
  453. 2000-04-23  Kunihiro Ishiguro  <kunihiro@zebra.org>
  454. * irdp.c: New file from 1997 development code.
  455. * irdp.h: Likewise.
  456. 2000-04-19  Kunihiro Ishiguro  <kunihiro@zebra.org>
  457. * rtadv.c (rtadv_send_packet): Enclose router advertisement
  458. logging with IS_ZEBRA_DEBUG_PACKET.
  459. 2000-04-17  Kunihiro Ishiguro  <kunihiro@zebra.org>
  460. * zserv.c (zebra_client_close): Remove client structure from
  461. client_list when connection is terminated.
  462. 2000-03-21  David Lipovkov <davidl@nbase.co.il>
  463. * connected.c (connected_add_ipv4): Allows all necessary structure
  464. updates for connected route, but doesn't insert it into rib if
  465. it's interface is down.
  466. 2000-01-21  Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
  467. * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
  468. 2.5.1.
  469. 2000-01-21  Kunihiro Ishiguro  <kunihiro@zebra.org>
  470. * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
  471. from str2prefix_ipv6().
  472. 2000-01-14  Kunihiro Ishiguro  <kunihiro@zebra.org>
  473. * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
  474. IPv6 with /128 routes.
  475. (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
  476. should have mask for cloning.
  477. 1999-12-26  Jochen.Friedrich@genorz.de
  478. * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
  479. 1999-12-23  Alex Zinin <zinin@amt.ru>
  480. * interface.*: dynamic int up/down support
  481. 1999-12-09  Kunihiro Ishiguro  <kunihiro@zebra.org>
  482. * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
  483. * rtread_proc.c (proc_route_read): Don't use dropline().
  484. 1999-12-08  Kunihiro Ishiguro  <kunihiro@zebra.org>
  485. * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
  486. process's pid.
  487. 1999-12-04  Kunihiro Ishiguro  <kunihiro@zebra.org>
  488. * main.c (main): Change to default log output to ZLOG_STDOUT.
  489. * zserv.c (zebra_serv): More detailed error print.
  490. 1999-11-30  Kunihiro Ishiguro  <kunihiro@zebra.org>
  491. * kernel_socket.c (rtm_read): Check old pid for static route
  492. insertion check.
  493. 1999-11-30  Kunihiro Ishiguro  <kunihiro@zebra.org>
  494. * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
  495. statistics counter.
  496. * mtu_kvm.c: New file added.
  497. 1999-11-27  Vladimir B. Grebenschikov <vova@express.ru>
  498. * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
  499. route to the directly connected interface.
  500. 1999-11-27  Kunihiro Ishiguro  <kunihiro@zebra.org>
  501. * rt_socket.c: Delete USE_HOST_BIT definition.
  502. 1999-11-21  Michael Handler <handler@sub-rosa.com>
  503. * rtread_getmsg.c: Undef some definition to resolve conflict.
  504. 1999-11-27  Kunihiro Ishiguro  <kunihiro@zebra.org>
  505. * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
  506. value for gateway specification.
  507. 1999-11-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
  508. * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
  509. 128 under IPv6, don't use RTF_HOST.
  510. 1999-11-21  Kunihiro Ishiguro  <kunihiro@zebra.org>
  511. * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
  512. 1999-11-21  Michael Handler <handler@sub-rosa.com>
  513. * rtread_getmsg.c: Added for Solaris 2.6 support.
  514. 1999-11-18  Kunihiro Ishiguro  <kunihiro@zebra.org>
  515. * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
  516. * rt_socket.c (kernel_read): Better BSD routing socket support.
  517. 1999-10-19  Kunihiro Ishiguro  <kunihiro@zebra.org>
  518. * client_main.c: Disable making obsolete zebra test `client'
  519. command.
  520. 1999-10-18  Kunihiro Ishiguro  <kunihiro@zebra.org>
  521. * zebra.c: Renamed to zserv.c.
  522. * zebra.h: Global definitions are moved to lib/zebra.h.  Then
  523. renamed to zserv.h.
  524. 1999-10-15  Jordan Mendelson <jordy@wserv.com>
  525. * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
  526. interface.  Remove ugly MAX_INTERFACE handling codes.
  527. 1999-09-17  Satosi KOBAYASI <kobayasi@north.ad.jp>
  528. * Fix serious bug of IPv6 route deletion.
  529. 1999-09-11  Kunihiro Ishiguro  <kunihiro@zebra.org>
  530. * ioctl.c (if_set_prefix): Properly set broadcast address.
  531. 1999-09-04  Yasuhiro Ohara  <yasu@sfc.wide.ad.jp>
  532. * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
  533. can install connected route to kernel via zebra
  534. 1999-08-24  VOP <vop@unity.net>
  535. * rib.c: Include "sockunion.h"
  536. 1999-08-22  Kunihiro Ishiguro  <kunihiro@zebra.org>
  537. * ipforward.h: New file.
  538. * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
  539. ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
  540. 1999-08-18  Kunihiro Ishiguro  <kunihiro@zebra.org>
  541. * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
  542. ZEBRA_INTERFACE_{ADD,DELETE} added.
  543. 1999-08-15  Kunihiro Ishiguro  <kunihiro@zebra.org>
  544. * rib.c: show ip route A.B.C.D works.
  545. * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
  546. 1999-08-12  Kunihiro Ishiguro  <kunihiro@zebra.org>
  547. * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
  548. 1999-08-09  Kunihiro Ishiguro  <kunihiro@zebra.org>
  549. * interface.h: New file.
  550. * Makefile.am: Add interface.h
  551. 1999-08-04  Yasuhiro Ohara  <yasu@sfc.wide.ad.jp>
  552. * redistribute.c (zebra_redistribute): give ifindex to client.
  553. 1999-08-02  Kunihiro Ishiguro  <kunihiro@zebra.org>
  554. * main.c (longopts): -k, --keep_kernel option added.
  555. 1999-07-18  Yasuhiro Ohara  <yasu@sfc.wide.ad.jp>
  556. * rt_socket.c (rtm_write): forgot closing socket bug fixed.
  557. 1999-07-17  Yasuhiro Ohara  <yasu@sfc.wide.ad.jp>
  558. * rib.c (show_ipv6_cmd): if rib is link show interface name.
  559. 1999-07-17  Yasuhiro Ohara  <yasu@sfc.wide.ad.jp>
  560. * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
  561. 1999-07-16  Yasuhiro Ohara  <yasu@sfc.wide.ad.jp>
  562. * rt_socket.c (rtm_write): ipv6 route table bug fixed.
  563. 1999-07-15  Yasuhiro Ohara  <yasu@sfc.wide.ad.jp>
  564. * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
  565. 1999-07-15  Yasuhiro Ohara  <yasu@sfc.wide.ad.jp>
  566. * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
  567. 1999-07-15  Kunihiro Ishiguro  <kunihiro@zebra.org>
  568. * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
  569. data.  Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
  570. 1999-07-08  HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
  571. * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
  572. 1999-06-26  Kunihiro Ishiguro  <kunihiro@zebra.org>
  573. * zebra.c (zebra_serv): Only accept loopback address connection.
  574. 1999-06-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
  575. * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
  576. 1999-06-17  Kunihiro Ishiguro  <kunihiro@zebra.org>
  577. * ipforward_proc.c: ipforward_on () and ipforward_off () added.
  578. 1999-06-14  Kunihiro Ishiguro  <kunihiro@zebra.org>
  579. * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
  580. using /proc file system is added.
  581. 1999-06-06  Kunihiro Ishiguro  <kunihiro@zebra.org>
  582. * if_ioctl.c (if_get_index): Interface index set bug is fixed by
  583. adding #else at the middle of function.  Suggested by David Luyer
  584. <luyer@ucs.uwa.edu.au>.
  585. 1999-05-29    <kunihiro@zebra.org>
  586. * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
  587. 1999-05-26  Kunihiro Ishiguro  <kunihiro@zebra.org>
  588. * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
  589. the sort of routes.
  590. 1999-05-25  Patrick Koppen <koppen@rhrk.uni-kl.de>
  591. * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
  592. (netlink_parse_info): If errno is EWOULDBLOCK then continue to
  593. parse the message.
  594. (netlink_talk): Likewise
  595. 1999-05-17    <kunihiro@zebra.org>
  596. * redistribute.c (zebra_check_addr): Added for loopback address
  597. check.
  598. 1999-05-15  Kunihiro Ishiguro  <kunihiro@zebra.org>
  599. * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
  600. change treatment.
  601. * Makefile.am (noinst_HEADERS): redistribute.h added.
  602. * redistribute.h: New file.
  603. 1999-05-14  Stephen R. van den Berg <srb@cuci.nl>
  604. * zebra.c (show_table): Show all table configuration DEFUN.
  605. (config_table): Config table number DEFUN.
  606. * rt_netlink.c: Add support for multiple routing table.
  607. * rib.c (rib_weed_table): New function added for delete all
  608. routes from specified routing table.
  609. * main.c (signal_init): SIGTERM call sigint.
  610. (sigint): Loggging more better message.
  611. 1999-05-09  Kunihiro Ishiguro  <kunihiro@zebra.org>
  612. * rt_netlink.c: Change log () to zlog ().
  613. 1999-05-07    <kunihiro@zebra.org>
  614. * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
  615. 1999-04-20  Kunihiro Ishiguro  <kunihiro@zebra.org>
  616. * interface.c: Add `no ip address' command.
  617. 1999-04-10  Kunihiro Ishiguro  <kunihiro@zebra.org>
  618. * rt_netlink.c (kernel_read): Function added for asynchronous
  619. zebra between kernel communication.
  620. 1999-03-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
  621. * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
  622. Reported by Achim Patzner <ap@bnc.net>.
  623. 1999-03-03  Kunihiro Ishiguro  <kunihiro@zebra.org>
  624. * Makefile.am: Install configuration sample with 600 permission.
  625. 1999-03-02  Kunihiro Ishiguro  <kunihiro@zebra.org>
  626. * Makefile.am: Add -I.. to INCLUDES.
  627. 1999-02-18  Peter Galbavy  <Peter.Galbavy@knowledge.com>
  628. * syslog support added
  629. 1999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
  630. * if_sysctl.c (interface_list): allocated memory free when unknown
  631. ifm_type is returned.
  632. * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
  633. 1998-12-15  Magnus Ahltorp <map@stacken.kth.se>
  634. * interface.c: Header include added.
  635. 1998-12-14  Kunihiro Ishiguro  <kunihiro@zebra.org>
  636. * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
  637. 1998-12-13  Kunihiro Ishiguro  <kunihiro@zebra.org>
  638. * if_ioctl.c (interface_list_ioctl): interface flag must be
  639. checked before check addresses of the interface.
  640. 1998-12-07  Kunihiro Ishiguro  <kunihiro@zebra.org>
  641. * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
  642. 1998-10-14  Kunihiro Ishiguro  <kunihiro@zebra.org>
  643. * ioctl.c: Linux version before 2.1.0 need interface route setup.
  644. 1998-09-15  HEO SeonMeyong  <seirios@matrix.iri.co.jp>
  645. * change HYDRANGEA to KAME
  646. 1998-09-01  Kunihiro Ishiguro  <kunihiro@zebra.org>
  647. * if_ioctl.c (if_addr_ioctl): set address family for getting
  648. interface's address.
  649. (if_get_index): silently return when can't get interface's index.
  650. 1998-08-17  Kunihiro Ishiguro  <kunihiro@zebra.org>
  651. * main.c (main): batch mode option '-b' added.
  652. 1998-08-16  Kunihiro Ishiguro  <kunihiro@zebra.org>
  653. * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
  654. * interface.c (shutdown_if): add interface shutdown and no
  655. shutdown command.
  656. 1998-08-12  Kunihiro Ishiguro  <kunihiro@zebra.org>
  657. * rib.c (rib_add_ipv6): delete rib_add_in6.
  658. 1998-07-27  Kunihiro Ishiguro  <kunihiro@zebra.org>
  659. * main.c: retain flag is added.
  660. 1998-07-08  Kunihiro Ishiguro  <kunihiro@zebra.org>
  661. * rtable.[ch]: merged with rib.[ch]
  662. 1998-07-07  Kunihiro Ishiguro  <kunihiro@zebra.org>
  663. * connected.h: renamed from ifa.h.
  664. 1998-06-09  Kunihiro Ishiguro  <kunihiro@zebra.org>
  665. * rename if.c to interface.c
  666. * rename ifa.c to connected.c
  667. * Porting to Debian GNU/Linux 2.0 (hamm).
  668. 1998-06-08  Kunihiro Ishiguro  <kunihiro@zebra.org>
  669. * rt_netlink.c: renamed from krt_netlink.c
  670. * fib.c: deleted.
  671. * rt_kvm.c: deleted.
  672. * rtread_getmsg.c: deleted.
  673. 1998-06-07  Kunihiro Ishiguro  <kunihiro@zebra.org>
  674. * if.c (multicast): add multicast flag [un]set fucntion.
  675. 1998-05-19  Yamshita TAKAO  <jargon@lares.dti.ne.jp>
  676. * rt_socket.c: Modify for compile on Solaris, but dont't work it.
  677.   rt_socket.c have some undefined function, so add directive "IMPLEMENT"
  678. 1998-05-18  Yamshita TAKAO  <jargon@lares.dti.ne.jp>
  679. * zebra.c: Modify for compile on Solaris.
  680. 1998-05-03  Kunihiro Ishiguro  <kunihiro@zebra.org>
  681. * main.c: change CONFDIR to SYSCONFDIR.
  682. 1998-05-01  Kunihiro Ishiguro  <kunihiro@zebra.org>
  683. * .cvsignore: added.
  684. 1998-04-02  Kunihiro Ishiguro  <kunihiro@zebra.org>
  685. * client.c: moves to ../lib.
  686. 1998-03-30  Kunihiro Ishiguro  <kunihiro@zebra.org>
  687. * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
  688. structure assignment.
  689. 1998-03-30  URA Hiroshi <ura@yamato.ibm.co.jp>
  690. * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
  691. 1998-02-23  "Hannes R. Boehm" <hannes@boehm.org>
  692. * if.c (if_init): add config_exit_cmd and config_help_cmd.
  693. 1998-01-24  Kunihiro Ishiguro  <kunihiro@zebra.org>
  694. * rt_ioctl.c (route_ioctl): EPERM treatment added.
  695. 1998-01-05  Kunihiro Ishiguro  <kunihiro@zebra.org>
  696. * rt_socket.c (kernel_read): communication port zebra between
  697. kernel is now handled by kernel_read.
  698. 1998-01-02  Kunihiro Ishiguro  <kunihiro@zebra.org>
  699. * main.c (main): zebra [-P port] can specify vty port number.
  700. 1997-12-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
  701. * zebra.c: change select will be block.
  702. 1997-12-04  Kunihiro Ishiguro  <kunihiro@zebra.org>
  703. * add static route treatment.
  704. 1997-11-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
  705. * rt_netlink.c: add netlink support over GNU/Linux system.
  706. 1997-11-23  Kunihiro Ishiguro  <kunihiro@zebra.org>
  707. * all inet_addr is changed to inet_aton.
  708. * zebra.c (ip_route): add ip route command for static routes.
  709. 1997-11-20  Kunihiro Ishiguro  <kunihiro@zebra.org>
  710. * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
  711. 1997-11-19  Kunihiro Ishiguro  <kunihiro@zebra.org>
  712. * if.c: add interface command.
  713. 1997-11-18  Kunihiro Ishiguro  <kunihiro@zebra.org>
  714. * ipforward_proc.c : Now works on Linux.
  715. 1997-10-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
  716. * command.c : add completion feature.
  717. 1997-10-18  Kunihiro Ishiguro  <kunihiro@zebra.org>
  718. * vty.c (vty_command): add vty interface.
  719. 1997-10-13  Kunihiro Ishiguro  <kunihiro@zebra.org>
  720. * zebra.c: add verbose mode.
  721. 1997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
  722. * Hydrangea for FreeBSD supported
  723. * in.h: add some prototype.
  724. 1997-10-11  Kunihiro Ishiguro  <kunihiro@zebra.org>
  725. * rt_socket.c and rtread.c completely rewritten.
  726. 1997-10-05  Kunihiro Ishiguro  <kunihiro@zebra.org>
  727. * rt_socket.c: rename kernel_sock to routing_socket
  728. 1997-10-04  Kunihiro Ishiguro  <kunihiro@zebra.org>
  729. * if.c (if_new): interface structure change from linklist to vector.
  730. 1997-10-03  Kunihiro Ishiguro  <kunihiro@zebra.org>
  731. * vector.c (vector_init): create vector related function
  732. 1997-09-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
  733. * Makefile.in: add tags target
  734. * start IPv6 support for INRIA FreeBSD.