blob: 2cf199e89971706f3e34bf59541f6aa0cfc36751 [file] [log] [blame]
paul0a589352004-05-08 11:48:26 +000012004-05-08 Paul Jakma <paul@dishone.st>
2
3 * rip_zebra.c: sync with zclient changes.
4 * rip_interface.c: ditto.
5
paul239389b2004-05-05 14:09:37 +000062004-05-05 Anthony.Golia@morganstanley.com
7
8 * ripd.c: (rip_update_jitter) Bound jitter to a more sensible
9 value, eg 1/4 of update time.
10
paula87552c2004-05-03 20:00:17 +0000112004-05-03 Paul Jakma <paul@dishone.st>
12
13 * ripd.c: (rip_rte_process) fix typo in merge of previous patch
14 and run function through indent.
15
paulb94f9db2004-05-01 20:45:38 +0000162004-03-19 Jean-Yves Simon <lethalwp@tiscali.be>
17
paula87552c2004-05-03 20:00:17 +000018 * ripd.c: (rip_rte_process) make ripd also check on
19 administrative distance of his own links to update routes.
paulb94f9db2004-05-01 20:45:38 +000020
hassoda9c9a22004-03-18 02:40:55 +0000212004-03-18 sowmini.varadhan@sun.com
22
23 * ripd.c: rip_send_packet can get null connected address when
24 called in response to a unicast rip-request. Handle correctly.
25
hassoa1455d82004-03-03 19:36:24 +0000262004-03-03 Krzysztof Oledzki <oleq@ans.pl>
27
hassocaa6f8a2004-03-03 19:48:48 +000028 * ripd.c: fix "show ip rip" and per interface rip version selection.
hassoa1455d82004-03-03 19:36:24 +000029
paul931cd542004-01-23 15:31:42 +0000302004-01-23 sowmini.varadhan@sun.com
31
32 * rip_interface.c: obsolete unbind code in
33 rip_interface_multicast_set, and instead do the more portable
34 (though slower) method of creating a socket for each outgoing packet
35 and binding the source address on the new socket.
36 * rip_interface.c, ripd.c, ripd.h: Modify rip_request_send so that
37 source address is determined by the caller of rip_request_send for
38 ripv1 packets and non-multicast interfaces (rip_request_send loops
39 over all connected address in all other cases).
40 * rip_send_packet: don't send packets with source set to
41 ZEBRA_IFA_SECONDARY connected addresses; improved debug messages;
42
paulf38a4712003-06-07 01:10:00 +0000432003-06-07 Andrew J. Schorr <aschorr@telemetry-investments.com>
44
45 * Allow ripd to receive RIPv1
46 * add default as valid param to passive-interface command
47
hasso16705132003-05-25 14:49:19 +0000482003-05-25 Vincent Jardin <vjardin@wanadoo.fr>
49
paulf38a4712003-06-07 01:10:00 +000050 * 6Wind patch merge.
hasso16705132003-05-25 14:49:19 +000051
paul445f1432003-05-16 19:00:31 +0000522003-04-19 Hasso Tepper <hasso@estpak.ee>
53
54 * rip_routemap.c: sync daemon's route-map commands to have same
55 syntax
56
paul718e3742002-12-13 20:15:29 +0000572002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
58
59 * zebra-0.93 released.
60
612002-06-30 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
62
63 * ripd.c (rip_output_process): When outgoing interface is same as
64 next hop interface, announce RIPv2 next hop otherwise set next hop
65 to 0. Revert previous change then take 6WIND way.
66
672001-09-14 Akihiro Mizutani <mizutani@dml.com>
68
69 * ripd.c: RIP enabled interface's route is advertised by default.
70
712001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
72
73 * rip_snmp.c (rip_ifaddr_delete): Add route_node_lookup() return
74 value check.
75
76 * rip_interface.c (rip_multicast_leave): Fix bug of multiple IP
77 address on one interface multicast join/leave bug.
78
792001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
80
81 * rip_interface.c (no_rip_passive_interface): Add NO_STR.
82
832001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
84
85 * zebra-0.92a released.
86
872001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
88
89 * zebra-0.92 released.
90
912001-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
92
93 * rip_routemap.c (route_match_ip_address_prefix_list): Add match
94 ip next-hop prefix-list WORD.
95
962001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
97
98 * rip_interface.c (rip_passive_interface_clean): Call
99 rip_passive_interface_apply_all.
100
1012001-02-12 Kunihiro Ishiguro <kunihiro@zebra.org>
102
103 * ripd.c (rip_response_process): Multicast address nexthop check
104 is moved from rip_nexthop_check.
105
1062001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
107
108 * rip_interface.c (ipv4_multicast_join): Use
109 setsockopt_multicast_ipv4.
110 (ipv4_multicast_leave): Likewise.
111 (rip_if_ipv4_address_check): Interface which has IPv4 address can
112 be enabled.
113
1142001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
115
116 * rip_interface.c (rip_interface_delete): To support pseudo
117 interface do not free interface structure.
118 * ripd.c (rip_output_process): If output interface is in simple
119 password authentication mode, we need space for authentication
120 data.
121
1222001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
123
124 * ripd.c (rip_nexthop_check): Fix multicast address nexthop check.
125
126 * zebra-0.91 is released.
127
1282001-01-27 Kunihiro Ishiguro <kunihiro@zebra.org>
129
130 * ripd.c (show_ip_rip): Show metric infinity route's timeout.
131 (rip_rte_process): If current route is metric infinity, route is
132 replaced with received rte.
133 (rip_redistribute_delete): When redistribute route is deleted,
134 perform poisoned reverse.
135 (rip_redistribute_withdraw): Likewise.
136
1372001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
138
139 * ripd.c (rip_response_process): RIPv2 routing table entry with
140 non directly reachable nexthop was dropped. The code is changed
141 to treat it as 0.0.0.0 nexthop.
142 (rip_destination_check): Check net 0 address destination.
143 (rip_nexthop_check): New function for checking nexthop address
144 validity.
145
1462001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
147
148 * ripd.c (rip_request_process): Triggered update only send changed
149 route.
150
151 * rip_interface.c: Delete RIP_API part until new implementation
152 comes out.
153
154 * rip_snmp.: Likewise.
155
156 * rip_zebra.c: Likewise.
157
158 * ripd.c: Likewise.
159
1602001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
161
162 * rip_interface.c (rip_if_init): Remove HAVE_IF_PSEUDO part.
163
1642001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
165
166 * zebra-0.90 is released.
167
1682001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
169
170 * ripd.h (RIP_VTYSH_PATH): Change "/tmp/ripd" to "/tmp/.ripd".
171
1722000-12-25 David Lipovkov <davidl@nbase.co.il>
173
174 * ripd.c (rip_rte_process): When a route is in garbage collection
175 process (invalid with metric 16) and a router receives the same
176 route with valid metric then route was not installed into zebra
177 rib, but only into ripd rib. Moreover , it will never get into
178 zebra rib, because ripd wrongly assumes it's already there.
179 (rip_redistribute_add): When doing redistribute into rip other
180 route (e.g. connected) and the same route exists in ripd rib we
181 changed it in place - bug. Now we don't forget to remove old route
182 from zebra.
183 (rip_timeout): When removing routes from zebra I made sure that we
184 remove route with the metric we have in zebra and not the new
185 one. It doesn't make a difference now,but could be significant
186 when multipath support is done.
187
1882000-12-25 David Lipovkov <davidl@nbase.co.il>
189
190 * rip_zebra.c (rip_metric_unset): Fix bug of metric value unset.
191
1922000-11-25 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
193
194 * ripd.c (rip_request_process): Check passive flag of the
195 interface.
196
1972000-11-23 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
198
199 * rip_interface.c (rip_multicast_join): When IP_ADD_MEMBERSHIP
200 failed do not set runnning flag to the interface.
201
2022000-11-16 Kunihiro Ishiguro <kunihiro@zebra.org>
203
204 * ripd.c (rip_output_process): Memory leak related classfull
205 network generation is fixed.
206
2072000-11-16 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
208
209 * rip_interface.c (if_check_address): Obsolete pointopoint address
210 check is removed.
211
2122000-11-02 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
213
214 * rip_interface.c (if_check_address): Add pointopoint address
215 check.
216 (rip_interface_up): Add check for passive interface when interface
217 goes up.
218
2192000-10-23 Jochen Friedrich <jochen@scram.de>
220
221 * rip_snmp.c: rip_oid and ripd_oid are used in smux_open after it
222 is registered. So those variables must be static.
223
2242000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
225
226 * rip_interface.c: Change to "no ip rip (send|receive)" command
227 accept version number argument.
228
2292000-10-17 Akihiro Mizutani <mizutani@dml.com>
230
231 * rip_routemap.c (route_set_ip_nexthop_compile): Change "match ip
232 next-hop" from IP address to access-list name.
233
2342000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
235
236 * rip_peer.c: Change ot use linklist.c instaed of newlist.c.
237
2382000-10-16 Kunihiro Ishiguro <kunihiro@zebra.org>
239
240 * rip_offset.c: Change to use linklist.c instead of newlist.c.
241
2422000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
243
244 * zebra-0.89 is released.
245
2462000-09-26 Akihiro Mizutani <mizutani@dml.com>
247
248 * rip_routemap.c (match_ip_nexthop): Add next-hop format check.
249
2502000-09-18 David Lipovkov <dlipovkov@OpticalAccess.com>
251
252 * rip_interface.c (ripd_api_get_if_rx_version): Corrects rip SNMP
253 and rip API functions dealing with rip version.
254
255 * rip_snmp.c (Status_Valid): SNMPv2-TC TEXTUAL-CONVENTION.
256
2572000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
258
259 * rip_snmp.c (rip2IfLookup): Use rip_ifaddr_lookup_next() instead
260 of rip_if_lookup_next().
261
262 * rip_interface.c (rip_enable_network_lookup): Interface enable
263 check by interface's address with /32 prefix.
264
265 * ripd.c (rip_read): When RIP is configured with authentication
266 and no authentication in incoming packet, drop the packet.
267
268 * rip_interface.c (rip_interface_reset): RIP_AUTH_SIMPLE_PASSWORD
269 is default mode of authentication.
270 (rip_interface_new): Likewise.
271 (no_ip_rip_authentication_mode): Likewise.
272
273 * ripd.c (rip_read): Likewise.
274
2752000-09-10 David Lipovkov <davidl@nbase.co.il>
276
277 * rip_snmp.c: Set ASN_INTEGER v->type where it is needed.
278
2792000-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
280
281 * ripd.c (rip_auth_simple_password): Simple password
282 authentication using key-chain.
283 (rip_write_rte): Likewise.
284
285 * rip_interface.c (ip_rip_authentication_key_chain): Add check for
286 authentication string configuration.
287
2882000-09-08 Akihiro Mizutani <mizutani@dml.com>
289
290 * ripd.c (rip_write_rte): Add check for ri->auth_str.
291
2922000-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
293
294 * ripd_api.h: New file is added.
295
2962000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
297
298 * ripd.c (rip_rte_process): rip_route_process() is renamed to
299 rip_rte_process() to clarify meanings of the function.
300 rip_route_process() is newly added to process RIP route selection.
301
3022000-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
303
304 * ripd.c (rip_incoming_filter): Extract incoming filter code to
305 function from rip_route_process(). Add check for all interface
306 filter.
307 (rip_outgoing_filter): Extract incoming filter code to function
308 from rip_output_process(). Add check for all interface filter.
309
310 * rip_zebra.c (rip_redistribute_clean): Reset redistribute status
311 when "no router rip" is performed.
312
313 * rip_interface.c (rip_interface_clean): Reset interface's RIP
314 enable status.
315
3162000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
317
318 * ripd.c (rip_route_process): When metric infinity is received the
319 route is removed from service immediately.
320 (rip_timeout): Likewise.
321 (rip_garbage_collect): Do not delete route in garbage collection.
322 (rip_output_process): Check metric_out exceed metric infinity.
323
324 * zebra-0.88 is released.
325
3262000-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
327
328 * ripd.c (rip_distance_apply): Unlock node when there is matched
329 node.
330
3312000-08-13 Akihiro Mizutani <mizutani@dml.com>
332
333 * rip_routemap.c (match_ip_nexthop): Add check for IP address
334 validness.
335 (no_set_metric): Add new ALIAS.
336
3372000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
338
339 * ripd.h (struct rip ): Add distance.
340
3412000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
342
343 * rip_zebra.c (rip_zebra_ipv4_add): Use new Zebra api to register
344 routes. Pass RIP metric value to zebra.
345
3462000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
347
348 * rip_main.c (main): Make struct thread thread from global
349 variable to local variable in main.
350
3512000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
352
353 * ripd.c (rip_packet_dump): Add MD5 authentication dump function.
354 (rip_auth_md5): RIP MD5 authentication packet receive works.
355
3562000-08-02 David Lipovkov <davidl@nbase.co.il>
357
358 * rip_interface.c (rip_if_init): Install interface "pseudo"
359 commands.
360 (rip_interface_delete): Do not call if_delete() when interface is
361 pseudo interface.
362
3632000-07-31 Kunihiro Ishiguro <kunihiro@zebra.org>
364
365 * rip_interface.c (ip_rip_authentication_mode): "ip rip
366 authentication mode (md5|text)" is added.
367 (ip_rip_authentication_key_chain): "ip rip authentication
368 key-chain KEY-CHAIN" is added.
369 (rip_interface_clean): Clean all interface configuration.
370 (rip_interface_reset): Reset all interface configuration.
371 (rip_clean_network): Clean rip_enable_network.
372
373 * ripd.h (struct rip_interface): Add key_chain member.
374
375 * ripd.c: Include md5-gnu.h.
376
3772000-07-30 Kunihiro Ishiguro <kunihiro@zebra.org>
378
379 * ripd.h (RIP_NO_AUTH): Change RIP_NO_AUTH value from 1 to 0.
380
381 * ripd.c (rip_authentication): Use RIP_AUTH_SIMPLE_PASSWORD
382 instead of raw value 2.
383 (rip_write_rte): Likewise.
384 (rip_write_rte): Check ri->auth_type instead of ri->auth_str.
385
3862000-07-30 David Lipovkov <davidl@nbase.co.il>
387
388 * rip_interface.c (rip_if_down): Do not delete ZEBRA_ROUTE_KERNEL
389 route.
390
3912000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
392
393 * ripd.c (rip_update_process): Add "passive-interface" command.
394
395 * ripd.h (struct rip_interface): Add passive member to struct
396 rip_interface.
397
3982000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
399
400 * rip_interface.c (rip_if_init): Multiple RIP routes for one
401 prefix change. The codes are enclosed by #ifdef NEW_RIP_TABLE.
402
4032000-07-24 Akihiro Mizutani <mizutani@dml.com>
404
405 * rip_interface.c (rip_if_init): Use install_default() for
406 INTERFACE_NODE.
407
4082000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
409
410 * ripd.c: First update timer will be invoked in two seconds.
411
4122000-07-09 Jochen Friedrich <jochen@scram.de>
413
414 * rip_snmp.c: Local function definitions to static. Add INTEGER
415 ASN_INTEGER and TIMETICKS ASN_TIMETICKS definition.
416 (rip2PeerLookup): Peer with domain lookup implemented.
417 (rip2PeerTable): Temporary disable RIP2PEERLASTUPDATE value
418 support due to unknown SNMP agent startup time.
419
4202000-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
421
422 * ripd.h: Sweep obsolete definitions.
423
424 * rip_interface.c (rip_split_horizon): Add "ip split-horizon"
425 command.
426
427 * ripd.c (rip_output_process): Remove split_horizon argument.
428 (rip_update_process): Likewise.
429
430 * ripd.h (struct rip_interface): Add split_horizon flag to struct
431 rip_interface.
432
4332000-07-04 Akihiro Mizutani <mizutani@dml.com>
434
435 * ripd.c (rip_version): Change VERSION to <1-2>.
436 Add "no version" command.
437
4382000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
439
440 * rip_zebra.c (rip_redistribute_type_metric): "redistribute TYPE
441 metric <0-16>" command is added.
442
443 * rip_routemap.c (route_set_metric): Set metric_set when metric is
444 modified.
445
446 * ripd.h (struct rip_info): To check route-map set metric or not,
447 new member metric_set is added to struct rip_info.
448
449 * ripd.c (rip_route_process): Move metric handling code from
450 rip_response_process() to rip_route_process().
451 (rip_output_process): Set output offset-list metric.
452
4532000-07-02 Kunihiro Ishiguro <kunihiro@zebra.org>
454
455 * rip_offset.c (rip_offset_list): New file for offset-list.
456
4572000-07-02 Akihiro Mizutani <mizutani@dml.com>
458
459 * ripd.h (struct rip ): Add default_metric.
460
461 * ripd.c (rip_default_metric): "default-metric <1-16>" command is
462 added.
463 (config_write_rip): Change configuration order.
464
465 * rip_zebra.c: Fix help strings.
466
4672000-07-02 David Lipovkov <davidl@nbase.co.il>
468
469 * rip_interface.c (rip_if_init): Add IF_DELETE_HOOK.
470
4712000-07-01 Kunihiro Ishiguro <kunihiro@zebra.org>
472
473 * ripd.c (rip_output_process): If specified route-map does not
474 exist, it treated as deny all.
475
4762000-06-30 Kunihiro Ishiguro <kunihiro@zebra.org>
477
478 * rip_routemap.c (rip_route_map_init): Call rip_route_map_update
479 when route-map is deleted.
480
4812000-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
482
483 * rip_routemap.c (set_metric): For consistency with bgpd's set
484 metric, value range is set to <0-4294967295>.
485
4862000-06-28 David Lipovkov <davidl@nbase.co.il>
487
488 * rip_routemap.c (rip_route_map_update): Add check for rip is
489 enabled or not for avoid core dump.
490
491 * rip_debug.c (debug_rip_packet_direct): Fix bug of setting
492 rip_debug_packet flag.
493
4942000-06-13 David Lipovkov <davidl@nbase.co.il>
495
496 * rip_interface.c (rip_interface_delete): All work is done in
497 rip_if_down().
498
4992000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
500
501 * ripd.c (rip_redistribute_delete): Fix bug of missing
502 route_unlock_node() when redistribute route is not found.
503
5042000-06-05 Akihirof Mizutani <mizutani@dml.com>
505
506 * rip_debug.c (rip_debug_init): Disable show debugging in
507 VIEW_NODE like other protocol daemon.
508
509 * rip_routemap.c: Change command argument to more comprehensive.
510
511 METRIC -> <0-16>
512 IFNAME -> WORD
513 IP_ADDR -> A.B.C.D
514 ACCSESS_LIST -> WORD
515
5162000-06-05 David Lipovkov <davidl@nbase.co.il>
517
518 * rip_interface.c (rip_interface_delete): Delete all routes
519 include static and kernel through the interface , because even if
520 the interface is added again there is no guarantee that it will
521 get the same ifindex as before.
522
5232000-05-31 Akihirof Mizutani <mizutani@dml.com>
524
525 * rip_debug.c: Fix rip debug help string.
526
5272000-04-27 Mirko Karanovic <mkaranov@torsel.alcatel.com>
528
529 * rip_interface.c (rip_interface_down): Remove interface from
530 multicast group when interface goes down.
531
5322000-04-03 David Lipovkov <davidl@nbase.co.il>
533
534 * rip_interface.c (rip_interface_down): Implemented rip functions
535 for interface up/down events: rip_interface_up() and
536 rip_interface_down()
537
5382000-03-16 David Lipovkov <davidl@nbase.co.il>
539
540 * rip_zebra.c (rip_zclient_init): Added rip functions for
541 interface up/down events.
542
5432000-02-15 Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
544
545 * ripd.c (rip_write_rte): "set metic" in route-map has no effect
546 for RIPv1 in ripd. It worked fine for RIPv2.
547
5482000-01-17 Kunihiro Ishiguro <kunihiro@zebra.org>
549
550 * ripd.c (show_ip_protocols_rip): Fix bug of "show ip protocls"
551 mis-display RIP version.
552
553 * ripd.h (struct rip_peer): Add timeout thread to rip_peer
554 structure.
555
5562000-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
557
558 * rip_peer.c: Add new file for supporting RIP peer.
559
5601999-12-26 David Lipovkov <davidl@nbase.co.il>
561
562 * ripd.c (rip_authentication): RIP authantication string is 16
563 bytes long.
564
5651999-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
566
567 * ripd.c (rip_read): Add check for minimum packet length.
568 Authentication check is moved from rip_process_response() to
569 rip_read(). Patch from David Lipovkov <davidl@nbase.co.il> is
570 applied then add rte number check by Kunihiro Ishiguro
571 <kunihiro@zebra.org>.
572
5731999-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
574
575 * ripd.c (rip_response_process): In case of packet is RIPv2 and
576 network is non zero and netmask is zero, apply netmask rule as
577 same as RIPv1.
578
5791999-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
580
581 * ripd.c (rip_timers): Fix bug of timers basic argument format.
582
5831999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
584
585 * rip_snmp.c (rip2IfConfAddress): Forgot to include
586 RIP2IFCONFDOMAIN.
587
5881999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
589
590 * ripd.h (struct rip_peer): New structure added.
591
5921999-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
593
594 * rip_zebra.c (rip_zebra_ipv4_add): Increment
595 rip_global_route_changes when route change occur.
596 (rip_zebra_ipv4_delete): Likewise.
597
598 * ripd.c (rip_request_process): Increment rip_global_queries when
599 reply to the query is sent.
600
6011999-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
602
603 * rip_debug.c (rip_debug_reset): Reset function added.
604
605 * ripd.c (rip_update_process): Logging bug is fixed.
606
6071999-10-10 Marc Boucher <marc@mbsi.ca>
608
609 * ripd.c (config_write_rip): Add config_write_distribute() call.
610
6111999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
612
613 * ripd.c (rip_distribute_update): Fix bug of access-list
614 prefix-list updates.
615
6161999-09-10 VOP <vop@unity.net>
617
618 * rip_zebra.c: Add redistribute route-map feature.
619
6201999-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
621
622 * ripd.c (rip_response_process): Add check for given prefix is
623 given mask applied one.
624
6251999-09-03 VOP <vop@unity.net>
626
627 * rip_interface.c (rip_interface_multicast_set): Bug fix about
628 setting multicast interface.
629
6301999-09-02 VOP <vop@unity.net>
631
632 * rip_routemap.c: New file added.
633
6341999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
635
636 * ripd.c (show_ip_protocols_rip): Show next update time.
637 (show_ip_protocols_rip): Show redistribute information.
638
6391999-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
640
641 * RIPv2-MIB.txt: New file added.
642
643 * rip_snmp.c: New file added.
644
6451999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
646
647 * rip_interface.c (ip_rip_authentication_string): RIPv2
648 authentication command is added.
649
6501999-08-23 Kunihiro Ishiguro <kunihiro@zebra.org>
651
652 * rip_interface.c (rip_interface_multicast_set): Process of
653 setting IP_MULTICAST_IF on specific interface.
654
655 * ripd.c (rip_read): Add packet size check.
656
6571999-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
658
659 * ripd.c (rip_request_process): Fill in RIP_METRIC_INFINITY with
660 network byte order using htonl ().
661 (rip_response_process): Pass host byte order address to IN_CLASSC
662 and IN_CLASSB macro.
663
6641999-08-08 davidm@nbase.co.il (David Mozes)
665
666 * rip_zebra.c (rip_zebra_read_ipv4): Fix split horizon problem.
667
6681999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
669
670 * ripd.c (rip_timer_set): Function added.
671
6721999-07-01 Kunihiro Ishiguro <kunihiro@zebra.org>
673
674 * rip_debug.c: New file added.
675 rip_debug.h: New file added.
676
6771999-07-01 Rick Payne <rickp@rossfell.co.uk>
678
679 * rip_zebra.c (zebra_init): Install standard commands to
680 ZEBRA_NODE.
681
6821999-06-01 David Luyer <luyer@ucs.uwa.edu.au>
683
684 * ripd.c (rip_process_route): Add support for RIP version 1.
685
6861999-05-29 Kunihiro Ishiguro <kunihiro@zebra.org>
687
688 * rip_zebra.c: Change to use lib/zclient.[ch].
689
6901999-05-20 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
691
692 * ripd.c (rip_add_route): Change the existance route's metric check
693 to the condition specified by RFC2453.
694
6951999-05-17 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
696
697 * ripd.c (rip_process_route): Add the if metric to the route metric.
698
699 * ripd.c (rip_add_route): Deleted add if metric to the route.
700
7011999-05-16 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
702
703 * rip_interface.c (if_valid_neighbor): New function.
704
705 * ripd.c (rip_process_route): Added check whether the datagram
706 is from a valid neighbor.
707
7081999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
709
710 * ripd.c (rip_process_route): Set interface pointer to rinfo.
711
7121999-05-15 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
713
714 * ripd.c (rip_check_address): Unicast and not net 0 or 127 check
715 added.
716
7171999-05-14 Stephen R. van den Berg <srb@cuci.nl>
718
719 * rip_main.c (signal_init): SIGTERM call sigint.
720 (sigint): Loggging more better message.
721
7221999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
723
724 * ripd.c (rip_add_route): Fix previous route_unlock_node() chenge.
725
726 * rip_main.c (main): Change default zlog output to ZLOG_STDOUT for
727 debugging.
728
7291999-05-09 Patrick Koppen <koppen@rhrk.uni-kl.de>
730
731 * rip_interface.c (rip_request): Fix old semantics for fetching
732 connected address.
733
734 * ripd.c (rip_add_route): Update timer when the route is updated.
735
7361999-05-09 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
737
738 * rip_zebra.c (struct zebra): Add ridist_static, ridist_connect,
739 redist_rip, redist_ripng.
740
741 * rip_zebra.c (zebra_create): Updated for current zebra method.
742
743 * ripd.c (rip_add_route): Add missing route_unlock_node().
744
7451999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
746
747 * ripd.c (rip_add_route): Add metric check. Reported by Carlos
748 Alberto Barcenilla <barce@frlp.utn.edu.ar>.
749
7501999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
751
752 * syslog support added
753
7541998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
755
756 * ripd.c (rip_announce_func): Apply new lib functions.
757
7581998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
759
760 * ripd.c (config_write_rip): Delete vector v argument.
761 * rip_zebra.c (config_write_zebra): Likewise.
762 * rip_interface.c (interface_config_write): Likewise.
763
7641998-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
765
766 * rip_announce.c (rip_rib_close): When ripd terminates delete all
767 added route.
768
7691998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
770
771 * rip_interface.c: return read packet size.
772
7731998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
774
775 * ripd.h: Modify for compile on Solaris.
776
7771998-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
778
779 * ripd.c: DEFUN function return CMD_SUCCESS.
780 change xmalloc to XMALLOC macro.
781
7821998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
783
784 * rip_main.c: change CONFDIR to SYSCONFDIR.
785
7861998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
787
788 * .cvsignore: added.
789
7901998-02-04 Kunihiro Ishiguro <kunihiro@zebra.org>
791
792 * rip_interface.c (config_write_interface): correct ADVERTISE spell.
793
794 * rip_main.c (main): add usage() and make cleanup.
795
7961998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
797
798 * ripd.c (rip_version): add rip version command.
799
8001998-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
801
802 * rip_interface.c (zebra_get_interface): added to get
803 interface's information.
804
805 * ChangeLog: create.