blob: 13c34b58f371852e6c5d4fa4beb7eb69352267e3 [file] [log] [blame]
paulb94f9db2004-05-01 20:45:38 +000012004-03-19 Jean-Yves Simon <lethalwp@tiscali.be>
2
3 * ripd.c: make ripd also check on administrative distance of his
4 own links to update routes.
5
hassoda9c9a22004-03-18 02:40:55 +000062004-03-18 sowmini.varadhan@sun.com
7
8 * ripd.c: rip_send_packet can get null connected address when
9 called in response to a unicast rip-request. Handle correctly.
10
hassoa1455d82004-03-03 19:36:24 +0000112004-03-03 Krzysztof Oledzki <oleq@ans.pl>
12
hassocaa6f8a2004-03-03 19:48:48 +000013 * ripd.c: fix "show ip rip" and per interface rip version selection.
hassoa1455d82004-03-03 19:36:24 +000014
paul931cd542004-01-23 15:31:42 +0000152004-01-23 sowmini.varadhan@sun.com
16
17 * rip_interface.c: obsolete unbind code in
18 rip_interface_multicast_set, and instead do the more portable
19 (though slower) method of creating a socket for each outgoing packet
20 and binding the source address on the new socket.
21 * rip_interface.c, ripd.c, ripd.h: Modify rip_request_send so that
22 source address is determined by the caller of rip_request_send for
23 ripv1 packets and non-multicast interfaces (rip_request_send loops
24 over all connected address in all other cases).
25 * rip_send_packet: don't send packets with source set to
26 ZEBRA_IFA_SECONDARY connected addresses; improved debug messages;
27
paulf38a4712003-06-07 01:10:00 +0000282003-06-07 Andrew J. Schorr <aschorr@telemetry-investments.com>
29
30 * Allow ripd to receive RIPv1
31 * add default as valid param to passive-interface command
32
hasso16705132003-05-25 14:49:19 +0000332003-05-25 Vincent Jardin <vjardin@wanadoo.fr>
34
paulf38a4712003-06-07 01:10:00 +000035 * 6Wind patch merge.
hasso16705132003-05-25 14:49:19 +000036
paul445f1432003-05-16 19:00:31 +0000372003-04-19 Hasso Tepper <hasso@estpak.ee>
38
39 * rip_routemap.c: sync daemon's route-map commands to have same
40 syntax
41
paul718e3742002-12-13 20:15:29 +0000422002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
43
44 * zebra-0.93 released.
45
462002-06-30 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
47
48 * ripd.c (rip_output_process): When outgoing interface is same as
49 next hop interface, announce RIPv2 next hop otherwise set next hop
50 to 0. Revert previous change then take 6WIND way.
51
522001-09-14 Akihiro Mizutani <mizutani@dml.com>
53
54 * ripd.c: RIP enabled interface's route is advertised by default.
55
562001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
57
58 * rip_snmp.c (rip_ifaddr_delete): Add route_node_lookup() return
59 value check.
60
61 * rip_interface.c (rip_multicast_leave): Fix bug of multiple IP
62 address on one interface multicast join/leave bug.
63
642001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
65
66 * rip_interface.c (no_rip_passive_interface): Add NO_STR.
67
682001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
69
70 * zebra-0.92a released.
71
722001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
73
74 * zebra-0.92 released.
75
762001-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
77
78 * rip_routemap.c (route_match_ip_address_prefix_list): Add match
79 ip next-hop prefix-list WORD.
80
812001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
82
83 * rip_interface.c (rip_passive_interface_clean): Call
84 rip_passive_interface_apply_all.
85
862001-02-12 Kunihiro Ishiguro <kunihiro@zebra.org>
87
88 * ripd.c (rip_response_process): Multicast address nexthop check
89 is moved from rip_nexthop_check.
90
912001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
92
93 * rip_interface.c (ipv4_multicast_join): Use
94 setsockopt_multicast_ipv4.
95 (ipv4_multicast_leave): Likewise.
96 (rip_if_ipv4_address_check): Interface which has IPv4 address can
97 be enabled.
98
992001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
100
101 * rip_interface.c (rip_interface_delete): To support pseudo
102 interface do not free interface structure.
103 * ripd.c (rip_output_process): If output interface is in simple
104 password authentication mode, we need space for authentication
105 data.
106
1072001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
108
109 * ripd.c (rip_nexthop_check): Fix multicast address nexthop check.
110
111 * zebra-0.91 is released.
112
1132001-01-27 Kunihiro Ishiguro <kunihiro@zebra.org>
114
115 * ripd.c (show_ip_rip): Show metric infinity route's timeout.
116 (rip_rte_process): If current route is metric infinity, route is
117 replaced with received rte.
118 (rip_redistribute_delete): When redistribute route is deleted,
119 perform poisoned reverse.
120 (rip_redistribute_withdraw): Likewise.
121
1222001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
123
124 * ripd.c (rip_response_process): RIPv2 routing table entry with
125 non directly reachable nexthop was dropped. The code is changed
126 to treat it as 0.0.0.0 nexthop.
127 (rip_destination_check): Check net 0 address destination.
128 (rip_nexthop_check): New function for checking nexthop address
129 validity.
130
1312001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
132
133 * ripd.c (rip_request_process): Triggered update only send changed
134 route.
135
136 * rip_interface.c: Delete RIP_API part until new implementation
137 comes out.
138
139 * rip_snmp.: Likewise.
140
141 * rip_zebra.c: Likewise.
142
143 * ripd.c: Likewise.
144
1452001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
146
147 * rip_interface.c (rip_if_init): Remove HAVE_IF_PSEUDO part.
148
1492001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
150
151 * zebra-0.90 is released.
152
1532001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
154
155 * ripd.h (RIP_VTYSH_PATH): Change "/tmp/ripd" to "/tmp/.ripd".
156
1572000-12-25 David Lipovkov <davidl@nbase.co.il>
158
159 * ripd.c (rip_rte_process): When a route is in garbage collection
160 process (invalid with metric 16) and a router receives the same
161 route with valid metric then route was not installed into zebra
162 rib, but only into ripd rib. Moreover , it will never get into
163 zebra rib, because ripd wrongly assumes it's already there.
164 (rip_redistribute_add): When doing redistribute into rip other
165 route (e.g. connected) and the same route exists in ripd rib we
166 changed it in place - bug. Now we don't forget to remove old route
167 from zebra.
168 (rip_timeout): When removing routes from zebra I made sure that we
169 remove route with the metric we have in zebra and not the new
170 one. It doesn't make a difference now,but could be significant
171 when multipath support is done.
172
1732000-12-25 David Lipovkov <davidl@nbase.co.il>
174
175 * rip_zebra.c (rip_metric_unset): Fix bug of metric value unset.
176
1772000-11-25 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
178
179 * ripd.c (rip_request_process): Check passive flag of the
180 interface.
181
1822000-11-23 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
183
184 * rip_interface.c (rip_multicast_join): When IP_ADD_MEMBERSHIP
185 failed do not set runnning flag to the interface.
186
1872000-11-16 Kunihiro Ishiguro <kunihiro@zebra.org>
188
189 * ripd.c (rip_output_process): Memory leak related classfull
190 network generation is fixed.
191
1922000-11-16 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
193
194 * rip_interface.c (if_check_address): Obsolete pointopoint address
195 check is removed.
196
1972000-11-02 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
198
199 * rip_interface.c (if_check_address): Add pointopoint address
200 check.
201 (rip_interface_up): Add check for passive interface when interface
202 goes up.
203
2042000-10-23 Jochen Friedrich <jochen@scram.de>
205
206 * rip_snmp.c: rip_oid and ripd_oid are used in smux_open after it
207 is registered. So those variables must be static.
208
2092000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
210
211 * rip_interface.c: Change to "no ip rip (send|receive)" command
212 accept version number argument.
213
2142000-10-17 Akihiro Mizutani <mizutani@dml.com>
215
216 * rip_routemap.c (route_set_ip_nexthop_compile): Change "match ip
217 next-hop" from IP address to access-list name.
218
2192000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
220
221 * rip_peer.c: Change ot use linklist.c instaed of newlist.c.
222
2232000-10-16 Kunihiro Ishiguro <kunihiro@zebra.org>
224
225 * rip_offset.c: Change to use linklist.c instead of newlist.c.
226
2272000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
228
229 * zebra-0.89 is released.
230
2312000-09-26 Akihiro Mizutani <mizutani@dml.com>
232
233 * rip_routemap.c (match_ip_nexthop): Add next-hop format check.
234
2352000-09-18 David Lipovkov <dlipovkov@OpticalAccess.com>
236
237 * rip_interface.c (ripd_api_get_if_rx_version): Corrects rip SNMP
238 and rip API functions dealing with rip version.
239
240 * rip_snmp.c (Status_Valid): SNMPv2-TC TEXTUAL-CONVENTION.
241
2422000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
243
244 * rip_snmp.c (rip2IfLookup): Use rip_ifaddr_lookup_next() instead
245 of rip_if_lookup_next().
246
247 * rip_interface.c (rip_enable_network_lookup): Interface enable
248 check by interface's address with /32 prefix.
249
250 * ripd.c (rip_read): When RIP is configured with authentication
251 and no authentication in incoming packet, drop the packet.
252
253 * rip_interface.c (rip_interface_reset): RIP_AUTH_SIMPLE_PASSWORD
254 is default mode of authentication.
255 (rip_interface_new): Likewise.
256 (no_ip_rip_authentication_mode): Likewise.
257
258 * ripd.c (rip_read): Likewise.
259
2602000-09-10 David Lipovkov <davidl@nbase.co.il>
261
262 * rip_snmp.c: Set ASN_INTEGER v->type where it is needed.
263
2642000-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
265
266 * ripd.c (rip_auth_simple_password): Simple password
267 authentication using key-chain.
268 (rip_write_rte): Likewise.
269
270 * rip_interface.c (ip_rip_authentication_key_chain): Add check for
271 authentication string configuration.
272
2732000-09-08 Akihiro Mizutani <mizutani@dml.com>
274
275 * ripd.c (rip_write_rte): Add check for ri->auth_str.
276
2772000-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
278
279 * ripd_api.h: New file is added.
280
2812000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
282
283 * ripd.c (rip_rte_process): rip_route_process() is renamed to
284 rip_rte_process() to clarify meanings of the function.
285 rip_route_process() is newly added to process RIP route selection.
286
2872000-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
288
289 * ripd.c (rip_incoming_filter): Extract incoming filter code to
290 function from rip_route_process(). Add check for all interface
291 filter.
292 (rip_outgoing_filter): Extract incoming filter code to function
293 from rip_output_process(). Add check for all interface filter.
294
295 * rip_zebra.c (rip_redistribute_clean): Reset redistribute status
296 when "no router rip" is performed.
297
298 * rip_interface.c (rip_interface_clean): Reset interface's RIP
299 enable status.
300
3012000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
302
303 * ripd.c (rip_route_process): When metric infinity is received the
304 route is removed from service immediately.
305 (rip_timeout): Likewise.
306 (rip_garbage_collect): Do not delete route in garbage collection.
307 (rip_output_process): Check metric_out exceed metric infinity.
308
309 * zebra-0.88 is released.
310
3112000-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
312
313 * ripd.c (rip_distance_apply): Unlock node when there is matched
314 node.
315
3162000-08-13 Akihiro Mizutani <mizutani@dml.com>
317
318 * rip_routemap.c (match_ip_nexthop): Add check for IP address
319 validness.
320 (no_set_metric): Add new ALIAS.
321
3222000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
323
324 * ripd.h (struct rip ): Add distance.
325
3262000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
327
328 * rip_zebra.c (rip_zebra_ipv4_add): Use new Zebra api to register
329 routes. Pass RIP metric value to zebra.
330
3312000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
332
333 * rip_main.c (main): Make struct thread thread from global
334 variable to local variable in main.
335
3362000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
337
338 * ripd.c (rip_packet_dump): Add MD5 authentication dump function.
339 (rip_auth_md5): RIP MD5 authentication packet receive works.
340
3412000-08-02 David Lipovkov <davidl@nbase.co.il>
342
343 * rip_interface.c (rip_if_init): Install interface "pseudo"
344 commands.
345 (rip_interface_delete): Do not call if_delete() when interface is
346 pseudo interface.
347
3482000-07-31 Kunihiro Ishiguro <kunihiro@zebra.org>
349
350 * rip_interface.c (ip_rip_authentication_mode): "ip rip
351 authentication mode (md5|text)" is added.
352 (ip_rip_authentication_key_chain): "ip rip authentication
353 key-chain KEY-CHAIN" is added.
354 (rip_interface_clean): Clean all interface configuration.
355 (rip_interface_reset): Reset all interface configuration.
356 (rip_clean_network): Clean rip_enable_network.
357
358 * ripd.h (struct rip_interface): Add key_chain member.
359
360 * ripd.c: Include md5-gnu.h.
361
3622000-07-30 Kunihiro Ishiguro <kunihiro@zebra.org>
363
364 * ripd.h (RIP_NO_AUTH): Change RIP_NO_AUTH value from 1 to 0.
365
366 * ripd.c (rip_authentication): Use RIP_AUTH_SIMPLE_PASSWORD
367 instead of raw value 2.
368 (rip_write_rte): Likewise.
369 (rip_write_rte): Check ri->auth_type instead of ri->auth_str.
370
3712000-07-30 David Lipovkov <davidl@nbase.co.il>
372
373 * rip_interface.c (rip_if_down): Do not delete ZEBRA_ROUTE_KERNEL
374 route.
375
3762000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
377
378 * ripd.c (rip_update_process): Add "passive-interface" command.
379
380 * ripd.h (struct rip_interface): Add passive member to struct
381 rip_interface.
382
3832000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
384
385 * rip_interface.c (rip_if_init): Multiple RIP routes for one
386 prefix change. The codes are enclosed by #ifdef NEW_RIP_TABLE.
387
3882000-07-24 Akihiro Mizutani <mizutani@dml.com>
389
390 * rip_interface.c (rip_if_init): Use install_default() for
391 INTERFACE_NODE.
392
3932000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
394
395 * ripd.c: First update timer will be invoked in two seconds.
396
3972000-07-09 Jochen Friedrich <jochen@scram.de>
398
399 * rip_snmp.c: Local function definitions to static. Add INTEGER
400 ASN_INTEGER and TIMETICKS ASN_TIMETICKS definition.
401 (rip2PeerLookup): Peer with domain lookup implemented.
402 (rip2PeerTable): Temporary disable RIP2PEERLASTUPDATE value
403 support due to unknown SNMP agent startup time.
404
4052000-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
406
407 * ripd.h: Sweep obsolete definitions.
408
409 * rip_interface.c (rip_split_horizon): Add "ip split-horizon"
410 command.
411
412 * ripd.c (rip_output_process): Remove split_horizon argument.
413 (rip_update_process): Likewise.
414
415 * ripd.h (struct rip_interface): Add split_horizon flag to struct
416 rip_interface.
417
4182000-07-04 Akihiro Mizutani <mizutani@dml.com>
419
420 * ripd.c (rip_version): Change VERSION to <1-2>.
421 Add "no version" command.
422
4232000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
424
425 * rip_zebra.c (rip_redistribute_type_metric): "redistribute TYPE
426 metric <0-16>" command is added.
427
428 * rip_routemap.c (route_set_metric): Set metric_set when metric is
429 modified.
430
431 * ripd.h (struct rip_info): To check route-map set metric or not,
432 new member metric_set is added to struct rip_info.
433
434 * ripd.c (rip_route_process): Move metric handling code from
435 rip_response_process() to rip_route_process().
436 (rip_output_process): Set output offset-list metric.
437
4382000-07-02 Kunihiro Ishiguro <kunihiro@zebra.org>
439
440 * rip_offset.c (rip_offset_list): New file for offset-list.
441
4422000-07-02 Akihiro Mizutani <mizutani@dml.com>
443
444 * ripd.h (struct rip ): Add default_metric.
445
446 * ripd.c (rip_default_metric): "default-metric <1-16>" command is
447 added.
448 (config_write_rip): Change configuration order.
449
450 * rip_zebra.c: Fix help strings.
451
4522000-07-02 David Lipovkov <davidl@nbase.co.il>
453
454 * rip_interface.c (rip_if_init): Add IF_DELETE_HOOK.
455
4562000-07-01 Kunihiro Ishiguro <kunihiro@zebra.org>
457
458 * ripd.c (rip_output_process): If specified route-map does not
459 exist, it treated as deny all.
460
4612000-06-30 Kunihiro Ishiguro <kunihiro@zebra.org>
462
463 * rip_routemap.c (rip_route_map_init): Call rip_route_map_update
464 when route-map is deleted.
465
4662000-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
467
468 * rip_routemap.c (set_metric): For consistency with bgpd's set
469 metric, value range is set to <0-4294967295>.
470
4712000-06-28 David Lipovkov <davidl@nbase.co.il>
472
473 * rip_routemap.c (rip_route_map_update): Add check for rip is
474 enabled or not for avoid core dump.
475
476 * rip_debug.c (debug_rip_packet_direct): Fix bug of setting
477 rip_debug_packet flag.
478
4792000-06-13 David Lipovkov <davidl@nbase.co.il>
480
481 * rip_interface.c (rip_interface_delete): All work is done in
482 rip_if_down().
483
4842000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
485
486 * ripd.c (rip_redistribute_delete): Fix bug of missing
487 route_unlock_node() when redistribute route is not found.
488
4892000-06-05 Akihirof Mizutani <mizutani@dml.com>
490
491 * rip_debug.c (rip_debug_init): Disable show debugging in
492 VIEW_NODE like other protocol daemon.
493
494 * rip_routemap.c: Change command argument to more comprehensive.
495
496 METRIC -> <0-16>
497 IFNAME -> WORD
498 IP_ADDR -> A.B.C.D
499 ACCSESS_LIST -> WORD
500
5012000-06-05 David Lipovkov <davidl@nbase.co.il>
502
503 * rip_interface.c (rip_interface_delete): Delete all routes
504 include static and kernel through the interface , because even if
505 the interface is added again there is no guarantee that it will
506 get the same ifindex as before.
507
5082000-05-31 Akihirof Mizutani <mizutani@dml.com>
509
510 * rip_debug.c: Fix rip debug help string.
511
5122000-04-27 Mirko Karanovic <mkaranov@torsel.alcatel.com>
513
514 * rip_interface.c (rip_interface_down): Remove interface from
515 multicast group when interface goes down.
516
5172000-04-03 David Lipovkov <davidl@nbase.co.il>
518
519 * rip_interface.c (rip_interface_down): Implemented rip functions
520 for interface up/down events: rip_interface_up() and
521 rip_interface_down()
522
5232000-03-16 David Lipovkov <davidl@nbase.co.il>
524
525 * rip_zebra.c (rip_zclient_init): Added rip functions for
526 interface up/down events.
527
5282000-02-15 Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
529
530 * ripd.c (rip_write_rte): "set metic" in route-map has no effect
531 for RIPv1 in ripd. It worked fine for RIPv2.
532
5332000-01-17 Kunihiro Ishiguro <kunihiro@zebra.org>
534
535 * ripd.c (show_ip_protocols_rip): Fix bug of "show ip protocls"
536 mis-display RIP version.
537
538 * ripd.h (struct rip_peer): Add timeout thread to rip_peer
539 structure.
540
5412000-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
542
543 * rip_peer.c: Add new file for supporting RIP peer.
544
5451999-12-26 David Lipovkov <davidl@nbase.co.il>
546
547 * ripd.c (rip_authentication): RIP authantication string is 16
548 bytes long.
549
5501999-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
551
552 * ripd.c (rip_read): Add check for minimum packet length.
553 Authentication check is moved from rip_process_response() to
554 rip_read(). Patch from David Lipovkov <davidl@nbase.co.il> is
555 applied then add rte number check by Kunihiro Ishiguro
556 <kunihiro@zebra.org>.
557
5581999-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
559
560 * ripd.c (rip_response_process): In case of packet is RIPv2 and
561 network is non zero and netmask is zero, apply netmask rule as
562 same as RIPv1.
563
5641999-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
565
566 * ripd.c (rip_timers): Fix bug of timers basic argument format.
567
5681999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
569
570 * rip_snmp.c (rip2IfConfAddress): Forgot to include
571 RIP2IFCONFDOMAIN.
572
5731999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
574
575 * ripd.h (struct rip_peer): New structure added.
576
5771999-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
578
579 * rip_zebra.c (rip_zebra_ipv4_add): Increment
580 rip_global_route_changes when route change occur.
581 (rip_zebra_ipv4_delete): Likewise.
582
583 * ripd.c (rip_request_process): Increment rip_global_queries when
584 reply to the query is sent.
585
5861999-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
587
588 * rip_debug.c (rip_debug_reset): Reset function added.
589
590 * ripd.c (rip_update_process): Logging bug is fixed.
591
5921999-10-10 Marc Boucher <marc@mbsi.ca>
593
594 * ripd.c (config_write_rip): Add config_write_distribute() call.
595
5961999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
597
598 * ripd.c (rip_distribute_update): Fix bug of access-list
599 prefix-list updates.
600
6011999-09-10 VOP <vop@unity.net>
602
603 * rip_zebra.c: Add redistribute route-map feature.
604
6051999-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
606
607 * ripd.c (rip_response_process): Add check for given prefix is
608 given mask applied one.
609
6101999-09-03 VOP <vop@unity.net>
611
612 * rip_interface.c (rip_interface_multicast_set): Bug fix about
613 setting multicast interface.
614
6151999-09-02 VOP <vop@unity.net>
616
617 * rip_routemap.c: New file added.
618
6191999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
620
621 * ripd.c (show_ip_protocols_rip): Show next update time.
622 (show_ip_protocols_rip): Show redistribute information.
623
6241999-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
625
626 * RIPv2-MIB.txt: New file added.
627
628 * rip_snmp.c: New file added.
629
6301999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
631
632 * rip_interface.c (ip_rip_authentication_string): RIPv2
633 authentication command is added.
634
6351999-08-23 Kunihiro Ishiguro <kunihiro@zebra.org>
636
637 * rip_interface.c (rip_interface_multicast_set): Process of
638 setting IP_MULTICAST_IF on specific interface.
639
640 * ripd.c (rip_read): Add packet size check.
641
6421999-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
643
644 * ripd.c (rip_request_process): Fill in RIP_METRIC_INFINITY with
645 network byte order using htonl ().
646 (rip_response_process): Pass host byte order address to IN_CLASSC
647 and IN_CLASSB macro.
648
6491999-08-08 davidm@nbase.co.il (David Mozes)
650
651 * rip_zebra.c (rip_zebra_read_ipv4): Fix split horizon problem.
652
6531999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
654
655 * ripd.c (rip_timer_set): Function added.
656
6571999-07-01 Kunihiro Ishiguro <kunihiro@zebra.org>
658
659 * rip_debug.c: New file added.
660 rip_debug.h: New file added.
661
6621999-07-01 Rick Payne <rickp@rossfell.co.uk>
663
664 * rip_zebra.c (zebra_init): Install standard commands to
665 ZEBRA_NODE.
666
6671999-06-01 David Luyer <luyer@ucs.uwa.edu.au>
668
669 * ripd.c (rip_process_route): Add support for RIP version 1.
670
6711999-05-29 Kunihiro Ishiguro <kunihiro@zebra.org>
672
673 * rip_zebra.c: Change to use lib/zclient.[ch].
674
6751999-05-20 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
676
677 * ripd.c (rip_add_route): Change the existance route's metric check
678 to the condition specified by RFC2453.
679
6801999-05-17 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
681
682 * ripd.c (rip_process_route): Add the if metric to the route metric.
683
684 * ripd.c (rip_add_route): Deleted add if metric to the route.
685
6861999-05-16 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
687
688 * rip_interface.c (if_valid_neighbor): New function.
689
690 * ripd.c (rip_process_route): Added check whether the datagram
691 is from a valid neighbor.
692
6931999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
694
695 * ripd.c (rip_process_route): Set interface pointer to rinfo.
696
6971999-05-15 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
698
699 * ripd.c (rip_check_address): Unicast and not net 0 or 127 check
700 added.
701
7021999-05-14 Stephen R. van den Berg <srb@cuci.nl>
703
704 * rip_main.c (signal_init): SIGTERM call sigint.
705 (sigint): Loggging more better message.
706
7071999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
708
709 * ripd.c (rip_add_route): Fix previous route_unlock_node() chenge.
710
711 * rip_main.c (main): Change default zlog output to ZLOG_STDOUT for
712 debugging.
713
7141999-05-09 Patrick Koppen <koppen@rhrk.uni-kl.de>
715
716 * rip_interface.c (rip_request): Fix old semantics for fetching
717 connected address.
718
719 * ripd.c (rip_add_route): Update timer when the route is updated.
720
7211999-05-09 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
722
723 * rip_zebra.c (struct zebra): Add ridist_static, ridist_connect,
724 redist_rip, redist_ripng.
725
726 * rip_zebra.c (zebra_create): Updated for current zebra method.
727
728 * ripd.c (rip_add_route): Add missing route_unlock_node().
729
7301999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
731
732 * ripd.c (rip_add_route): Add metric check. Reported by Carlos
733 Alberto Barcenilla <barce@frlp.utn.edu.ar>.
734
7351999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
736
737 * syslog support added
738
7391998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
740
741 * ripd.c (rip_announce_func): Apply new lib functions.
742
7431998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
744
745 * ripd.c (config_write_rip): Delete vector v argument.
746 * rip_zebra.c (config_write_zebra): Likewise.
747 * rip_interface.c (interface_config_write): Likewise.
748
7491998-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
750
751 * rip_announce.c (rip_rib_close): When ripd terminates delete all
752 added route.
753
7541998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
755
756 * rip_interface.c: return read packet size.
757
7581998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
759
760 * ripd.h: Modify for compile on Solaris.
761
7621998-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
763
764 * ripd.c: DEFUN function return CMD_SUCCESS.
765 change xmalloc to XMALLOC macro.
766
7671998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
768
769 * rip_main.c: change CONFDIR to SYSCONFDIR.
770
7711998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
772
773 * .cvsignore: added.
774
7751998-02-04 Kunihiro Ishiguro <kunihiro@zebra.org>
776
777 * rip_interface.c (config_write_interface): correct ADVERTISE spell.
778
779 * rip_main.c (main): add usage() and make cleanup.
780
7811998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
782
783 * ripd.c (rip_version): add rip version command.
784
7851998-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
786
787 * rip_interface.c (zebra_get_interface): added to get
788 interface's information.
789
790 * ChangeLog: create.