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