blob: 8327abf87d29bb18e885204f20241b2031a59ced [file] [log] [blame]
hasso98b718a2004-10-11 12:57:57 +000012004-10-11 Hasso Tepper <hasso at quagga.net>
2
3 * *.c: Make more strings const.
4
hasso8a676be2004-10-08 06:36:38 +000052004-10-08 Hasso Tepper <hasso at quagga.net>
6
7 * *.c: Fix compiler warnings: make strings const, signed -> unsigned
8 etc.
9
hasso1af81932004-09-26 16:11:14 +0000102004-09-26 Hasso Tepper <hasso at quagga.net>
11
12 * ripd.c: Fix compiler warning.
13
hasso52dc7ee2004-09-23 19:18:23 +0000142004-09-23 Hasso Tepper <hasso at quagga.net>
15
16 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
17
paul0b3acf42004-09-17 08:39:08 +0000182004-09-17 Paul Jakma <paul@dishone.st>
19
20 * ripd.c: set receive buffer to a decent size, some systems have low
21 defaults. Problem noted and fix suggested by Stephan Schweizer
22 in [zebra 20967].
23
paul1a517862004-08-19 04:03:08 +0000242004-08-19 Paul Jakma <paul@dishone.st>
25
26 * rip_interface.c: (rip_interface_multicast_set) get rid
27 of extraneous if_pointopoint arg. ifp is accessible via connected.
28 pass connected->ifp->ifindex to setsockopt_multicast_ipv4.
29 * ripd.c: (rip_send_packet) update call to
30 rip_interface_multicast_set
31 * ripd.h: update rip_interface_multicast_set prototype
32
paul02ff83c2004-06-11 11:27:03 +0000332004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com>
34
35 * ripd.c: (rip_distribute_update_all) distribute list hook
36 function pointer prototype requires struct prefix_list * arg.
37 (rip_distribute_update_all_wrapper) update to pass required arg,
38 NULL.
39
paulca5e5162004-06-06 22:06:33 +0000402004-06-06 Paul Jakma <paul.jakma@sun.com>
41
42 * ripd.h: Add define for the RIPv2 Authentication Data family
43 Move the auth type defines up to where other defines live.
44 Add RIP_AUTH_MD5_COMPAT_SIZE, for backwards compatible
45 md5->auth_len size. Add md5_auth_len field to struct
46 rip_interface: (rip_interface_new) Init md5_auth_len to compatible
47 size.
48 (ip_rip_authentication_mode_cmd) Extended to handle setting
49 md5 auth-length. Appropriate aliases added.
50 (no_ip_rip_authentication_mode_cmd) Reset md5_auth_len to
51 compatible size.
52 (rip_interface_config_write) Teach it about md5_auth_len.
53 _always_ write out the auth-length, so that everyone will get
54 the setting in their config file, and hence allow for a future
55 change of default for md5_auth_len to be less painful - every md5
56 user will have this setting in their config file.
57 ripd.c: (rip_packet_dump) Change nasty hard coded constants to
58 symbolic defines. Change various tests of 'ntoh.(variable) ==
59 constant' to test 'variable == ntoh.(constant)'. Clean up
60 indentation on some long lines.
61 (rip_auth_simple_password) ditto.
62 (rip_auth_md5) ditto, also add length argument and sanity check
63 md5 data offset field. Sanity check md5 auth length, accept RFC
64 or old-ripd/cisco lengths.
65 (rip_auth_md5_set) as per (rip_packet_dump), also write out
66 the configured md5 auth length for the interface (old-ripd or rfc)
67 (rip_read) as per (rip_packet_dump)
68 (rip_write_rte) ditto
69 (rip_response_process) ditto
70 (rip_write_rte) ditto
71
paulc2bfbcc2004-06-04 01:42:38 +0000722004-06-04 JJ Ludman <jacques.ludman@sun.com>
73
74 * ripd.c: Interoperability fix. Correct value for MD5 auth length
75 is 16. Accept packets with this set to >= 16, and set to 16
76 ourselves.
77
paul11dde9c2004-05-31 14:00:00 +0000782004-05-31 Sowmini Varadhan <sowmini.varadhan@sun.com>
79
80 * ripd.c: Fixup compile warnings
81 * rip_routemap.c: Ditto
82
paul0a589352004-05-08 11:48:26 +0000832004-05-08 Paul Jakma <paul@dishone.st>
84
85 * rip_zebra.c: sync with zclient changes.
86 * rip_interface.c: ditto.
87
paul239389b2004-05-05 14:09:37 +0000882004-05-05 Anthony.Golia@morganstanley.com
89
90 * ripd.c: (rip_update_jitter) Bound jitter to a more sensible
91 value, eg 1/4 of update time.
92
paula87552c2004-05-03 20:00:17 +0000932004-05-03 Paul Jakma <paul@dishone.st>
94
95 * ripd.c: (rip_rte_process) fix typo in merge of previous patch
96 and run function through indent.
97
paulb94f9db2004-05-01 20:45:38 +0000982004-03-19 Jean-Yves Simon <lethalwp@tiscali.be>
99
paula87552c2004-05-03 20:00:17 +0000100 * ripd.c: (rip_rte_process) make ripd also check on
101 administrative distance of his own links to update routes.
paulb94f9db2004-05-01 20:45:38 +0000102
hassoda9c9a22004-03-18 02:40:55 +00001032004-03-18 sowmini.varadhan@sun.com
104
105 * ripd.c: rip_send_packet can get null connected address when
106 called in response to a unicast rip-request. Handle correctly.
107
hassoa1455d82004-03-03 19:36:24 +00001082004-03-03 Krzysztof Oledzki <oleq@ans.pl>
109
hassocaa6f8a2004-03-03 19:48:48 +0000110 * ripd.c: fix "show ip rip" and per interface rip version selection.
hassoa1455d82004-03-03 19:36:24 +0000111
paul931cd542004-01-23 15:31:42 +00001122004-01-23 sowmini.varadhan@sun.com
113
114 * rip_interface.c: obsolete unbind code in
115 rip_interface_multicast_set, and instead do the more portable
116 (though slower) method of creating a socket for each outgoing packet
117 and binding the source address on the new socket.
118 * rip_interface.c, ripd.c, ripd.h: Modify rip_request_send so that
119 source address is determined by the caller of rip_request_send for
120 ripv1 packets and non-multicast interfaces (rip_request_send loops
121 over all connected address in all other cases).
122 * rip_send_packet: don't send packets with source set to
123 ZEBRA_IFA_SECONDARY connected addresses; improved debug messages;
124
paulf38a4712003-06-07 01:10:00 +00001252003-06-07 Andrew J. Schorr <aschorr@telemetry-investments.com>
126
127 * Allow ripd to receive RIPv1
128 * add default as valid param to passive-interface command
129
hasso16705132003-05-25 14:49:19 +00001302003-05-25 Vincent Jardin <vjardin@wanadoo.fr>
131
paulf38a4712003-06-07 01:10:00 +0000132 * 6Wind patch merge.
hasso16705132003-05-25 14:49:19 +0000133
paul445f1432003-05-16 19:00:31 +00001342003-04-19 Hasso Tepper <hasso@estpak.ee>
135
136 * rip_routemap.c: sync daemon's route-map commands to have same
137 syntax
138
paul718e3742002-12-13 20:15:29 +00001392002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
140
141 * zebra-0.93 released.
142
1432002-06-30 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
144
145 * ripd.c (rip_output_process): When outgoing interface is same as
146 next hop interface, announce RIPv2 next hop otherwise set next hop
147 to 0. Revert previous change then take 6WIND way.
148
1492001-09-14 Akihiro Mizutani <mizutani@dml.com>
150
151 * ripd.c: RIP enabled interface's route is advertised by default.
152
1532001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
154
155 * rip_snmp.c (rip_ifaddr_delete): Add route_node_lookup() return
156 value check.
157
158 * rip_interface.c (rip_multicast_leave): Fix bug of multiple IP
159 address on one interface multicast join/leave bug.
160
1612001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
162
163 * rip_interface.c (no_rip_passive_interface): Add NO_STR.
164
1652001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
166
167 * zebra-0.92a released.
168
1692001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
170
171 * zebra-0.92 released.
172
1732001-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
174
175 * rip_routemap.c (route_match_ip_address_prefix_list): Add match
176 ip next-hop prefix-list WORD.
177
1782001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
179
180 * rip_interface.c (rip_passive_interface_clean): Call
181 rip_passive_interface_apply_all.
182
1832001-02-12 Kunihiro Ishiguro <kunihiro@zebra.org>
184
185 * ripd.c (rip_response_process): Multicast address nexthop check
186 is moved from rip_nexthop_check.
187
1882001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
189
190 * rip_interface.c (ipv4_multicast_join): Use
191 setsockopt_multicast_ipv4.
192 (ipv4_multicast_leave): Likewise.
193 (rip_if_ipv4_address_check): Interface which has IPv4 address can
194 be enabled.
195
1962001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
197
198 * rip_interface.c (rip_interface_delete): To support pseudo
199 interface do not free interface structure.
200 * ripd.c (rip_output_process): If output interface is in simple
201 password authentication mode, we need space for authentication
202 data.
203
2042001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
205
206 * ripd.c (rip_nexthop_check): Fix multicast address nexthop check.
207
208 * zebra-0.91 is released.
209
2102001-01-27 Kunihiro Ishiguro <kunihiro@zebra.org>
211
212 * ripd.c (show_ip_rip): Show metric infinity route's timeout.
213 (rip_rte_process): If current route is metric infinity, route is
214 replaced with received rte.
215 (rip_redistribute_delete): When redistribute route is deleted,
216 perform poisoned reverse.
217 (rip_redistribute_withdraw): Likewise.
218
2192001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
220
221 * ripd.c (rip_response_process): RIPv2 routing table entry with
222 non directly reachable nexthop was dropped. The code is changed
223 to treat it as 0.0.0.0 nexthop.
224 (rip_destination_check): Check net 0 address destination.
225 (rip_nexthop_check): New function for checking nexthop address
226 validity.
227
2282001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
229
230 * ripd.c (rip_request_process): Triggered update only send changed
231 route.
232
233 * rip_interface.c: Delete RIP_API part until new implementation
234 comes out.
235
236 * rip_snmp.: Likewise.
237
238 * rip_zebra.c: Likewise.
239
240 * ripd.c: Likewise.
241
2422001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
243
244 * rip_interface.c (rip_if_init): Remove HAVE_IF_PSEUDO part.
245
2462001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
247
248 * zebra-0.90 is released.
249
2502001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
251
252 * ripd.h (RIP_VTYSH_PATH): Change "/tmp/ripd" to "/tmp/.ripd".
253
2542000-12-25 David Lipovkov <davidl@nbase.co.il>
255
256 * ripd.c (rip_rte_process): When a route is in garbage collection
257 process (invalid with metric 16) and a router receives the same
258 route with valid metric then route was not installed into zebra
259 rib, but only into ripd rib. Moreover , it will never get into
260 zebra rib, because ripd wrongly assumes it's already there.
261 (rip_redistribute_add): When doing redistribute into rip other
262 route (e.g. connected) and the same route exists in ripd rib we
263 changed it in place - bug. Now we don't forget to remove old route
264 from zebra.
265 (rip_timeout): When removing routes from zebra I made sure that we
266 remove route with the metric we have in zebra and not the new
267 one. It doesn't make a difference now,but could be significant
268 when multipath support is done.
269
2702000-12-25 David Lipovkov <davidl@nbase.co.il>
271
272 * rip_zebra.c (rip_metric_unset): Fix bug of metric value unset.
273
2742000-11-25 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
275
276 * ripd.c (rip_request_process): Check passive flag of the
277 interface.
278
2792000-11-23 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
280
281 * rip_interface.c (rip_multicast_join): When IP_ADD_MEMBERSHIP
282 failed do not set runnning flag to the interface.
283
2842000-11-16 Kunihiro Ishiguro <kunihiro@zebra.org>
285
286 * ripd.c (rip_output_process): Memory leak related classfull
287 network generation is fixed.
288
2892000-11-16 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
290
291 * rip_interface.c (if_check_address): Obsolete pointopoint address
292 check is removed.
293
2942000-11-02 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
295
296 * rip_interface.c (if_check_address): Add pointopoint address
297 check.
298 (rip_interface_up): Add check for passive interface when interface
299 goes up.
300
3012000-10-23 Jochen Friedrich <jochen@scram.de>
302
303 * rip_snmp.c: rip_oid and ripd_oid are used in smux_open after it
304 is registered. So those variables must be static.
305
3062000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
307
308 * rip_interface.c: Change to "no ip rip (send|receive)" command
309 accept version number argument.
310
3112000-10-17 Akihiro Mizutani <mizutani@dml.com>
312
313 * rip_routemap.c (route_set_ip_nexthop_compile): Change "match ip
314 next-hop" from IP address to access-list name.
315
3162000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
317
318 * rip_peer.c: Change ot use linklist.c instaed of newlist.c.
319
3202000-10-16 Kunihiro Ishiguro <kunihiro@zebra.org>
321
322 * rip_offset.c: Change to use linklist.c instead of newlist.c.
323
3242000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
325
326 * zebra-0.89 is released.
327
3282000-09-26 Akihiro Mizutani <mizutani@dml.com>
329
330 * rip_routemap.c (match_ip_nexthop): Add next-hop format check.
331
3322000-09-18 David Lipovkov <dlipovkov@OpticalAccess.com>
333
334 * rip_interface.c (ripd_api_get_if_rx_version): Corrects rip SNMP
335 and rip API functions dealing with rip version.
336
337 * rip_snmp.c (Status_Valid): SNMPv2-TC TEXTUAL-CONVENTION.
338
3392000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
340
341 * rip_snmp.c (rip2IfLookup): Use rip_ifaddr_lookup_next() instead
342 of rip_if_lookup_next().
343
344 * rip_interface.c (rip_enable_network_lookup): Interface enable
345 check by interface's address with /32 prefix.
346
347 * ripd.c (rip_read): When RIP is configured with authentication
348 and no authentication in incoming packet, drop the packet.
349
350 * rip_interface.c (rip_interface_reset): RIP_AUTH_SIMPLE_PASSWORD
351 is default mode of authentication.
352 (rip_interface_new): Likewise.
353 (no_ip_rip_authentication_mode): Likewise.
354
355 * ripd.c (rip_read): Likewise.
356
3572000-09-10 David Lipovkov <davidl@nbase.co.il>
358
359 * rip_snmp.c: Set ASN_INTEGER v->type where it is needed.
360
3612000-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
362
363 * ripd.c (rip_auth_simple_password): Simple password
364 authentication using key-chain.
365 (rip_write_rte): Likewise.
366
367 * rip_interface.c (ip_rip_authentication_key_chain): Add check for
368 authentication string configuration.
369
3702000-09-08 Akihiro Mizutani <mizutani@dml.com>
371
372 * ripd.c (rip_write_rte): Add check for ri->auth_str.
373
3742000-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
375
376 * ripd_api.h: New file is added.
377
3782000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
379
380 * ripd.c (rip_rte_process): rip_route_process() is renamed to
381 rip_rte_process() to clarify meanings of the function.
382 rip_route_process() is newly added to process RIP route selection.
383
3842000-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
385
386 * ripd.c (rip_incoming_filter): Extract incoming filter code to
387 function from rip_route_process(). Add check for all interface
388 filter.
389 (rip_outgoing_filter): Extract incoming filter code to function
390 from rip_output_process(). Add check for all interface filter.
391
392 * rip_zebra.c (rip_redistribute_clean): Reset redistribute status
393 when "no router rip" is performed.
394
395 * rip_interface.c (rip_interface_clean): Reset interface's RIP
396 enable status.
397
3982000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
399
400 * ripd.c (rip_route_process): When metric infinity is received the
401 route is removed from service immediately.
402 (rip_timeout): Likewise.
403 (rip_garbage_collect): Do not delete route in garbage collection.
404 (rip_output_process): Check metric_out exceed metric infinity.
405
406 * zebra-0.88 is released.
407
4082000-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
409
410 * ripd.c (rip_distance_apply): Unlock node when there is matched
411 node.
412
4132000-08-13 Akihiro Mizutani <mizutani@dml.com>
414
415 * rip_routemap.c (match_ip_nexthop): Add check for IP address
416 validness.
417 (no_set_metric): Add new ALIAS.
418
4192000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
420
421 * ripd.h (struct rip ): Add distance.
422
4232000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
424
425 * rip_zebra.c (rip_zebra_ipv4_add): Use new Zebra api to register
426 routes. Pass RIP metric value to zebra.
427
4282000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
429
430 * rip_main.c (main): Make struct thread thread from global
431 variable to local variable in main.
432
4332000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
434
435 * ripd.c (rip_packet_dump): Add MD5 authentication dump function.
436 (rip_auth_md5): RIP MD5 authentication packet receive works.
437
4382000-08-02 David Lipovkov <davidl@nbase.co.il>
439
440 * rip_interface.c (rip_if_init): Install interface "pseudo"
441 commands.
442 (rip_interface_delete): Do not call if_delete() when interface is
443 pseudo interface.
444
4452000-07-31 Kunihiro Ishiguro <kunihiro@zebra.org>
446
447 * rip_interface.c (ip_rip_authentication_mode): "ip rip
448 authentication mode (md5|text)" is added.
449 (ip_rip_authentication_key_chain): "ip rip authentication
450 key-chain KEY-CHAIN" is added.
451 (rip_interface_clean): Clean all interface configuration.
452 (rip_interface_reset): Reset all interface configuration.
453 (rip_clean_network): Clean rip_enable_network.
454
455 * ripd.h (struct rip_interface): Add key_chain member.
456
457 * ripd.c: Include md5-gnu.h.
458
4592000-07-30 Kunihiro Ishiguro <kunihiro@zebra.org>
460
461 * ripd.h (RIP_NO_AUTH): Change RIP_NO_AUTH value from 1 to 0.
462
463 * ripd.c (rip_authentication): Use RIP_AUTH_SIMPLE_PASSWORD
464 instead of raw value 2.
465 (rip_write_rte): Likewise.
466 (rip_write_rte): Check ri->auth_type instead of ri->auth_str.
467
4682000-07-30 David Lipovkov <davidl@nbase.co.il>
469
470 * rip_interface.c (rip_if_down): Do not delete ZEBRA_ROUTE_KERNEL
471 route.
472
4732000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
474
475 * ripd.c (rip_update_process): Add "passive-interface" command.
476
477 * ripd.h (struct rip_interface): Add passive member to struct
478 rip_interface.
479
4802000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
481
482 * rip_interface.c (rip_if_init): Multiple RIP routes for one
483 prefix change. The codes are enclosed by #ifdef NEW_RIP_TABLE.
484
4852000-07-24 Akihiro Mizutani <mizutani@dml.com>
486
487 * rip_interface.c (rip_if_init): Use install_default() for
488 INTERFACE_NODE.
489
4902000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
491
492 * ripd.c: First update timer will be invoked in two seconds.
493
4942000-07-09 Jochen Friedrich <jochen@scram.de>
495
496 * rip_snmp.c: Local function definitions to static. Add INTEGER
497 ASN_INTEGER and TIMETICKS ASN_TIMETICKS definition.
498 (rip2PeerLookup): Peer with domain lookup implemented.
499 (rip2PeerTable): Temporary disable RIP2PEERLASTUPDATE value
500 support due to unknown SNMP agent startup time.
501
5022000-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
503
504 * ripd.h: Sweep obsolete definitions.
505
506 * rip_interface.c (rip_split_horizon): Add "ip split-horizon"
507 command.
508
509 * ripd.c (rip_output_process): Remove split_horizon argument.
510 (rip_update_process): Likewise.
511
512 * ripd.h (struct rip_interface): Add split_horizon flag to struct
513 rip_interface.
514
5152000-07-04 Akihiro Mizutani <mizutani@dml.com>
516
517 * ripd.c (rip_version): Change VERSION to <1-2>.
518 Add "no version" command.
519
5202000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
521
522 * rip_zebra.c (rip_redistribute_type_metric): "redistribute TYPE
523 metric <0-16>" command is added.
524
525 * rip_routemap.c (route_set_metric): Set metric_set when metric is
526 modified.
527
528 * ripd.h (struct rip_info): To check route-map set metric or not,
529 new member metric_set is added to struct rip_info.
530
531 * ripd.c (rip_route_process): Move metric handling code from
532 rip_response_process() to rip_route_process().
533 (rip_output_process): Set output offset-list metric.
534
5352000-07-02 Kunihiro Ishiguro <kunihiro@zebra.org>
536
537 * rip_offset.c (rip_offset_list): New file for offset-list.
538
5392000-07-02 Akihiro Mizutani <mizutani@dml.com>
540
541 * ripd.h (struct rip ): Add default_metric.
542
543 * ripd.c (rip_default_metric): "default-metric <1-16>" command is
544 added.
545 (config_write_rip): Change configuration order.
546
547 * rip_zebra.c: Fix help strings.
548
5492000-07-02 David Lipovkov <davidl@nbase.co.il>
550
551 * rip_interface.c (rip_if_init): Add IF_DELETE_HOOK.
552
5532000-07-01 Kunihiro Ishiguro <kunihiro@zebra.org>
554
555 * ripd.c (rip_output_process): If specified route-map does not
556 exist, it treated as deny all.
557
5582000-06-30 Kunihiro Ishiguro <kunihiro@zebra.org>
559
560 * rip_routemap.c (rip_route_map_init): Call rip_route_map_update
561 when route-map is deleted.
562
5632000-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
564
565 * rip_routemap.c (set_metric): For consistency with bgpd's set
566 metric, value range is set to <0-4294967295>.
567
5682000-06-28 David Lipovkov <davidl@nbase.co.il>
569
570 * rip_routemap.c (rip_route_map_update): Add check for rip is
571 enabled or not for avoid core dump.
572
573 * rip_debug.c (debug_rip_packet_direct): Fix bug of setting
574 rip_debug_packet flag.
575
5762000-06-13 David Lipovkov <davidl@nbase.co.il>
577
578 * rip_interface.c (rip_interface_delete): All work is done in
579 rip_if_down().
580
5812000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
582
583 * ripd.c (rip_redistribute_delete): Fix bug of missing
584 route_unlock_node() when redistribute route is not found.
585
5862000-06-05 Akihirof Mizutani <mizutani@dml.com>
587
588 * rip_debug.c (rip_debug_init): Disable show debugging in
589 VIEW_NODE like other protocol daemon.
590
591 * rip_routemap.c: Change command argument to more comprehensive.
592
593 METRIC -> <0-16>
594 IFNAME -> WORD
595 IP_ADDR -> A.B.C.D
596 ACCSESS_LIST -> WORD
597
5982000-06-05 David Lipovkov <davidl@nbase.co.il>
599
600 * rip_interface.c (rip_interface_delete): Delete all routes
601 include static and kernel through the interface , because even if
602 the interface is added again there is no guarantee that it will
603 get the same ifindex as before.
604
6052000-05-31 Akihirof Mizutani <mizutani@dml.com>
606
607 * rip_debug.c: Fix rip debug help string.
608
6092000-04-27 Mirko Karanovic <mkaranov@torsel.alcatel.com>
610
611 * rip_interface.c (rip_interface_down): Remove interface from
612 multicast group when interface goes down.
613
6142000-04-03 David Lipovkov <davidl@nbase.co.il>
615
616 * rip_interface.c (rip_interface_down): Implemented rip functions
617 for interface up/down events: rip_interface_up() and
618 rip_interface_down()
619
6202000-03-16 David Lipovkov <davidl@nbase.co.il>
621
622 * rip_zebra.c (rip_zclient_init): Added rip functions for
623 interface up/down events.
624
6252000-02-15 Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
626
627 * ripd.c (rip_write_rte): "set metic" in route-map has no effect
628 for RIPv1 in ripd. It worked fine for RIPv2.
629
6302000-01-17 Kunihiro Ishiguro <kunihiro@zebra.org>
631
632 * ripd.c (show_ip_protocols_rip): Fix bug of "show ip protocls"
633 mis-display RIP version.
634
635 * ripd.h (struct rip_peer): Add timeout thread to rip_peer
636 structure.
637
6382000-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
639
640 * rip_peer.c: Add new file for supporting RIP peer.
641
6421999-12-26 David Lipovkov <davidl@nbase.co.il>
643
644 * ripd.c (rip_authentication): RIP authantication string is 16
645 bytes long.
646
6471999-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
648
649 * ripd.c (rip_read): Add check for minimum packet length.
650 Authentication check is moved from rip_process_response() to
651 rip_read(). Patch from David Lipovkov <davidl@nbase.co.il> is
652 applied then add rte number check by Kunihiro Ishiguro
653 <kunihiro@zebra.org>.
654
6551999-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
656
657 * ripd.c (rip_response_process): In case of packet is RIPv2 and
658 network is non zero and netmask is zero, apply netmask rule as
659 same as RIPv1.
660
6611999-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
662
663 * ripd.c (rip_timers): Fix bug of timers basic argument format.
664
6651999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
666
667 * rip_snmp.c (rip2IfConfAddress): Forgot to include
668 RIP2IFCONFDOMAIN.
669
6701999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
671
672 * ripd.h (struct rip_peer): New structure added.
673
6741999-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
675
676 * rip_zebra.c (rip_zebra_ipv4_add): Increment
677 rip_global_route_changes when route change occur.
678 (rip_zebra_ipv4_delete): Likewise.
679
680 * ripd.c (rip_request_process): Increment rip_global_queries when
681 reply to the query is sent.
682
6831999-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
684
685 * rip_debug.c (rip_debug_reset): Reset function added.
686
687 * ripd.c (rip_update_process): Logging bug is fixed.
688
6891999-10-10 Marc Boucher <marc@mbsi.ca>
690
691 * ripd.c (config_write_rip): Add config_write_distribute() call.
692
6931999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
694
695 * ripd.c (rip_distribute_update): Fix bug of access-list
696 prefix-list updates.
697
6981999-09-10 VOP <vop@unity.net>
699
700 * rip_zebra.c: Add redistribute route-map feature.
701
7021999-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
703
704 * ripd.c (rip_response_process): Add check for given prefix is
705 given mask applied one.
706
7071999-09-03 VOP <vop@unity.net>
708
709 * rip_interface.c (rip_interface_multicast_set): Bug fix about
710 setting multicast interface.
711
7121999-09-02 VOP <vop@unity.net>
713
714 * rip_routemap.c: New file added.
715
7161999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
717
718 * ripd.c (show_ip_protocols_rip): Show next update time.
719 (show_ip_protocols_rip): Show redistribute information.
720
7211999-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
722
723 * RIPv2-MIB.txt: New file added.
724
725 * rip_snmp.c: New file added.
726
7271999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
728
729 * rip_interface.c (ip_rip_authentication_string): RIPv2
730 authentication command is added.
731
7321999-08-23 Kunihiro Ishiguro <kunihiro@zebra.org>
733
734 * rip_interface.c (rip_interface_multicast_set): Process of
735 setting IP_MULTICAST_IF on specific interface.
736
737 * ripd.c (rip_read): Add packet size check.
738
7391999-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
740
741 * ripd.c (rip_request_process): Fill in RIP_METRIC_INFINITY with
742 network byte order using htonl ().
743 (rip_response_process): Pass host byte order address to IN_CLASSC
744 and IN_CLASSB macro.
745
7461999-08-08 davidm@nbase.co.il (David Mozes)
747
748 * rip_zebra.c (rip_zebra_read_ipv4): Fix split horizon problem.
749
7501999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
751
752 * ripd.c (rip_timer_set): Function added.
753
7541999-07-01 Kunihiro Ishiguro <kunihiro@zebra.org>
755
756 * rip_debug.c: New file added.
757 rip_debug.h: New file added.
758
7591999-07-01 Rick Payne <rickp@rossfell.co.uk>
760
761 * rip_zebra.c (zebra_init): Install standard commands to
762 ZEBRA_NODE.
763
7641999-06-01 David Luyer <luyer@ucs.uwa.edu.au>
765
766 * ripd.c (rip_process_route): Add support for RIP version 1.
767
7681999-05-29 Kunihiro Ishiguro <kunihiro@zebra.org>
769
770 * rip_zebra.c: Change to use lib/zclient.[ch].
771
7721999-05-20 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
773
774 * ripd.c (rip_add_route): Change the existance route's metric check
775 to the condition specified by RFC2453.
776
7771999-05-17 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
778
779 * ripd.c (rip_process_route): Add the if metric to the route metric.
780
781 * ripd.c (rip_add_route): Deleted add if metric to the route.
782
7831999-05-16 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
784
785 * rip_interface.c (if_valid_neighbor): New function.
786
787 * ripd.c (rip_process_route): Added check whether the datagram
788 is from a valid neighbor.
789
7901999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
791
792 * ripd.c (rip_process_route): Set interface pointer to rinfo.
793
7941999-05-15 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
795
796 * ripd.c (rip_check_address): Unicast and not net 0 or 127 check
797 added.
798
7991999-05-14 Stephen R. van den Berg <srb@cuci.nl>
800
801 * rip_main.c (signal_init): SIGTERM call sigint.
802 (sigint): Loggging more better message.
803
8041999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
805
806 * ripd.c (rip_add_route): Fix previous route_unlock_node() chenge.
807
808 * rip_main.c (main): Change default zlog output to ZLOG_STDOUT for
809 debugging.
810
8111999-05-09 Patrick Koppen <koppen@rhrk.uni-kl.de>
812
813 * rip_interface.c (rip_request): Fix old semantics for fetching
814 connected address.
815
816 * ripd.c (rip_add_route): Update timer when the route is updated.
817
8181999-05-09 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
819
820 * rip_zebra.c (struct zebra): Add ridist_static, ridist_connect,
821 redist_rip, redist_ripng.
822
823 * rip_zebra.c (zebra_create): Updated for current zebra method.
824
825 * ripd.c (rip_add_route): Add missing route_unlock_node().
826
8271999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
828
829 * ripd.c (rip_add_route): Add metric check. Reported by Carlos
830 Alberto Barcenilla <barce@frlp.utn.edu.ar>.
831
8321999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
833
834 * syslog support added
835
8361998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
837
838 * ripd.c (rip_announce_func): Apply new lib functions.
839
8401998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
841
842 * ripd.c (config_write_rip): Delete vector v argument.
843 * rip_zebra.c (config_write_zebra): Likewise.
844 * rip_interface.c (interface_config_write): Likewise.
845
8461998-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
847
848 * rip_announce.c (rip_rib_close): When ripd terminates delete all
849 added route.
850
8511998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
852
853 * rip_interface.c: return read packet size.
854
8551998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
856
857 * ripd.h: Modify for compile on Solaris.
858
8591998-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
860
861 * ripd.c: DEFUN function return CMD_SUCCESS.
862 change xmalloc to XMALLOC macro.
863
8641998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
865
866 * rip_main.c: change CONFDIR to SYSCONFDIR.
867
8681998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
869
870 * .cvsignore: added.
871
8721998-02-04 Kunihiro Ishiguro <kunihiro@zebra.org>
873
874 * rip_interface.c (config_write_interface): correct ADVERTISE spell.
875
876 * rip_main.c (main): add usage() and make cleanup.
877
8781998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
879
880 * ripd.c (rip_version): add rip version command.
881
8821998-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
883
884 * rip_interface.c (zebra_get_interface): added to get
885 interface's information.
886
887 * ChangeLog: create.