blob: 18b3c65e32fb0e0778e748ebb3e61bd4c9190df1 [file] [log] [blame]
hasso8a676be2004-10-08 06:36:38 +000012004-10-08 Hasso Tepper <hasso at quagga.net>
2
3 * *.c: Fix compiler warnings: make strings const, signed -> unsigned
4 etc.
5
hasso1af81932004-09-26 16:11:14 +000062004-09-26 Hasso Tepper <hasso at quagga.net>
7
8 * ripd.c: Fix compiler warning.
9
hasso52dc7ee2004-09-23 19:18:23 +0000102004-09-23 Hasso Tepper <hasso at quagga.net>
11
12 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
13
paul0b3acf42004-09-17 08:39:08 +0000142004-09-17 Paul Jakma <paul@dishone.st>
15
16 * ripd.c: set receive buffer to a decent size, some systems have low
17 defaults. Problem noted and fix suggested by Stephan Schweizer
18 in [zebra 20967].
19
paul1a517862004-08-19 04:03:08 +0000202004-08-19 Paul Jakma <paul@dishone.st>
21
22 * rip_interface.c: (rip_interface_multicast_set) get rid
23 of extraneous if_pointopoint arg. ifp is accessible via connected.
24 pass connected->ifp->ifindex to setsockopt_multicast_ipv4.
25 * ripd.c: (rip_send_packet) update call to
26 rip_interface_multicast_set
27 * ripd.h: update rip_interface_multicast_set prototype
28
paul02ff83c2004-06-11 11:27:03 +0000292004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com>
30
31 * ripd.c: (rip_distribute_update_all) distribute list hook
32 function pointer prototype requires struct prefix_list * arg.
33 (rip_distribute_update_all_wrapper) update to pass required arg,
34 NULL.
35
paulca5e5162004-06-06 22:06:33 +0000362004-06-06 Paul Jakma <paul.jakma@sun.com>
37
38 * ripd.h: Add define for the RIPv2 Authentication Data family
39 Move the auth type defines up to where other defines live.
40 Add RIP_AUTH_MD5_COMPAT_SIZE, for backwards compatible
41 md5->auth_len size. Add md5_auth_len field to struct
42 rip_interface: (rip_interface_new) Init md5_auth_len to compatible
43 size.
44 (ip_rip_authentication_mode_cmd) Extended to handle setting
45 md5 auth-length. Appropriate aliases added.
46 (no_ip_rip_authentication_mode_cmd) Reset md5_auth_len to
47 compatible size.
48 (rip_interface_config_write) Teach it about md5_auth_len.
49 _always_ write out the auth-length, so that everyone will get
50 the setting in their config file, and hence allow for a future
51 change of default for md5_auth_len to be less painful - every md5
52 user will have this setting in their config file.
53 ripd.c: (rip_packet_dump) Change nasty hard coded constants to
54 symbolic defines. Change various tests of 'ntoh.(variable) ==
55 constant' to test 'variable == ntoh.(constant)'. Clean up
56 indentation on some long lines.
57 (rip_auth_simple_password) ditto.
58 (rip_auth_md5) ditto, also add length argument and sanity check
59 md5 data offset field. Sanity check md5 auth length, accept RFC
60 or old-ripd/cisco lengths.
61 (rip_auth_md5_set) as per (rip_packet_dump), also write out
62 the configured md5 auth length for the interface (old-ripd or rfc)
63 (rip_read) as per (rip_packet_dump)
64 (rip_write_rte) ditto
65 (rip_response_process) ditto
66 (rip_write_rte) ditto
67
paulc2bfbcc2004-06-04 01:42:38 +0000682004-06-04 JJ Ludman <jacques.ludman@sun.com>
69
70 * ripd.c: Interoperability fix. Correct value for MD5 auth length
71 is 16. Accept packets with this set to >= 16, and set to 16
72 ourselves.
73
paul11dde9c2004-05-31 14:00:00 +0000742004-05-31 Sowmini Varadhan <sowmini.varadhan@sun.com>
75
76 * ripd.c: Fixup compile warnings
77 * rip_routemap.c: Ditto
78
paul0a589352004-05-08 11:48:26 +0000792004-05-08 Paul Jakma <paul@dishone.st>
80
81 * rip_zebra.c: sync with zclient changes.
82 * rip_interface.c: ditto.
83
paul239389b2004-05-05 14:09:37 +0000842004-05-05 Anthony.Golia@morganstanley.com
85
86 * ripd.c: (rip_update_jitter) Bound jitter to a more sensible
87 value, eg 1/4 of update time.
88
paula87552c2004-05-03 20:00:17 +0000892004-05-03 Paul Jakma <paul@dishone.st>
90
91 * ripd.c: (rip_rte_process) fix typo in merge of previous patch
92 and run function through indent.
93
paulb94f9db2004-05-01 20:45:38 +0000942004-03-19 Jean-Yves Simon <lethalwp@tiscali.be>
95
paula87552c2004-05-03 20:00:17 +000096 * ripd.c: (rip_rte_process) make ripd also check on
97 administrative distance of his own links to update routes.
paulb94f9db2004-05-01 20:45:38 +000098
hassoda9c9a22004-03-18 02:40:55 +0000992004-03-18 sowmini.varadhan@sun.com
100
101 * ripd.c: rip_send_packet can get null connected address when
102 called in response to a unicast rip-request. Handle correctly.
103
hassoa1455d82004-03-03 19:36:24 +00001042004-03-03 Krzysztof Oledzki <oleq@ans.pl>
105
hassocaa6f8a2004-03-03 19:48:48 +0000106 * ripd.c: fix "show ip rip" and per interface rip version selection.
hassoa1455d82004-03-03 19:36:24 +0000107
paul931cd542004-01-23 15:31:42 +00001082004-01-23 sowmini.varadhan@sun.com
109
110 * rip_interface.c: obsolete unbind code in
111 rip_interface_multicast_set, and instead do the more portable
112 (though slower) method of creating a socket for each outgoing packet
113 and binding the source address on the new socket.
114 * rip_interface.c, ripd.c, ripd.h: Modify rip_request_send so that
115 source address is determined by the caller of rip_request_send for
116 ripv1 packets and non-multicast interfaces (rip_request_send loops
117 over all connected address in all other cases).
118 * rip_send_packet: don't send packets with source set to
119 ZEBRA_IFA_SECONDARY connected addresses; improved debug messages;
120
paulf38a4712003-06-07 01:10:00 +00001212003-06-07 Andrew J. Schorr <aschorr@telemetry-investments.com>
122
123 * Allow ripd to receive RIPv1
124 * add default as valid param to passive-interface command
125
hasso16705132003-05-25 14:49:19 +00001262003-05-25 Vincent Jardin <vjardin@wanadoo.fr>
127
paulf38a4712003-06-07 01:10:00 +0000128 * 6Wind patch merge.
hasso16705132003-05-25 14:49:19 +0000129
paul445f1432003-05-16 19:00:31 +00001302003-04-19 Hasso Tepper <hasso@estpak.ee>
131
132 * rip_routemap.c: sync daemon's route-map commands to have same
133 syntax
134
paul718e3742002-12-13 20:15:29 +00001352002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
136
137 * zebra-0.93 released.
138
1392002-06-30 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
140
141 * ripd.c (rip_output_process): When outgoing interface is same as
142 next hop interface, announce RIPv2 next hop otherwise set next hop
143 to 0. Revert previous change then take 6WIND way.
144
1452001-09-14 Akihiro Mizutani <mizutani@dml.com>
146
147 * ripd.c: RIP enabled interface's route is advertised by default.
148
1492001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
150
151 * rip_snmp.c (rip_ifaddr_delete): Add route_node_lookup() return
152 value check.
153
154 * rip_interface.c (rip_multicast_leave): Fix bug of multiple IP
155 address on one interface multicast join/leave bug.
156
1572001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
158
159 * rip_interface.c (no_rip_passive_interface): Add NO_STR.
160
1612001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
162
163 * zebra-0.92a released.
164
1652001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
166
167 * zebra-0.92 released.
168
1692001-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
170
171 * rip_routemap.c (route_match_ip_address_prefix_list): Add match
172 ip next-hop prefix-list WORD.
173
1742001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
175
176 * rip_interface.c (rip_passive_interface_clean): Call
177 rip_passive_interface_apply_all.
178
1792001-02-12 Kunihiro Ishiguro <kunihiro@zebra.org>
180
181 * ripd.c (rip_response_process): Multicast address nexthop check
182 is moved from rip_nexthop_check.
183
1842001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
185
186 * rip_interface.c (ipv4_multicast_join): Use
187 setsockopt_multicast_ipv4.
188 (ipv4_multicast_leave): Likewise.
189 (rip_if_ipv4_address_check): Interface which has IPv4 address can
190 be enabled.
191
1922001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
193
194 * rip_interface.c (rip_interface_delete): To support pseudo
195 interface do not free interface structure.
196 * ripd.c (rip_output_process): If output interface is in simple
197 password authentication mode, we need space for authentication
198 data.
199
2002001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
201
202 * ripd.c (rip_nexthop_check): Fix multicast address nexthop check.
203
204 * zebra-0.91 is released.
205
2062001-01-27 Kunihiro Ishiguro <kunihiro@zebra.org>
207
208 * ripd.c (show_ip_rip): Show metric infinity route's timeout.
209 (rip_rte_process): If current route is metric infinity, route is
210 replaced with received rte.
211 (rip_redistribute_delete): When redistribute route is deleted,
212 perform poisoned reverse.
213 (rip_redistribute_withdraw): Likewise.
214
2152001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
216
217 * ripd.c (rip_response_process): RIPv2 routing table entry with
218 non directly reachable nexthop was dropped. The code is changed
219 to treat it as 0.0.0.0 nexthop.
220 (rip_destination_check): Check net 0 address destination.
221 (rip_nexthop_check): New function for checking nexthop address
222 validity.
223
2242001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
225
226 * ripd.c (rip_request_process): Triggered update only send changed
227 route.
228
229 * rip_interface.c: Delete RIP_API part until new implementation
230 comes out.
231
232 * rip_snmp.: Likewise.
233
234 * rip_zebra.c: Likewise.
235
236 * ripd.c: Likewise.
237
2382001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
239
240 * rip_interface.c (rip_if_init): Remove HAVE_IF_PSEUDO part.
241
2422001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
243
244 * zebra-0.90 is released.
245
2462001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
247
248 * ripd.h (RIP_VTYSH_PATH): Change "/tmp/ripd" to "/tmp/.ripd".
249
2502000-12-25 David Lipovkov <davidl@nbase.co.il>
251
252 * ripd.c (rip_rte_process): When a route is in garbage collection
253 process (invalid with metric 16) and a router receives the same
254 route with valid metric then route was not installed into zebra
255 rib, but only into ripd rib. Moreover , it will never get into
256 zebra rib, because ripd wrongly assumes it's already there.
257 (rip_redistribute_add): When doing redistribute into rip other
258 route (e.g. connected) and the same route exists in ripd rib we
259 changed it in place - bug. Now we don't forget to remove old route
260 from zebra.
261 (rip_timeout): When removing routes from zebra I made sure that we
262 remove route with the metric we have in zebra and not the new
263 one. It doesn't make a difference now,but could be significant
264 when multipath support is done.
265
2662000-12-25 David Lipovkov <davidl@nbase.co.il>
267
268 * rip_zebra.c (rip_metric_unset): Fix bug of metric value unset.
269
2702000-11-25 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
271
272 * ripd.c (rip_request_process): Check passive flag of the
273 interface.
274
2752000-11-23 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
276
277 * rip_interface.c (rip_multicast_join): When IP_ADD_MEMBERSHIP
278 failed do not set runnning flag to the interface.
279
2802000-11-16 Kunihiro Ishiguro <kunihiro@zebra.org>
281
282 * ripd.c (rip_output_process): Memory leak related classfull
283 network generation is fixed.
284
2852000-11-16 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
286
287 * rip_interface.c (if_check_address): Obsolete pointopoint address
288 check is removed.
289
2902000-11-02 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
291
292 * rip_interface.c (if_check_address): Add pointopoint address
293 check.
294 (rip_interface_up): Add check for passive interface when interface
295 goes up.
296
2972000-10-23 Jochen Friedrich <jochen@scram.de>
298
299 * rip_snmp.c: rip_oid and ripd_oid are used in smux_open after it
300 is registered. So those variables must be static.
301
3022000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
303
304 * rip_interface.c: Change to "no ip rip (send|receive)" command
305 accept version number argument.
306
3072000-10-17 Akihiro Mizutani <mizutani@dml.com>
308
309 * rip_routemap.c (route_set_ip_nexthop_compile): Change "match ip
310 next-hop" from IP address to access-list name.
311
3122000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
313
314 * rip_peer.c: Change ot use linklist.c instaed of newlist.c.
315
3162000-10-16 Kunihiro Ishiguro <kunihiro@zebra.org>
317
318 * rip_offset.c: Change to use linklist.c instead of newlist.c.
319
3202000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
321
322 * zebra-0.89 is released.
323
3242000-09-26 Akihiro Mizutani <mizutani@dml.com>
325
326 * rip_routemap.c (match_ip_nexthop): Add next-hop format check.
327
3282000-09-18 David Lipovkov <dlipovkov@OpticalAccess.com>
329
330 * rip_interface.c (ripd_api_get_if_rx_version): Corrects rip SNMP
331 and rip API functions dealing with rip version.
332
333 * rip_snmp.c (Status_Valid): SNMPv2-TC TEXTUAL-CONVENTION.
334
3352000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
336
337 * rip_snmp.c (rip2IfLookup): Use rip_ifaddr_lookup_next() instead
338 of rip_if_lookup_next().
339
340 * rip_interface.c (rip_enable_network_lookup): Interface enable
341 check by interface's address with /32 prefix.
342
343 * ripd.c (rip_read): When RIP is configured with authentication
344 and no authentication in incoming packet, drop the packet.
345
346 * rip_interface.c (rip_interface_reset): RIP_AUTH_SIMPLE_PASSWORD
347 is default mode of authentication.
348 (rip_interface_new): Likewise.
349 (no_ip_rip_authentication_mode): Likewise.
350
351 * ripd.c (rip_read): Likewise.
352
3532000-09-10 David Lipovkov <davidl@nbase.co.il>
354
355 * rip_snmp.c: Set ASN_INTEGER v->type where it is needed.
356
3572000-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
358
359 * ripd.c (rip_auth_simple_password): Simple password
360 authentication using key-chain.
361 (rip_write_rte): Likewise.
362
363 * rip_interface.c (ip_rip_authentication_key_chain): Add check for
364 authentication string configuration.
365
3662000-09-08 Akihiro Mizutani <mizutani@dml.com>
367
368 * ripd.c (rip_write_rte): Add check for ri->auth_str.
369
3702000-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
371
372 * ripd_api.h: New file is added.
373
3742000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
375
376 * ripd.c (rip_rte_process): rip_route_process() is renamed to
377 rip_rte_process() to clarify meanings of the function.
378 rip_route_process() is newly added to process RIP route selection.
379
3802000-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
381
382 * ripd.c (rip_incoming_filter): Extract incoming filter code to
383 function from rip_route_process(). Add check for all interface
384 filter.
385 (rip_outgoing_filter): Extract incoming filter code to function
386 from rip_output_process(). Add check for all interface filter.
387
388 * rip_zebra.c (rip_redistribute_clean): Reset redistribute status
389 when "no router rip" is performed.
390
391 * rip_interface.c (rip_interface_clean): Reset interface's RIP
392 enable status.
393
3942000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
395
396 * ripd.c (rip_route_process): When metric infinity is received the
397 route is removed from service immediately.
398 (rip_timeout): Likewise.
399 (rip_garbage_collect): Do not delete route in garbage collection.
400 (rip_output_process): Check metric_out exceed metric infinity.
401
402 * zebra-0.88 is released.
403
4042000-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
405
406 * ripd.c (rip_distance_apply): Unlock node when there is matched
407 node.
408
4092000-08-13 Akihiro Mizutani <mizutani@dml.com>
410
411 * rip_routemap.c (match_ip_nexthop): Add check for IP address
412 validness.
413 (no_set_metric): Add new ALIAS.
414
4152000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
416
417 * ripd.h (struct rip ): Add distance.
418
4192000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
420
421 * rip_zebra.c (rip_zebra_ipv4_add): Use new Zebra api to register
422 routes. Pass RIP metric value to zebra.
423
4242000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
425
426 * rip_main.c (main): Make struct thread thread from global
427 variable to local variable in main.
428
4292000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
430
431 * ripd.c (rip_packet_dump): Add MD5 authentication dump function.
432 (rip_auth_md5): RIP MD5 authentication packet receive works.
433
4342000-08-02 David Lipovkov <davidl@nbase.co.il>
435
436 * rip_interface.c (rip_if_init): Install interface "pseudo"
437 commands.
438 (rip_interface_delete): Do not call if_delete() when interface is
439 pseudo interface.
440
4412000-07-31 Kunihiro Ishiguro <kunihiro@zebra.org>
442
443 * rip_interface.c (ip_rip_authentication_mode): "ip rip
444 authentication mode (md5|text)" is added.
445 (ip_rip_authentication_key_chain): "ip rip authentication
446 key-chain KEY-CHAIN" is added.
447 (rip_interface_clean): Clean all interface configuration.
448 (rip_interface_reset): Reset all interface configuration.
449 (rip_clean_network): Clean rip_enable_network.
450
451 * ripd.h (struct rip_interface): Add key_chain member.
452
453 * ripd.c: Include md5-gnu.h.
454
4552000-07-30 Kunihiro Ishiguro <kunihiro@zebra.org>
456
457 * ripd.h (RIP_NO_AUTH): Change RIP_NO_AUTH value from 1 to 0.
458
459 * ripd.c (rip_authentication): Use RIP_AUTH_SIMPLE_PASSWORD
460 instead of raw value 2.
461 (rip_write_rte): Likewise.
462 (rip_write_rte): Check ri->auth_type instead of ri->auth_str.
463
4642000-07-30 David Lipovkov <davidl@nbase.co.il>
465
466 * rip_interface.c (rip_if_down): Do not delete ZEBRA_ROUTE_KERNEL
467 route.
468
4692000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
470
471 * ripd.c (rip_update_process): Add "passive-interface" command.
472
473 * ripd.h (struct rip_interface): Add passive member to struct
474 rip_interface.
475
4762000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
477
478 * rip_interface.c (rip_if_init): Multiple RIP routes for one
479 prefix change. The codes are enclosed by #ifdef NEW_RIP_TABLE.
480
4812000-07-24 Akihiro Mizutani <mizutani@dml.com>
482
483 * rip_interface.c (rip_if_init): Use install_default() for
484 INTERFACE_NODE.
485
4862000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
487
488 * ripd.c: First update timer will be invoked in two seconds.
489
4902000-07-09 Jochen Friedrich <jochen@scram.de>
491
492 * rip_snmp.c: Local function definitions to static. Add INTEGER
493 ASN_INTEGER and TIMETICKS ASN_TIMETICKS definition.
494 (rip2PeerLookup): Peer with domain lookup implemented.
495 (rip2PeerTable): Temporary disable RIP2PEERLASTUPDATE value
496 support due to unknown SNMP agent startup time.
497
4982000-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
499
500 * ripd.h: Sweep obsolete definitions.
501
502 * rip_interface.c (rip_split_horizon): Add "ip split-horizon"
503 command.
504
505 * ripd.c (rip_output_process): Remove split_horizon argument.
506 (rip_update_process): Likewise.
507
508 * ripd.h (struct rip_interface): Add split_horizon flag to struct
509 rip_interface.
510
5112000-07-04 Akihiro Mizutani <mizutani@dml.com>
512
513 * ripd.c (rip_version): Change VERSION to <1-2>.
514 Add "no version" command.
515
5162000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
517
518 * rip_zebra.c (rip_redistribute_type_metric): "redistribute TYPE
519 metric <0-16>" command is added.
520
521 * rip_routemap.c (route_set_metric): Set metric_set when metric is
522 modified.
523
524 * ripd.h (struct rip_info): To check route-map set metric or not,
525 new member metric_set is added to struct rip_info.
526
527 * ripd.c (rip_route_process): Move metric handling code from
528 rip_response_process() to rip_route_process().
529 (rip_output_process): Set output offset-list metric.
530
5312000-07-02 Kunihiro Ishiguro <kunihiro@zebra.org>
532
533 * rip_offset.c (rip_offset_list): New file for offset-list.
534
5352000-07-02 Akihiro Mizutani <mizutani@dml.com>
536
537 * ripd.h (struct rip ): Add default_metric.
538
539 * ripd.c (rip_default_metric): "default-metric <1-16>" command is
540 added.
541 (config_write_rip): Change configuration order.
542
543 * rip_zebra.c: Fix help strings.
544
5452000-07-02 David Lipovkov <davidl@nbase.co.il>
546
547 * rip_interface.c (rip_if_init): Add IF_DELETE_HOOK.
548
5492000-07-01 Kunihiro Ishiguro <kunihiro@zebra.org>
550
551 * ripd.c (rip_output_process): If specified route-map does not
552 exist, it treated as deny all.
553
5542000-06-30 Kunihiro Ishiguro <kunihiro@zebra.org>
555
556 * rip_routemap.c (rip_route_map_init): Call rip_route_map_update
557 when route-map is deleted.
558
5592000-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
560
561 * rip_routemap.c (set_metric): For consistency with bgpd's set
562 metric, value range is set to <0-4294967295>.
563
5642000-06-28 David Lipovkov <davidl@nbase.co.il>
565
566 * rip_routemap.c (rip_route_map_update): Add check for rip is
567 enabled or not for avoid core dump.
568
569 * rip_debug.c (debug_rip_packet_direct): Fix bug of setting
570 rip_debug_packet flag.
571
5722000-06-13 David Lipovkov <davidl@nbase.co.il>
573
574 * rip_interface.c (rip_interface_delete): All work is done in
575 rip_if_down().
576
5772000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
578
579 * ripd.c (rip_redistribute_delete): Fix bug of missing
580 route_unlock_node() when redistribute route is not found.
581
5822000-06-05 Akihirof Mizutani <mizutani@dml.com>
583
584 * rip_debug.c (rip_debug_init): Disable show debugging in
585 VIEW_NODE like other protocol daemon.
586
587 * rip_routemap.c: Change command argument to more comprehensive.
588
589 METRIC -> <0-16>
590 IFNAME -> WORD
591 IP_ADDR -> A.B.C.D
592 ACCSESS_LIST -> WORD
593
5942000-06-05 David Lipovkov <davidl@nbase.co.il>
595
596 * rip_interface.c (rip_interface_delete): Delete all routes
597 include static and kernel through the interface , because even if
598 the interface is added again there is no guarantee that it will
599 get the same ifindex as before.
600
6012000-05-31 Akihirof Mizutani <mizutani@dml.com>
602
603 * rip_debug.c: Fix rip debug help string.
604
6052000-04-27 Mirko Karanovic <mkaranov@torsel.alcatel.com>
606
607 * rip_interface.c (rip_interface_down): Remove interface from
608 multicast group when interface goes down.
609
6102000-04-03 David Lipovkov <davidl@nbase.co.il>
611
612 * rip_interface.c (rip_interface_down): Implemented rip functions
613 for interface up/down events: rip_interface_up() and
614 rip_interface_down()
615
6162000-03-16 David Lipovkov <davidl@nbase.co.il>
617
618 * rip_zebra.c (rip_zclient_init): Added rip functions for
619 interface up/down events.
620
6212000-02-15 Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
622
623 * ripd.c (rip_write_rte): "set metic" in route-map has no effect
624 for RIPv1 in ripd. It worked fine for RIPv2.
625
6262000-01-17 Kunihiro Ishiguro <kunihiro@zebra.org>
627
628 * ripd.c (show_ip_protocols_rip): Fix bug of "show ip protocls"
629 mis-display RIP version.
630
631 * ripd.h (struct rip_peer): Add timeout thread to rip_peer
632 structure.
633
6342000-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
635
636 * rip_peer.c: Add new file for supporting RIP peer.
637
6381999-12-26 David Lipovkov <davidl@nbase.co.il>
639
640 * ripd.c (rip_authentication): RIP authantication string is 16
641 bytes long.
642
6431999-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
644
645 * ripd.c (rip_read): Add check for minimum packet length.
646 Authentication check is moved from rip_process_response() to
647 rip_read(). Patch from David Lipovkov <davidl@nbase.co.il> is
648 applied then add rte number check by Kunihiro Ishiguro
649 <kunihiro@zebra.org>.
650
6511999-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
652
653 * ripd.c (rip_response_process): In case of packet is RIPv2 and
654 network is non zero and netmask is zero, apply netmask rule as
655 same as RIPv1.
656
6571999-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
658
659 * ripd.c (rip_timers): Fix bug of timers basic argument format.
660
6611999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
662
663 * rip_snmp.c (rip2IfConfAddress): Forgot to include
664 RIP2IFCONFDOMAIN.
665
6661999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
667
668 * ripd.h (struct rip_peer): New structure added.
669
6701999-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
671
672 * rip_zebra.c (rip_zebra_ipv4_add): Increment
673 rip_global_route_changes when route change occur.
674 (rip_zebra_ipv4_delete): Likewise.
675
676 * ripd.c (rip_request_process): Increment rip_global_queries when
677 reply to the query is sent.
678
6791999-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
680
681 * rip_debug.c (rip_debug_reset): Reset function added.
682
683 * ripd.c (rip_update_process): Logging bug is fixed.
684
6851999-10-10 Marc Boucher <marc@mbsi.ca>
686
687 * ripd.c (config_write_rip): Add config_write_distribute() call.
688
6891999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
690
691 * ripd.c (rip_distribute_update): Fix bug of access-list
692 prefix-list updates.
693
6941999-09-10 VOP <vop@unity.net>
695
696 * rip_zebra.c: Add redistribute route-map feature.
697
6981999-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
699
700 * ripd.c (rip_response_process): Add check for given prefix is
701 given mask applied one.
702
7031999-09-03 VOP <vop@unity.net>
704
705 * rip_interface.c (rip_interface_multicast_set): Bug fix about
706 setting multicast interface.
707
7081999-09-02 VOP <vop@unity.net>
709
710 * rip_routemap.c: New file added.
711
7121999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
713
714 * ripd.c (show_ip_protocols_rip): Show next update time.
715 (show_ip_protocols_rip): Show redistribute information.
716
7171999-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
718
719 * RIPv2-MIB.txt: New file added.
720
721 * rip_snmp.c: New file added.
722
7231999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
724
725 * rip_interface.c (ip_rip_authentication_string): RIPv2
726 authentication command is added.
727
7281999-08-23 Kunihiro Ishiguro <kunihiro@zebra.org>
729
730 * rip_interface.c (rip_interface_multicast_set): Process of
731 setting IP_MULTICAST_IF on specific interface.
732
733 * ripd.c (rip_read): Add packet size check.
734
7351999-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
736
737 * ripd.c (rip_request_process): Fill in RIP_METRIC_INFINITY with
738 network byte order using htonl ().
739 (rip_response_process): Pass host byte order address to IN_CLASSC
740 and IN_CLASSB macro.
741
7421999-08-08 davidm@nbase.co.il (David Mozes)
743
744 * rip_zebra.c (rip_zebra_read_ipv4): Fix split horizon problem.
745
7461999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
747
748 * ripd.c (rip_timer_set): Function added.
749
7501999-07-01 Kunihiro Ishiguro <kunihiro@zebra.org>
751
752 * rip_debug.c: New file added.
753 rip_debug.h: New file added.
754
7551999-07-01 Rick Payne <rickp@rossfell.co.uk>
756
757 * rip_zebra.c (zebra_init): Install standard commands to
758 ZEBRA_NODE.
759
7601999-06-01 David Luyer <luyer@ucs.uwa.edu.au>
761
762 * ripd.c (rip_process_route): Add support for RIP version 1.
763
7641999-05-29 Kunihiro Ishiguro <kunihiro@zebra.org>
765
766 * rip_zebra.c: Change to use lib/zclient.[ch].
767
7681999-05-20 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
769
770 * ripd.c (rip_add_route): Change the existance route's metric check
771 to the condition specified by RFC2453.
772
7731999-05-17 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
774
775 * ripd.c (rip_process_route): Add the if metric to the route metric.
776
777 * ripd.c (rip_add_route): Deleted add if metric to the route.
778
7791999-05-16 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
780
781 * rip_interface.c (if_valid_neighbor): New function.
782
783 * ripd.c (rip_process_route): Added check whether the datagram
784 is from a valid neighbor.
785
7861999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
787
788 * ripd.c (rip_process_route): Set interface pointer to rinfo.
789
7901999-05-15 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
791
792 * ripd.c (rip_check_address): Unicast and not net 0 or 127 check
793 added.
794
7951999-05-14 Stephen R. van den Berg <srb@cuci.nl>
796
797 * rip_main.c (signal_init): SIGTERM call sigint.
798 (sigint): Loggging more better message.
799
8001999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
801
802 * ripd.c (rip_add_route): Fix previous route_unlock_node() chenge.
803
804 * rip_main.c (main): Change default zlog output to ZLOG_STDOUT for
805 debugging.
806
8071999-05-09 Patrick Koppen <koppen@rhrk.uni-kl.de>
808
809 * rip_interface.c (rip_request): Fix old semantics for fetching
810 connected address.
811
812 * ripd.c (rip_add_route): Update timer when the route is updated.
813
8141999-05-09 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
815
816 * rip_zebra.c (struct zebra): Add ridist_static, ridist_connect,
817 redist_rip, redist_ripng.
818
819 * rip_zebra.c (zebra_create): Updated for current zebra method.
820
821 * ripd.c (rip_add_route): Add missing route_unlock_node().
822
8231999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
824
825 * ripd.c (rip_add_route): Add metric check. Reported by Carlos
826 Alberto Barcenilla <barce@frlp.utn.edu.ar>.
827
8281999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
829
830 * syslog support added
831
8321998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
833
834 * ripd.c (rip_announce_func): Apply new lib functions.
835
8361998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
837
838 * ripd.c (config_write_rip): Delete vector v argument.
839 * rip_zebra.c (config_write_zebra): Likewise.
840 * rip_interface.c (interface_config_write): Likewise.
841
8421998-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
843
844 * rip_announce.c (rip_rib_close): When ripd terminates delete all
845 added route.
846
8471998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
848
849 * rip_interface.c: return read packet size.
850
8511998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
852
853 * ripd.h: Modify for compile on Solaris.
854
8551998-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
856
857 * ripd.c: DEFUN function return CMD_SUCCESS.
858 change xmalloc to XMALLOC macro.
859
8601998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
861
862 * rip_main.c: change CONFDIR to SYSCONFDIR.
863
8641998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
865
866 * .cvsignore: added.
867
8681998-02-04 Kunihiro Ishiguro <kunihiro@zebra.org>
869
870 * rip_interface.c (config_write_interface): correct ADVERTISE spell.
871
872 * rip_main.c (main): add usage() and make cleanup.
873
8741998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
875
876 * ripd.c (rip_version): add rip version command.
877
8781998-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
879
880 * rip_interface.c (zebra_get_interface): added to get
881 interface's information.
882
883 * ChangeLog: create.