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

网络

开发平台:

Unix_Linux

  1. 2004-05-17  "Michele 'mydecay' Marchetto" <smarchetto1@tin.it>
  2. * ripd.c (rip_rte_process): Fix nexthop and tag reflection bug.
  3. 2004-02-02  Stephan Schweizer <stephan.schweizer@zurich.com>
  4. * Set UDP receive buffer to large size.
  5. 2003-05-18  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
  6. * ripd.h (RIP_PACKET_MAXSIZ): Increase size to 524 to avoid some
  7. implemetation's RIP message size bug.  Reported by: Vladimir
  8. Ivaschenko <hazard@francoudi.com>
  9. 2002-07-07  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
  10. * zebra-0.93 released.
  11. 2002-06-30  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
  12. * ripd.c (rip_output_process): When outgoing interface is same as
  13. next hop interface, announce RIPv2 next hop otherwise set next hop
  14. to 0.  Revert previous change then take 6WIND way.
  15. 2001-09-14  Akihiro Mizutani <mizutani@dml.com>
  16. * ripd.c: RIP enabled interface's route is advertised by default.
  17. 2001-08-28  NOGUCHI Kay <kay@v6.access.co.jp>
  18. * rip_snmp.c (rip_ifaddr_delete): Add route_node_lookup() return
  19. value check.
  20. * rip_interface.c (rip_multicast_leave): Fix bug of multiple IP
  21. address on one interface multicast join/leave bug.
  22. 2001-08-26  NOGUCHI Kay <kay@v6.access.co.jp>
  23. * rip_interface.c (no_rip_passive_interface): Add NO_STR.
  24. 2001-08-19  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
  25. * zebra-0.92a released.
  26. 2001-08-15  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
  27. * zebra-0.92 released.
  28. 2001-06-17  Kunihiro Ishiguro  <kunihiro@zebra.org>
  29. * rip_routemap.c (route_match_ip_address_prefix_list): Add match
  30. ip next-hop prefix-list WORD.
  31. 2001-02-18  Kunihiro Ishiguro  <kunihiro@zebra.org>
  32. * rip_interface.c (rip_passive_interface_clean): Call
  33. rip_passive_interface_apply_all.
  34. 2001-02-12  Kunihiro Ishiguro  <kunihiro@zebra.org>
  35. * ripd.c (rip_response_process): Multicast address nexthop check
  36. is moved from rip_nexthop_check.
  37. 2001-02-08  Matthew Grant <grantma@anathoth.gen.nz>
  38. * rip_interface.c (ipv4_multicast_join): Use
  39. setsockopt_multicast_ipv4.
  40. (ipv4_multicast_leave): Likewise.
  41. (rip_if_ipv4_address_check): Interface which has IPv4 address can
  42. be enabled.
  43. 2001-02-08  Kunihiro Ishiguro  <kunihiro@zebra.org>
  44. * rip_interface.c (rip_interface_delete): To support pseudo
  45. interface do not free interface structure.
  46. * ripd.c (rip_output_process): If output interface is in simple
  47. password authentication mode, we need space for authentication
  48. data.
  49. 2001-02-01  Kunihiro Ishiguro  <kunihiro@zebra.org>
  50. * ripd.c (rip_nexthop_check): Fix multicast address nexthop check.
  51. * zebra-0.91 is released.
  52. 2001-01-27  Kunihiro Ishiguro  <kunihiro@zebra.org>
  53. * ripd.c (show_ip_rip): Show metric infinity route's timeout.
  54. (rip_rte_process): If current route is metric infinity, route is
  55. replaced with received rte.
  56. (rip_redistribute_delete): When redistribute route is deleted,
  57. perform poisoned reverse.
  58. (rip_redistribute_withdraw): Likewise.
  59. 2001-01-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
  60. * ripd.c (rip_response_process): RIPv2 routing table entry with
  61. non directly reachable nexthop was dropped.  The code is changed
  62. to treat it as 0.0.0.0 nexthop.
  63. (rip_destination_check): Check net 0 address destination.
  64. (rip_nexthop_check): New function for checking nexthop address
  65. validity.
  66. 2001-01-15  Kunihiro Ishiguro  <kunihiro@zebra.org>
  67. * ripd.c (rip_request_process): Triggered update only send changed
  68. route.
  69. * rip_interface.c: Delete RIP_API part until new implementation
  70. comes out.
  71. * rip_snmp.: Likewise.
  72. * rip_zebra.c: Likewise.
  73. * ripd.c: Likewise. 
  74. 2001-01-11  Kunihiro Ishiguro  <kunihiro@zebra.org>
  75. * rip_interface.c (rip_if_init): Remove HAVE_IF_PSEUDO part.
  76. 2001-01-09  Kunihiro Ishiguro  <kunihiro@zebra.org>
  77. * zebra-0.90 is released.
  78. 2001-01-01  Kunihiro Ishiguro  <kunihiro@zebra.org>
  79. * ripd.h (RIP_VTYSH_PATH): Change "/tmp/ripd" to "/tmp/.ripd".
  80. 2000-12-25  David Lipovkov <davidl@nbase.co.il>
  81. * ripd.c (rip_rte_process): When a route is in garbage collection
  82. process (invalid with metric 16) and a router receives the same
  83. route with valid metric then route was not installed into zebra
  84. rib, but only into ripd rib. Moreover , it will never get into
  85. zebra rib, because ripd wrongly assumes it's already there.
  86. (rip_redistribute_add): When doing redistribute into rip other
  87. route (e.g. connected) and the same route exists in ripd rib we
  88. changed it in place - bug. Now we don't forget to remove old route
  89. from zebra.
  90. (rip_timeout): When removing routes from zebra I made sure that we
  91. remove route with the metric we have in zebra and not the new
  92. one. It doesn't make a difference now,but could be significant
  93. when multipath support is done.
  94. 2000-12-25  David Lipovkov <davidl@nbase.co.il>
  95. * rip_zebra.c (rip_metric_unset): Fix bug of metric value unset.
  96. 2000-11-25  Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
  97. * ripd.c (rip_request_process): Check passive flag of the
  98. interface.
  99. 2000-11-23  Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
  100. * rip_interface.c (rip_multicast_join): When IP_ADD_MEMBERSHIP
  101. failed do not set runnning flag to the interface.
  102. 2000-11-16  Kunihiro Ishiguro  <kunihiro@zebra.org>
  103. * ripd.c (rip_output_process): Memory leak related classfull
  104. network generation is fixed.
  105. 2000-11-16  Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
  106. * rip_interface.c (if_check_address): Obsolete pointopoint address
  107. check is removed.
  108. 2000-11-02  Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
  109. * rip_interface.c (if_check_address): Add pointopoint address
  110. check.
  111. (rip_interface_up): Add check for passive interface when interface
  112. goes up.
  113. 2000-10-23  Jochen Friedrich <jochen@scram.de>
  114. * rip_snmp.c: rip_oid and ripd_oid are used in smux_open after it
  115. is registered.  So those variables must be static.
  116. 2000-10-19  Kunihiro Ishiguro  <kunihiro@zebra.org>
  117. * rip_interface.c: Change to "no ip rip (send|receive)" command
  118. accept version number argument.
  119. 2000-10-17  Akihiro Mizutani <mizutani@dml.com>
  120. * rip_routemap.c (route_set_ip_nexthop_compile): Change "match ip
  121. next-hop" from IP address to access-list name.
  122. 2000-10-17  Kunihiro Ishiguro  <kunihiro@zebra.org>
  123. * rip_peer.c: Change ot use linklist.c instaed of newlist.c.
  124. 2000-10-16  Kunihiro Ishiguro  <kunihiro@zebra.org>
  125. * rip_offset.c: Change to use linklist.c instead of newlist.c.
  126. 2000-10-02  Kunihiro Ishiguro  <kunihiro@zebra.org>
  127. * zebra-0.89 is released.
  128. 2000-09-26  Akihiro Mizutani <mizutani@dml.com>
  129. * rip_routemap.c (match_ip_nexthop): Add next-hop format check.
  130. 2000-09-18  David Lipovkov <dlipovkov@OpticalAccess.com>
  131. * rip_interface.c (ripd_api_get_if_rx_version): Corrects rip SNMP
  132. and rip API functions dealing with rip version.
  133. * rip_snmp.c (Status_Valid): SNMPv2-TC TEXTUAL-CONVENTION.
  134. 2000-09-10  Kunihiro Ishiguro  <kunihiro@zebra.org>
  135. * rip_snmp.c (rip2IfLookup): Use rip_ifaddr_lookup_next() instead
  136. of rip_if_lookup_next().
  137. * rip_interface.c (rip_enable_network_lookup): Interface enable
  138. check by interface's address with /32 prefix.
  139. * ripd.c (rip_read): When RIP is configured with authentication
  140. and no authentication in incoming packet, drop the packet.
  141. * rip_interface.c (rip_interface_reset): RIP_AUTH_SIMPLE_PASSWORD
  142. is default mode of authentication.
  143. (rip_interface_new): Likewise.
  144. (no_ip_rip_authentication_mode): Likewise.
  145. * ripd.c (rip_read): Likewise.
  146. 2000-09-10  David Lipovkov <davidl@nbase.co.il>
  147. * rip_snmp.c: Set ASN_INTEGER v->type where it is needed.
  148. 2000-09-08  Kunihiro Ishiguro  <kunihiro@zebra.org>
  149. * ripd.c (rip_auth_simple_password): Simple password
  150. authentication using key-chain.
  151. (rip_write_rte): Likewise.
  152. * rip_interface.c (ip_rip_authentication_key_chain): Add check for
  153. authentication string configuration.
  154. 2000-09-08  Akihiro Mizutani <mizutani@dml.com>
  155. * ripd.c (rip_write_rte): Add check for ri->auth_str.
  156. 2000-09-07  Kunihiro Ishiguro  <kunihiro@zebra.org>
  157. * ripd_api.h: New file is added.
  158. 2000-08-22  Kunihiro Ishiguro  <kunihiro@zebra.org>
  159. * ripd.c (rip_rte_process): rip_route_process() is renamed to
  160. rip_rte_process() to clarify meanings of the function.
  161. rip_route_process() is newly added to process RIP route selection.
  162. 2000-08-18  Kunihiro Ishiguro  <kunihiro@zebra.org>
  163. * ripd.c (rip_incoming_filter): Extract incoming filter code to
  164. function from rip_route_process(). Add check for all interface
  165. filter.
  166. (rip_outgoing_filter): Extract incoming filter code to function
  167. from rip_output_process().  Add check for all interface filter.
  168. * rip_zebra.c (rip_redistribute_clean): Reset redistribute status
  169. when "no router rip" is performed.
  170. * rip_interface.c (rip_interface_clean): Reset interface's RIP
  171. enable status.
  172. 2000-08-17  Kunihiro Ishiguro  <kunihiro@zebra.org>
  173. * ripd.c (rip_route_process): When metric infinity is received the
  174. route is removed from service immediately.
  175. (rip_timeout): Likewise.
  176. (rip_garbage_collect): Do not delete route in garbage collection.
  177. (rip_output_process): Check metric_out exceed metric infinity.
  178. * zebra-0.88 is released.
  179. 2000-08-15  Kunihiro Ishiguro  <kunihiro@zebra.org>
  180. * ripd.c (rip_distance_apply): Unlock node when there is matched
  181. node.
  182. 2000-08-13  Akihiro Mizutani <mizutani@dml.com>
  183. * rip_routemap.c (match_ip_nexthop): Add check for IP address
  184. validness.
  185. (no_set_metric): Add new ALIAS.
  186. 2000-08-07  Kunihiro Ishiguro  <kunihiro@zebra.org>
  187. * ripd.h (struct rip ): Add distance.
  188. 2000-08-05  Kunihiro Ishiguro  <kunihiro@zebra.org>
  189. * rip_zebra.c (rip_zebra_ipv4_add): Use new Zebra api to register
  190. routes.  Pass RIP metric value to zebra.
  191. 2000-08-02  Kunihiro Ishiguro  <kunihiro@zebra.org>
  192. * rip_main.c (main): Make struct thread thread from global
  193. variable to local variable in main.
  194. 2000-08-06  Kunihiro Ishiguro  <kunihiro@zebra.org>
  195. * ripd.c (rip_packet_dump): Add MD5 authentication dump function.
  196. (rip_auth_md5): RIP MD5 authentication packet receive works.
  197. 2000-08-02  David Lipovkov <davidl@nbase.co.il>
  198. * rip_interface.c (rip_if_init): Install interface "pseudo"
  199. commands.
  200. (rip_interface_delete): Do not call if_delete() when interface is
  201. pseudo interface.
  202. 2000-07-31  Kunihiro Ishiguro  <kunihiro@zebra.org>
  203. * rip_interface.c (ip_rip_authentication_mode): "ip rip
  204. authentication mode (md5|text)" is added.
  205. (ip_rip_authentication_key_chain): "ip rip authentication
  206. key-chain KEY-CHAIN" is added.
  207. (rip_interface_clean): Clean all interface configuration.
  208. (rip_interface_reset): Reset all interface configuration.
  209. (rip_clean_network): Clean rip_enable_network.
  210. * ripd.h (struct rip_interface): Add key_chain member.
  211. * ripd.c: Include md5-gnu.h.
  212. 2000-07-30  Kunihiro Ishiguro  <kunihiro@zebra.org>
  213. * ripd.h (RIP_NO_AUTH): Change RIP_NO_AUTH value from 1 to 0.
  214. * ripd.c (rip_authentication): Use RIP_AUTH_SIMPLE_PASSWORD
  215. instead of raw value 2.
  216. (rip_write_rte): Likewise.
  217. (rip_write_rte): Check ri->auth_type instead of ri->auth_str.
  218. 2000-07-30  David Lipovkov <davidl@nbase.co.il>
  219. * rip_interface.c (rip_if_down): Do not delete ZEBRA_ROUTE_KERNEL
  220. route.
  221. 2000-07-27  Kunihiro Ishiguro  <kunihiro@zebra.org>
  222. * ripd.c (rip_update_process): Add "passive-interface" command.
  223. * ripd.h (struct rip_interface): Add passive member to struct
  224. rip_interface.
  225. 2000-07-24  Kunihiro Ishiguro  <kunihiro@zebra.org>
  226. * rip_interface.c (rip_if_init): Multiple RIP routes for one
  227. prefix change.  The codes are enclosed by #ifdef NEW_RIP_TABLE.
  228. 2000-07-24  Akihiro Mizutani <mizutani@dml.com>
  229. * rip_interface.c (rip_if_init): Use install_default() for
  230. INTERFACE_NODE.
  231. 2000-07-24  Kunihiro Ishiguro <kunihiro@zebra.org>
  232. * ripd.c: First update timer will be invoked in two seconds.
  233. 2000-07-09  Jochen Friedrich <jochen@scram.de>
  234. * rip_snmp.c: Local function definitions to static.  Add INTEGER
  235. ASN_INTEGER and TIMETICKS ASN_TIMETICKS definition.
  236. (rip2PeerLookup): Peer with domain lookup implemented.
  237. (rip2PeerTable): Temporary disable RIP2PEERLASTUPDATE value
  238. support due to unknown SNMP agent startup time.
  239. 2000-07-05  Kunihiro Ishiguro  <kunihiro@zebra.org>
  240. * ripd.h: Sweep obsolete definitions.
  241. * rip_interface.c (rip_split_horizon): Add "ip split-horizon"
  242. command.
  243. * ripd.c (rip_output_process): Remove split_horizon argument.
  244. (rip_update_process): Likewise.
  245. * ripd.h (struct rip_interface): Add split_horizon flag to struct
  246. rip_interface.
  247. 2000-07-04  Akihiro Mizutani <mizutani@dml.com>
  248. * ripd.c (rip_version): Change VERSION to <1-2>.
  249. Add "no version" command.
  250. 2000-07-03  Kunihiro Ishiguro  <kunihiro@zebra.org>
  251. * rip_zebra.c (rip_redistribute_type_metric): "redistribute TYPE
  252. metric <0-16>" command is added.
  253. * rip_routemap.c (route_set_metric): Set metric_set when metric is
  254. modified.
  255. * ripd.h (struct rip_info): To check route-map set metric or not,
  256. new member metric_set is added to struct rip_info.
  257. * ripd.c (rip_route_process): Move metric handling code from
  258. rip_response_process() to rip_route_process().
  259. (rip_output_process): Set output offset-list metric.
  260. 2000-07-02  Kunihiro Ishiguro  <kunihiro@zebra.org>
  261. * rip_offset.c (rip_offset_list): New file for offset-list.
  262. 2000-07-02  Akihiro Mizutani <mizutani@dml.com>
  263. * ripd.h (struct rip ): Add default_metric.
  264. * ripd.c (rip_default_metric): "default-metric <1-16>" command is
  265. added.
  266. (config_write_rip): Change configuration order.
  267. * rip_zebra.c: Fix help strings.
  268. 2000-07-02  David Lipovkov <davidl@nbase.co.il>
  269. * rip_interface.c (rip_if_init): Add IF_DELETE_HOOK.
  270. 2000-07-01  Kunihiro Ishiguro  <kunihiro@zebra.org>
  271. * ripd.c (rip_output_process): If specified route-map does not
  272. exist, it treated as deny all.
  273. 2000-06-30  Kunihiro Ishiguro  <kunihiro@zebra.org>
  274. * rip_routemap.c (rip_route_map_init): Call rip_route_map_update
  275. when route-map is deleted.
  276. 2000-06-28  Kunihiro Ishiguro  <kunihiro@zebra.org>
  277. * rip_routemap.c (set_metric): For consistency with bgpd's set
  278. metric, value range is set to <0-4294967295>.
  279. 2000-06-28  David Lipovkov <davidl@nbase.co.il>
  280. * rip_routemap.c (rip_route_map_update): Add check for rip is
  281. enabled or not for avoid core dump.
  282. * rip_debug.c (debug_rip_packet_direct): Fix bug of setting
  283. rip_debug_packet flag.
  284. 2000-06-13  David Lipovkov <davidl@nbase.co.il>
  285. * rip_interface.c (rip_interface_delete): All work is done in
  286. rip_if_down().
  287. 2000-06-06  Kunihiro Ishiguro  <kunihiro@zebra.org>
  288. * ripd.c (rip_redistribute_delete): Fix bug of missing
  289. route_unlock_node() when redistribute route is not found.
  290. 2000-06-05  Akihirof Mizutani <mizutani@dml.com>
  291. * rip_debug.c (rip_debug_init): Disable show debugging in
  292. VIEW_NODE like other protocol daemon.
  293. * rip_routemap.c: Change command argument to more comprehensive.
  294. METRIC       -> <0-16>
  295. IFNAME       -> WORD
  296. IP_ADDR      -> A.B.C.D
  297. ACCSESS_LIST -> WORD
  298. 2000-06-05  David Lipovkov <davidl@nbase.co.il>
  299. * rip_interface.c (rip_interface_delete): Delete all routes
  300. include static and kernel through the interface , because even if
  301. the interface is added again there is no guarantee that it will
  302. get the same ifindex as before.
  303. 2000-05-31  Akihirof Mizutani <mizutani@dml.com>
  304. * rip_debug.c: Fix rip debug help string.
  305. 2000-04-27  Mirko Karanovic <mkaranov@torsel.alcatel.com>
  306. * rip_interface.c (rip_interface_down): Remove interface from
  307. multicast group when interface goes down.
  308. 2000-04-03  David Lipovkov <davidl@nbase.co.il>
  309. * rip_interface.c (rip_interface_down): Implemented rip functions
  310. for interface up/down events: rip_interface_up() and
  311. rip_interface_down()
  312. 2000-03-16  David Lipovkov <davidl@nbase.co.il>
  313. * rip_zebra.c (rip_zclient_init): Added rip functions for
  314. interface up/down events.
  315. 2000-02-15  Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
  316. * ripd.c (rip_write_rte): "set metic" in route-map has no effect
  317. for RIPv1 in ripd.  It worked fine for RIPv2.
  318. 2000-01-17  Kunihiro Ishiguro  <kunihiro@zebra.org>
  319. * ripd.c (show_ip_protocols_rip): Fix bug of "show ip protocls"
  320. mis-display RIP version.
  321. * ripd.h (struct rip_peer): Add timeout thread to rip_peer
  322. structure.
  323. 2000-01-16  Kunihiro Ishiguro  <kunihiro@zebra.org>
  324. * rip_peer.c: Add new file for supporting RIP peer.
  325. 1999-12-26  David Lipovkov <davidl@nbase.co.il>
  326. * ripd.c (rip_authentication): RIP authantication string is 16
  327. bytes long.
  328. 1999-12-10  Kunihiro Ishiguro  <kunihiro@zebra.org>
  329. * ripd.c (rip_read): Add check for minimum packet length.
  330. Authentication check is moved from rip_process_response() to
  331. rip_read().  Patch from David Lipovkov <davidl@nbase.co.il> is
  332. applied then add rte number check by Kunihiro Ishiguro
  333. <kunihiro@zebra.org>.
  334. 1999-12-07  Kunihiro Ishiguro  <kunihiro@zebra.org>
  335. * ripd.c (rip_response_process): In case of packet is RIPv2 and
  336. network is non zero and netmask is zero, apply netmask rule as
  337. same as RIPv1.
  338. 1999-11-06  Kunihiro Ishiguro  <kunihiro@zebra.org>
  339. * ripd.c (rip_timers): Fix bug of timers basic argument format.
  340. 1999-11-03  Kunihiro Ishiguro  <kunihiro@zebra.org>
  341. * rip_snmp.c (rip2IfConfAddress): Forgot to include
  342. RIP2IFCONFDOMAIN.
  343. 1999-10-28  Kunihiro Ishiguro  <kunihiro@zebra.org>
  344. * ripd.h (struct rip_peer): New structure added.
  345. 1999-10-26  Kunihiro Ishiguro  <kunihiro@zebra.org>
  346. * rip_zebra.c (rip_zebra_ipv4_add): Increment
  347. rip_global_route_changes when route change occur.
  348. (rip_zebra_ipv4_delete): Likewise.
  349. * ripd.c (rip_request_process): Increment rip_global_queries when
  350. reply to the query is sent.
  351. 1999-10-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
  352. * rip_debug.c (rip_debug_reset): Reset function added.
  353. * ripd.c (rip_update_process): Logging bug is fixed. 
  354. 1999-10-10  Marc Boucher <marc@mbsi.ca>
  355. * ripd.c (config_write_rip): Add config_write_distribute() call.
  356. 1999-09-29  Kunihiro Ishiguro  <kunihiro@zebra.org>
  357. * ripd.c (rip_distribute_update): Fix bug of access-list
  358. prefix-list updates.
  359. 1999-09-10  VOP <vop@unity.net>
  360. * rip_zebra.c: Add redistribute route-map feature.
  361. 1999-09-10  Kunihiro Ishiguro  <kunihiro@zebra.org>
  362. * ripd.c (rip_response_process): Add check for given prefix is
  363. given mask applied one.
  364. 1999-09-03  VOP <vop@unity.net>
  365. * rip_interface.c (rip_interface_multicast_set): Bug fix about
  366. setting multicast interface.
  367. 1999-09-02  VOP <vop@unity.net>
  368. * rip_routemap.c: New file added.
  369. 1999-09-02  Kunihiro Ishiguro  <kunihiro@zebra.org>
  370. * ripd.c (show_ip_protocols_rip): Show next update time.
  371. (show_ip_protocols_rip): Show redistribute information.
  372. 1999-08-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
  373. * RIPv2-MIB.txt: New file added.
  374. * rip_snmp.c: New file added.
  375. 1999-08-24  Kunihiro Ishiguro  <kunihiro@zebra.org>
  376. * rip_interface.c (ip_rip_authentication_string): RIPv2
  377. authentication command is added.
  378. 1999-08-23  Kunihiro Ishiguro  <kunihiro@zebra.org>
  379. * rip_interface.c (rip_interface_multicast_set): Process of
  380. setting IP_MULTICAST_IF on specific interface.
  381. * ripd.c (rip_read): Add packet size check.
  382. 1999-08-16  Kunihiro Ishiguro  <kunihiro@zebra.org>
  383. * ripd.c (rip_request_process): Fill in RIP_METRIC_INFINITY with
  384. network byte order using htonl ().
  385. (rip_response_process): Pass host byte order address to IN_CLASSC
  386. and IN_CLASSB macro.
  387. 1999-08-08  davidm@nbase.co.il (David Mozes)
  388. * rip_zebra.c (rip_zebra_read_ipv4): Fix split horizon problem.
  389. 1999-07-03  Kunihiro Ishiguro  <kunihiro@zebra.org>
  390. * ripd.c (rip_timer_set): Function added.
  391. 1999-07-01  Kunihiro Ishiguro  <kunihiro@zebra.org>
  392. * rip_debug.c: New file added.
  393. rip_debug.h: New file added.
  394. 1999-07-01  Rick Payne <rickp@rossfell.co.uk>
  395. * rip_zebra.c (zebra_init): Install standard commands to
  396. ZEBRA_NODE.
  397. 1999-06-01  David Luyer <luyer@ucs.uwa.edu.au>
  398. * ripd.c (rip_process_route): Add support for RIP version 1.
  399. 1999-05-29  Kunihiro Ishiguro  <kunihiro@zebra.org>
  400. * rip_zebra.c: Change to use lib/zclient.[ch].
  401. 1999-05-20  Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
  402. * ripd.c (rip_add_route): Change the existance route's metric check
  403.           to the condition specified by RFC2453. 
  404. 1999-05-17  Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
  405. * ripd.c (rip_process_route): Add the if metric to the route metric.
  406. * ripd.c (rip_add_route): Deleted add if metric to the route.
  407. 1999-05-16  Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
  408. * rip_interface.c (if_valid_neighbor): New function.
  409. * ripd.c (rip_process_route): Added check whether the datagram
  410. is from a valid neighbor.
  411. 1999-05-15  Kunihiro Ishiguro  <kunihiro@zebra.org>
  412. * ripd.c (rip_process_route): Set interface pointer to rinfo.
  413. 1999-05-15  Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
  414. * ripd.c (rip_check_address): Unicast and not net 0 or 127 check
  415. added.
  416. 1999-05-14  Stephen R. van den Berg <srb@cuci.nl>
  417. * rip_main.c (signal_init): SIGTERM call sigint.
  418. (sigint): Loggging more better message.
  419. 1999-05-10  Kunihiro Ishiguro  <kunihiro@zebra.org>
  420. * ripd.c (rip_add_route): Fix previous route_unlock_node() chenge.
  421. * rip_main.c (main): Change default zlog output to ZLOG_STDOUT for
  422. debugging.
  423. 1999-05-09  Patrick Koppen <koppen@rhrk.uni-kl.de>
  424. * rip_interface.c (rip_request): Fix old semantics for fetching
  425. connected address.
  426. * ripd.c (rip_add_route): Update timer when the route is updated.
  427. 1999-05-09  Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
  428. * rip_zebra.c (struct zebra): Add ridist_static, ridist_connect,
  429. redist_rip, redist_ripng.  
  430. * rip_zebra.c (zebra_create): Updated for current zebra method.
  431. * ripd.c (rip_add_route): Add missing route_unlock_node().
  432. 1999-05-03  Kunihiro Ishiguro  <kunihiro@zebra.org>
  433. * ripd.c (rip_add_route): Add metric check.  Reported by Carlos
  434. Alberto Barcenilla <barce@frlp.utn.edu.ar>.
  435. 1999-02-18  Peter Galbavy  <Peter.Galbavy@knowledge.com>
  436. * syslog support added
  437. 1998-12-13  Kunihiro Ishiguro  <kunihiro@zebra.org>
  438. * ripd.c (rip_announce_func): Apply new lib functions.
  439. 1998-12-09  Kunihiro Ishiguro  <kunihiro@zebra.org>
  440. * ripd.c (config_write_rip): Delete vector v argument.
  441. * rip_zebra.c (config_write_zebra): Likewise.
  442. * rip_interface.c (interface_config_write): Likewise.
  443. 1998-09-07  Kunihiro Ishiguro  <kunihiro@zebra.org>
  444. * rip_announce.c (rip_rib_close): When ripd terminates delete all
  445. added route.
  446. 1998-09-01  Kunihiro Ishiguro  <kunihiro@zebra.org>
  447. * rip_interface.c: return read packet size.
  448. 1998-05-18  Yamshita TAKAO  <jargon@lares.dti.ne.jp>
  449. * ripd.h: Modify for compile on Solaris.
  450. 1998-05-07  Kunihiro Ishiguro  <kunihiro@zebra.org>
  451. * ripd.c: DEFUN function return CMD_SUCCESS.
  452.   change xmalloc to XMALLOC macro.
  453. 1998-05-03  Kunihiro Ishiguro  <kunihiro@zebra.org>
  454. * rip_main.c: change CONFDIR to SYSCONFDIR.
  455. 1998-05-01  Kunihiro Ishiguro  <kunihiro@zebra.org>
  456. * .cvsignore: added.
  457. 1998-02-04  Kunihiro Ishiguro  <kunihiro@zebra.org>
  458. * rip_interface.c (config_write_interface): correct ADVERTISE spell.
  459. * rip_main.c (main): add usage() and make cleanup.
  460. 1998-01-05  Kunihiro Ishiguro  <kunihiro@zebra.org>
  461. * ripd.c (rip_version): add rip version command.
  462. 1998-01-04  Kunihiro Ishiguro  <kunihiro@zebra.org>
  463. * rip_interface.c (zebra_get_interface): added to get
  464. interface's information.
  465. * ChangeLog: create.