blob: 2080333806088405a03fa45635c7f97746f1b378 [file] [log] [blame]
paul02ff83c2004-06-11 11:27:03 +000012004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com>
2
3 * ripd.c: (rip_distribute_update_all) distribute list hook
4 function pointer prototype requires struct prefix_list * arg.
5 (rip_distribute_update_all_wrapper) update to pass required arg,
6 NULL.
7
paulca5e5162004-06-06 22:06:33 +000082004-06-06 Paul Jakma <paul.jakma@sun.com>
9
10 * ripd.h: Add define for the RIPv2 Authentication Data family
11 Move the auth type defines up to where other defines live.
12 Add RIP_AUTH_MD5_COMPAT_SIZE, for backwards compatible
13 md5->auth_len size. Add md5_auth_len field to struct
14 rip_interface: (rip_interface_new) Init md5_auth_len to compatible
15 size.
16 (ip_rip_authentication_mode_cmd) Extended to handle setting
17 md5 auth-length. Appropriate aliases added.
18 (no_ip_rip_authentication_mode_cmd) Reset md5_auth_len to
19 compatible size.
20 (rip_interface_config_write) Teach it about md5_auth_len.
21 _always_ write out the auth-length, so that everyone will get
22 the setting in their config file, and hence allow for a future
23 change of default for md5_auth_len to be less painful - every md5
24 user will have this setting in their config file.
25 ripd.c: (rip_packet_dump) Change nasty hard coded constants to
26 symbolic defines. Change various tests of 'ntoh.(variable) ==
27 constant' to test 'variable == ntoh.(constant)'. Clean up
28 indentation on some long lines.
29 (rip_auth_simple_password) ditto.
30 (rip_auth_md5) ditto, also add length argument and sanity check
31 md5 data offset field. Sanity check md5 auth length, accept RFC
32 or old-ripd/cisco lengths.
33 (rip_auth_md5_set) as per (rip_packet_dump), also write out
34 the configured md5 auth length for the interface (old-ripd or rfc)
35 (rip_read) as per (rip_packet_dump)
36 (rip_write_rte) ditto
37 (rip_response_process) ditto
38 (rip_write_rte) ditto
39
paulc2bfbcc2004-06-04 01:42:38 +0000402004-06-04 JJ Ludman <jacques.ludman@sun.com>
41
42 * ripd.c: Interoperability fix. Correct value for MD5 auth length
43 is 16. Accept packets with this set to >= 16, and set to 16
44 ourselves.
45
paul11dde9c2004-05-31 14:00:00 +0000462004-05-31 Sowmini Varadhan <sowmini.varadhan@sun.com>
47
48 * ripd.c: Fixup compile warnings
49 * rip_routemap.c: Ditto
50
paul0a589352004-05-08 11:48:26 +0000512004-05-08 Paul Jakma <paul@dishone.st>
52
53 * rip_zebra.c: sync with zclient changes.
54 * rip_interface.c: ditto.
55
paul239389b2004-05-05 14:09:37 +0000562004-05-05 Anthony.Golia@morganstanley.com
57
58 * ripd.c: (rip_update_jitter) Bound jitter to a more sensible
59 value, eg 1/4 of update time.
60
paula87552c2004-05-03 20:00:17 +0000612004-05-03 Paul Jakma <paul@dishone.st>
62
63 * ripd.c: (rip_rte_process) fix typo in merge of previous patch
64 and run function through indent.
65
paulb94f9db2004-05-01 20:45:38 +0000662004-03-19 Jean-Yves Simon <lethalwp@tiscali.be>
67
paula87552c2004-05-03 20:00:17 +000068 * ripd.c: (rip_rte_process) make ripd also check on
69 administrative distance of his own links to update routes.
paulb94f9db2004-05-01 20:45:38 +000070
hassoda9c9a22004-03-18 02:40:55 +0000712004-03-18 sowmini.varadhan@sun.com
72
73 * ripd.c: rip_send_packet can get null connected address when
74 called in response to a unicast rip-request. Handle correctly.
75
hassoa1455d82004-03-03 19:36:24 +0000762004-03-03 Krzysztof Oledzki <oleq@ans.pl>
77
hassocaa6f8a2004-03-03 19:48:48 +000078 * ripd.c: fix "show ip rip" and per interface rip version selection.
hassoa1455d82004-03-03 19:36:24 +000079
paul931cd542004-01-23 15:31:42 +0000802004-01-23 sowmini.varadhan@sun.com
81
82 * rip_interface.c: obsolete unbind code in
83 rip_interface_multicast_set, and instead do the more portable
84 (though slower) method of creating a socket for each outgoing packet
85 and binding the source address on the new socket.
86 * rip_interface.c, ripd.c, ripd.h: Modify rip_request_send so that
87 source address is determined by the caller of rip_request_send for
88 ripv1 packets and non-multicast interfaces (rip_request_send loops
89 over all connected address in all other cases).
90 * rip_send_packet: don't send packets with source set to
91 ZEBRA_IFA_SECONDARY connected addresses; improved debug messages;
92
paulf38a4712003-06-07 01:10:00 +0000932003-06-07 Andrew J. Schorr <aschorr@telemetry-investments.com>
94
95 * Allow ripd to receive RIPv1
96 * add default as valid param to passive-interface command
97
hasso16705132003-05-25 14:49:19 +0000982003-05-25 Vincent Jardin <vjardin@wanadoo.fr>
99
paulf38a4712003-06-07 01:10:00 +0000100 * 6Wind patch merge.
hasso16705132003-05-25 14:49:19 +0000101
paul445f1432003-05-16 19:00:31 +00001022003-04-19 Hasso Tepper <hasso@estpak.ee>
103
104 * rip_routemap.c: sync daemon's route-map commands to have same
105 syntax
106
paul718e3742002-12-13 20:15:29 +00001072002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
108
109 * zebra-0.93 released.
110
1112002-06-30 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
112
113 * ripd.c (rip_output_process): When outgoing interface is same as
114 next hop interface, announce RIPv2 next hop otherwise set next hop
115 to 0. Revert previous change then take 6WIND way.
116
1172001-09-14 Akihiro Mizutani <mizutani@dml.com>
118
119 * ripd.c: RIP enabled interface's route is advertised by default.
120
1212001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
122
123 * rip_snmp.c (rip_ifaddr_delete): Add route_node_lookup() return
124 value check.
125
126 * rip_interface.c (rip_multicast_leave): Fix bug of multiple IP
127 address on one interface multicast join/leave bug.
128
1292001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
130
131 * rip_interface.c (no_rip_passive_interface): Add NO_STR.
132
1332001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
134
135 * zebra-0.92a released.
136
1372001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
138
139 * zebra-0.92 released.
140
1412001-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
142
143 * rip_routemap.c (route_match_ip_address_prefix_list): Add match
144 ip next-hop prefix-list WORD.
145
1462001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
147
148 * rip_interface.c (rip_passive_interface_clean): Call
149 rip_passive_interface_apply_all.
150
1512001-02-12 Kunihiro Ishiguro <kunihiro@zebra.org>
152
153 * ripd.c (rip_response_process): Multicast address nexthop check
154 is moved from rip_nexthop_check.
155
1562001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
157
158 * rip_interface.c (ipv4_multicast_join): Use
159 setsockopt_multicast_ipv4.
160 (ipv4_multicast_leave): Likewise.
161 (rip_if_ipv4_address_check): Interface which has IPv4 address can
162 be enabled.
163
1642001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
165
166 * rip_interface.c (rip_interface_delete): To support pseudo
167 interface do not free interface structure.
168 * ripd.c (rip_output_process): If output interface is in simple
169 password authentication mode, we need space for authentication
170 data.
171
1722001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
173
174 * ripd.c (rip_nexthop_check): Fix multicast address nexthop check.
175
176 * zebra-0.91 is released.
177
1782001-01-27 Kunihiro Ishiguro <kunihiro@zebra.org>
179
180 * ripd.c (show_ip_rip): Show metric infinity route's timeout.
181 (rip_rte_process): If current route is metric infinity, route is
182 replaced with received rte.
183 (rip_redistribute_delete): When redistribute route is deleted,
184 perform poisoned reverse.
185 (rip_redistribute_withdraw): Likewise.
186
1872001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
188
189 * ripd.c (rip_response_process): RIPv2 routing table entry with
190 non directly reachable nexthop was dropped. The code is changed
191 to treat it as 0.0.0.0 nexthop.
192 (rip_destination_check): Check net 0 address destination.
193 (rip_nexthop_check): New function for checking nexthop address
194 validity.
195
1962001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
197
198 * ripd.c (rip_request_process): Triggered update only send changed
199 route.
200
201 * rip_interface.c: Delete RIP_API part until new implementation
202 comes out.
203
204 * rip_snmp.: Likewise.
205
206 * rip_zebra.c: Likewise.
207
208 * ripd.c: Likewise.
209
2102001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
211
212 * rip_interface.c (rip_if_init): Remove HAVE_IF_PSEUDO part.
213
2142001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
215
216 * zebra-0.90 is released.
217
2182001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
219
220 * ripd.h (RIP_VTYSH_PATH): Change "/tmp/ripd" to "/tmp/.ripd".
221
2222000-12-25 David Lipovkov <davidl@nbase.co.il>
223
224 * ripd.c (rip_rte_process): When a route is in garbage collection
225 process (invalid with metric 16) and a router receives the same
226 route with valid metric then route was not installed into zebra
227 rib, but only into ripd rib. Moreover , it will never get into
228 zebra rib, because ripd wrongly assumes it's already there.
229 (rip_redistribute_add): When doing redistribute into rip other
230 route (e.g. connected) and the same route exists in ripd rib we
231 changed it in place - bug. Now we don't forget to remove old route
232 from zebra.
233 (rip_timeout): When removing routes from zebra I made sure that we
234 remove route with the metric we have in zebra and not the new
235 one. It doesn't make a difference now,but could be significant
236 when multipath support is done.
237
2382000-12-25 David Lipovkov <davidl@nbase.co.il>
239
240 * rip_zebra.c (rip_metric_unset): Fix bug of metric value unset.
241
2422000-11-25 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
243
244 * ripd.c (rip_request_process): Check passive flag of the
245 interface.
246
2472000-11-23 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
248
249 * rip_interface.c (rip_multicast_join): When IP_ADD_MEMBERSHIP
250 failed do not set runnning flag to the interface.
251
2522000-11-16 Kunihiro Ishiguro <kunihiro@zebra.org>
253
254 * ripd.c (rip_output_process): Memory leak related classfull
255 network generation is fixed.
256
2572000-11-16 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
258
259 * rip_interface.c (if_check_address): Obsolete pointopoint address
260 check is removed.
261
2622000-11-02 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
263
264 * rip_interface.c (if_check_address): Add pointopoint address
265 check.
266 (rip_interface_up): Add check for passive interface when interface
267 goes up.
268
2692000-10-23 Jochen Friedrich <jochen@scram.de>
270
271 * rip_snmp.c: rip_oid and ripd_oid are used in smux_open after it
272 is registered. So those variables must be static.
273
2742000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
275
276 * rip_interface.c: Change to "no ip rip (send|receive)" command
277 accept version number argument.
278
2792000-10-17 Akihiro Mizutani <mizutani@dml.com>
280
281 * rip_routemap.c (route_set_ip_nexthop_compile): Change "match ip
282 next-hop" from IP address to access-list name.
283
2842000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
285
286 * rip_peer.c: Change ot use linklist.c instaed of newlist.c.
287
2882000-10-16 Kunihiro Ishiguro <kunihiro@zebra.org>
289
290 * rip_offset.c: Change to use linklist.c instead of newlist.c.
291
2922000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
293
294 * zebra-0.89 is released.
295
2962000-09-26 Akihiro Mizutani <mizutani@dml.com>
297
298 * rip_routemap.c (match_ip_nexthop): Add next-hop format check.
299
3002000-09-18 David Lipovkov <dlipovkov@OpticalAccess.com>
301
302 * rip_interface.c (ripd_api_get_if_rx_version): Corrects rip SNMP
303 and rip API functions dealing with rip version.
304
305 * rip_snmp.c (Status_Valid): SNMPv2-TC TEXTUAL-CONVENTION.
306
3072000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
308
309 * rip_snmp.c (rip2IfLookup): Use rip_ifaddr_lookup_next() instead
310 of rip_if_lookup_next().
311
312 * rip_interface.c (rip_enable_network_lookup): Interface enable
313 check by interface's address with /32 prefix.
314
315 * ripd.c (rip_read): When RIP is configured with authentication
316 and no authentication in incoming packet, drop the packet.
317
318 * rip_interface.c (rip_interface_reset): RIP_AUTH_SIMPLE_PASSWORD
319 is default mode of authentication.
320 (rip_interface_new): Likewise.
321 (no_ip_rip_authentication_mode): Likewise.
322
323 * ripd.c (rip_read): Likewise.
324
3252000-09-10 David Lipovkov <davidl@nbase.co.il>
326
327 * rip_snmp.c: Set ASN_INTEGER v->type where it is needed.
328
3292000-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
330
331 * ripd.c (rip_auth_simple_password): Simple password
332 authentication using key-chain.
333 (rip_write_rte): Likewise.
334
335 * rip_interface.c (ip_rip_authentication_key_chain): Add check for
336 authentication string configuration.
337
3382000-09-08 Akihiro Mizutani <mizutani@dml.com>
339
340 * ripd.c (rip_write_rte): Add check for ri->auth_str.
341
3422000-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
343
344 * ripd_api.h: New file is added.
345
3462000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
347
348 * ripd.c (rip_rte_process): rip_route_process() is renamed to
349 rip_rte_process() to clarify meanings of the function.
350 rip_route_process() is newly added to process RIP route selection.
351
3522000-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
353
354 * ripd.c (rip_incoming_filter): Extract incoming filter code to
355 function from rip_route_process(). Add check for all interface
356 filter.
357 (rip_outgoing_filter): Extract incoming filter code to function
358 from rip_output_process(). Add check for all interface filter.
359
360 * rip_zebra.c (rip_redistribute_clean): Reset redistribute status
361 when "no router rip" is performed.
362
363 * rip_interface.c (rip_interface_clean): Reset interface's RIP
364 enable status.
365
3662000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
367
368 * ripd.c (rip_route_process): When metric infinity is received the
369 route is removed from service immediately.
370 (rip_timeout): Likewise.
371 (rip_garbage_collect): Do not delete route in garbage collection.
372 (rip_output_process): Check metric_out exceed metric infinity.
373
374 * zebra-0.88 is released.
375
3762000-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
377
378 * ripd.c (rip_distance_apply): Unlock node when there is matched
379 node.
380
3812000-08-13 Akihiro Mizutani <mizutani@dml.com>
382
383 * rip_routemap.c (match_ip_nexthop): Add check for IP address
384 validness.
385 (no_set_metric): Add new ALIAS.
386
3872000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
388
389 * ripd.h (struct rip ): Add distance.
390
3912000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
392
393 * rip_zebra.c (rip_zebra_ipv4_add): Use new Zebra api to register
394 routes. Pass RIP metric value to zebra.
395
3962000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
397
398 * rip_main.c (main): Make struct thread thread from global
399 variable to local variable in main.
400
4012000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
402
403 * ripd.c (rip_packet_dump): Add MD5 authentication dump function.
404 (rip_auth_md5): RIP MD5 authentication packet receive works.
405
4062000-08-02 David Lipovkov <davidl@nbase.co.il>
407
408 * rip_interface.c (rip_if_init): Install interface "pseudo"
409 commands.
410 (rip_interface_delete): Do not call if_delete() when interface is
411 pseudo interface.
412
4132000-07-31 Kunihiro Ishiguro <kunihiro@zebra.org>
414
415 * rip_interface.c (ip_rip_authentication_mode): "ip rip
416 authentication mode (md5|text)" is added.
417 (ip_rip_authentication_key_chain): "ip rip authentication
418 key-chain KEY-CHAIN" is added.
419 (rip_interface_clean): Clean all interface configuration.
420 (rip_interface_reset): Reset all interface configuration.
421 (rip_clean_network): Clean rip_enable_network.
422
423 * ripd.h (struct rip_interface): Add key_chain member.
424
425 * ripd.c: Include md5-gnu.h.
426
4272000-07-30 Kunihiro Ishiguro <kunihiro@zebra.org>
428
429 * ripd.h (RIP_NO_AUTH): Change RIP_NO_AUTH value from 1 to 0.
430
431 * ripd.c (rip_authentication): Use RIP_AUTH_SIMPLE_PASSWORD
432 instead of raw value 2.
433 (rip_write_rte): Likewise.
434 (rip_write_rte): Check ri->auth_type instead of ri->auth_str.
435
4362000-07-30 David Lipovkov <davidl@nbase.co.il>
437
438 * rip_interface.c (rip_if_down): Do not delete ZEBRA_ROUTE_KERNEL
439 route.
440
4412000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
442
443 * ripd.c (rip_update_process): Add "passive-interface" command.
444
445 * ripd.h (struct rip_interface): Add passive member to struct
446 rip_interface.
447
4482000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
449
450 * rip_interface.c (rip_if_init): Multiple RIP routes for one
451 prefix change. The codes are enclosed by #ifdef NEW_RIP_TABLE.
452
4532000-07-24 Akihiro Mizutani <mizutani@dml.com>
454
455 * rip_interface.c (rip_if_init): Use install_default() for
456 INTERFACE_NODE.
457
4582000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
459
460 * ripd.c: First update timer will be invoked in two seconds.
461
4622000-07-09 Jochen Friedrich <jochen@scram.de>
463
464 * rip_snmp.c: Local function definitions to static. Add INTEGER
465 ASN_INTEGER and TIMETICKS ASN_TIMETICKS definition.
466 (rip2PeerLookup): Peer with domain lookup implemented.
467 (rip2PeerTable): Temporary disable RIP2PEERLASTUPDATE value
468 support due to unknown SNMP agent startup time.
469
4702000-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
471
472 * ripd.h: Sweep obsolete definitions.
473
474 * rip_interface.c (rip_split_horizon): Add "ip split-horizon"
475 command.
476
477 * ripd.c (rip_output_process): Remove split_horizon argument.
478 (rip_update_process): Likewise.
479
480 * ripd.h (struct rip_interface): Add split_horizon flag to struct
481 rip_interface.
482
4832000-07-04 Akihiro Mizutani <mizutani@dml.com>
484
485 * ripd.c (rip_version): Change VERSION to <1-2>.
486 Add "no version" command.
487
4882000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
489
490 * rip_zebra.c (rip_redistribute_type_metric): "redistribute TYPE
491 metric <0-16>" command is added.
492
493 * rip_routemap.c (route_set_metric): Set metric_set when metric is
494 modified.
495
496 * ripd.h (struct rip_info): To check route-map set metric or not,
497 new member metric_set is added to struct rip_info.
498
499 * ripd.c (rip_route_process): Move metric handling code from
500 rip_response_process() to rip_route_process().
501 (rip_output_process): Set output offset-list metric.
502
5032000-07-02 Kunihiro Ishiguro <kunihiro@zebra.org>
504
505 * rip_offset.c (rip_offset_list): New file for offset-list.
506
5072000-07-02 Akihiro Mizutani <mizutani@dml.com>
508
509 * ripd.h (struct rip ): Add default_metric.
510
511 * ripd.c (rip_default_metric): "default-metric <1-16>" command is
512 added.
513 (config_write_rip): Change configuration order.
514
515 * rip_zebra.c: Fix help strings.
516
5172000-07-02 David Lipovkov <davidl@nbase.co.il>
518
519 * rip_interface.c (rip_if_init): Add IF_DELETE_HOOK.
520
5212000-07-01 Kunihiro Ishiguro <kunihiro@zebra.org>
522
523 * ripd.c (rip_output_process): If specified route-map does not
524 exist, it treated as deny all.
525
5262000-06-30 Kunihiro Ishiguro <kunihiro@zebra.org>
527
528 * rip_routemap.c (rip_route_map_init): Call rip_route_map_update
529 when route-map is deleted.
530
5312000-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
532
533 * rip_routemap.c (set_metric): For consistency with bgpd's set
534 metric, value range is set to <0-4294967295>.
535
5362000-06-28 David Lipovkov <davidl@nbase.co.il>
537
538 * rip_routemap.c (rip_route_map_update): Add check for rip is
539 enabled or not for avoid core dump.
540
541 * rip_debug.c (debug_rip_packet_direct): Fix bug of setting
542 rip_debug_packet flag.
543
5442000-06-13 David Lipovkov <davidl@nbase.co.il>
545
546 * rip_interface.c (rip_interface_delete): All work is done in
547 rip_if_down().
548
5492000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
550
551 * ripd.c (rip_redistribute_delete): Fix bug of missing
552 route_unlock_node() when redistribute route is not found.
553
5542000-06-05 Akihirof Mizutani <mizutani@dml.com>
555
556 * rip_debug.c (rip_debug_init): Disable show debugging in
557 VIEW_NODE like other protocol daemon.
558
559 * rip_routemap.c: Change command argument to more comprehensive.
560
561 METRIC -> <0-16>
562 IFNAME -> WORD
563 IP_ADDR -> A.B.C.D
564 ACCSESS_LIST -> WORD
565
5662000-06-05 David Lipovkov <davidl@nbase.co.il>
567
568 * rip_interface.c (rip_interface_delete): Delete all routes
569 include static and kernel through the interface , because even if
570 the interface is added again there is no guarantee that it will
571 get the same ifindex as before.
572
5732000-05-31 Akihirof Mizutani <mizutani@dml.com>
574
575 * rip_debug.c: Fix rip debug help string.
576
5772000-04-27 Mirko Karanovic <mkaranov@torsel.alcatel.com>
578
579 * rip_interface.c (rip_interface_down): Remove interface from
580 multicast group when interface goes down.
581
5822000-04-03 David Lipovkov <davidl@nbase.co.il>
583
584 * rip_interface.c (rip_interface_down): Implemented rip functions
585 for interface up/down events: rip_interface_up() and
586 rip_interface_down()
587
5882000-03-16 David Lipovkov <davidl@nbase.co.il>
589
590 * rip_zebra.c (rip_zclient_init): Added rip functions for
591 interface up/down events.
592
5932000-02-15 Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
594
595 * ripd.c (rip_write_rte): "set metic" in route-map has no effect
596 for RIPv1 in ripd. It worked fine for RIPv2.
597
5982000-01-17 Kunihiro Ishiguro <kunihiro@zebra.org>
599
600 * ripd.c (show_ip_protocols_rip): Fix bug of "show ip protocls"
601 mis-display RIP version.
602
603 * ripd.h (struct rip_peer): Add timeout thread to rip_peer
604 structure.
605
6062000-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
607
608 * rip_peer.c: Add new file for supporting RIP peer.
609
6101999-12-26 David Lipovkov <davidl@nbase.co.il>
611
612 * ripd.c (rip_authentication): RIP authantication string is 16
613 bytes long.
614
6151999-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
616
617 * ripd.c (rip_read): Add check for minimum packet length.
618 Authentication check is moved from rip_process_response() to
619 rip_read(). Patch from David Lipovkov <davidl@nbase.co.il> is
620 applied then add rte number check by Kunihiro Ishiguro
621 <kunihiro@zebra.org>.
622
6231999-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
624
625 * ripd.c (rip_response_process): In case of packet is RIPv2 and
626 network is non zero and netmask is zero, apply netmask rule as
627 same as RIPv1.
628
6291999-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
630
631 * ripd.c (rip_timers): Fix bug of timers basic argument format.
632
6331999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
634
635 * rip_snmp.c (rip2IfConfAddress): Forgot to include
636 RIP2IFCONFDOMAIN.
637
6381999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
639
640 * ripd.h (struct rip_peer): New structure added.
641
6421999-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
643
644 * rip_zebra.c (rip_zebra_ipv4_add): Increment
645 rip_global_route_changes when route change occur.
646 (rip_zebra_ipv4_delete): Likewise.
647
648 * ripd.c (rip_request_process): Increment rip_global_queries when
649 reply to the query is sent.
650
6511999-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
652
653 * rip_debug.c (rip_debug_reset): Reset function added.
654
655 * ripd.c (rip_update_process): Logging bug is fixed.
656
6571999-10-10 Marc Boucher <marc@mbsi.ca>
658
659 * ripd.c (config_write_rip): Add config_write_distribute() call.
660
6611999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
662
663 * ripd.c (rip_distribute_update): Fix bug of access-list
664 prefix-list updates.
665
6661999-09-10 VOP <vop@unity.net>
667
668 * rip_zebra.c: Add redistribute route-map feature.
669
6701999-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
671
672 * ripd.c (rip_response_process): Add check for given prefix is
673 given mask applied one.
674
6751999-09-03 VOP <vop@unity.net>
676
677 * rip_interface.c (rip_interface_multicast_set): Bug fix about
678 setting multicast interface.
679
6801999-09-02 VOP <vop@unity.net>
681
682 * rip_routemap.c: New file added.
683
6841999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
685
686 * ripd.c (show_ip_protocols_rip): Show next update time.
687 (show_ip_protocols_rip): Show redistribute information.
688
6891999-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
690
691 * RIPv2-MIB.txt: New file added.
692
693 * rip_snmp.c: New file added.
694
6951999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
696
697 * rip_interface.c (ip_rip_authentication_string): RIPv2
698 authentication command is added.
699
7001999-08-23 Kunihiro Ishiguro <kunihiro@zebra.org>
701
702 * rip_interface.c (rip_interface_multicast_set): Process of
703 setting IP_MULTICAST_IF on specific interface.
704
705 * ripd.c (rip_read): Add packet size check.
706
7071999-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
708
709 * ripd.c (rip_request_process): Fill in RIP_METRIC_INFINITY with
710 network byte order using htonl ().
711 (rip_response_process): Pass host byte order address to IN_CLASSC
712 and IN_CLASSB macro.
713
7141999-08-08 davidm@nbase.co.il (David Mozes)
715
716 * rip_zebra.c (rip_zebra_read_ipv4): Fix split horizon problem.
717
7181999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
719
720 * ripd.c (rip_timer_set): Function added.
721
7221999-07-01 Kunihiro Ishiguro <kunihiro@zebra.org>
723
724 * rip_debug.c: New file added.
725 rip_debug.h: New file added.
726
7271999-07-01 Rick Payne <rickp@rossfell.co.uk>
728
729 * rip_zebra.c (zebra_init): Install standard commands to
730 ZEBRA_NODE.
731
7321999-06-01 David Luyer <luyer@ucs.uwa.edu.au>
733
734 * ripd.c (rip_process_route): Add support for RIP version 1.
735
7361999-05-29 Kunihiro Ishiguro <kunihiro@zebra.org>
737
738 * rip_zebra.c: Change to use lib/zclient.[ch].
739
7401999-05-20 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
741
742 * ripd.c (rip_add_route): Change the existance route's metric check
743 to the condition specified by RFC2453.
744
7451999-05-17 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
746
747 * ripd.c (rip_process_route): Add the if metric to the route metric.
748
749 * ripd.c (rip_add_route): Deleted add if metric to the route.
750
7511999-05-16 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
752
753 * rip_interface.c (if_valid_neighbor): New function.
754
755 * ripd.c (rip_process_route): Added check whether the datagram
756 is from a valid neighbor.
757
7581999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
759
760 * ripd.c (rip_process_route): Set interface pointer to rinfo.
761
7621999-05-15 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
763
764 * ripd.c (rip_check_address): Unicast and not net 0 or 127 check
765 added.
766
7671999-05-14 Stephen R. van den Berg <srb@cuci.nl>
768
769 * rip_main.c (signal_init): SIGTERM call sigint.
770 (sigint): Loggging more better message.
771
7721999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
773
774 * ripd.c (rip_add_route): Fix previous route_unlock_node() chenge.
775
776 * rip_main.c (main): Change default zlog output to ZLOG_STDOUT for
777 debugging.
778
7791999-05-09 Patrick Koppen <koppen@rhrk.uni-kl.de>
780
781 * rip_interface.c (rip_request): Fix old semantics for fetching
782 connected address.
783
784 * ripd.c (rip_add_route): Update timer when the route is updated.
785
7861999-05-09 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
787
788 * rip_zebra.c (struct zebra): Add ridist_static, ridist_connect,
789 redist_rip, redist_ripng.
790
791 * rip_zebra.c (zebra_create): Updated for current zebra method.
792
793 * ripd.c (rip_add_route): Add missing route_unlock_node().
794
7951999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
796
797 * ripd.c (rip_add_route): Add metric check. Reported by Carlos
798 Alberto Barcenilla <barce@frlp.utn.edu.ar>.
799
8001999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
801
802 * syslog support added
803
8041998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
805
806 * ripd.c (rip_announce_func): Apply new lib functions.
807
8081998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
809
810 * ripd.c (config_write_rip): Delete vector v argument.
811 * rip_zebra.c (config_write_zebra): Likewise.
812 * rip_interface.c (interface_config_write): Likewise.
813
8141998-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
815
816 * rip_announce.c (rip_rib_close): When ripd terminates delete all
817 added route.
818
8191998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
820
821 * rip_interface.c: return read packet size.
822
8231998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
824
825 * ripd.h: Modify for compile on Solaris.
826
8271998-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
828
829 * ripd.c: DEFUN function return CMD_SUCCESS.
830 change xmalloc to XMALLOC macro.
831
8321998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
833
834 * rip_main.c: change CONFDIR to SYSCONFDIR.
835
8361998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
837
838 * .cvsignore: added.
839
8401998-02-04 Kunihiro Ishiguro <kunihiro@zebra.org>
841
842 * rip_interface.c (config_write_interface): correct ADVERTISE spell.
843
844 * rip_main.c (main): add usage() and make cleanup.
845
8461998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
847
848 * ripd.c (rip_version): add rip version command.
849
8501998-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
851
852 * rip_interface.c (zebra_get_interface): added to get
853 interface's information.
854
855 * ChangeLog: create.