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