blob: 42fced50a2674733ecd12458d7062fd690fdb942 [file] [log] [blame]
paul718e3742002-12-13 20:15:29 +000012002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
2
3 * zebra-0.93 released.
4
52002-06-30 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
6
7 * ripd.c (rip_output_process): When outgoing interface is same as
8 next hop interface, announce RIPv2 next hop otherwise set next hop
9 to 0. Revert previous change then take 6WIND way.
10
112001-09-14 Akihiro Mizutani <mizutani@dml.com>
12
13 * ripd.c: RIP enabled interface's route is advertised by default.
14
152001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
16
17 * rip_snmp.c (rip_ifaddr_delete): Add route_node_lookup() return
18 value check.
19
20 * rip_interface.c (rip_multicast_leave): Fix bug of multiple IP
21 address on one interface multicast join/leave bug.
22
232001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
24
25 * rip_interface.c (no_rip_passive_interface): Add NO_STR.
26
272001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
28
29 * zebra-0.92a released.
30
312001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
32
33 * zebra-0.92 released.
34
352001-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
36
37 * rip_routemap.c (route_match_ip_address_prefix_list): Add match
38 ip next-hop prefix-list WORD.
39
402001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
41
42 * rip_interface.c (rip_passive_interface_clean): Call
43 rip_passive_interface_apply_all.
44
452001-02-12 Kunihiro Ishiguro <kunihiro@zebra.org>
46
47 * ripd.c (rip_response_process): Multicast address nexthop check
48 is moved from rip_nexthop_check.
49
502001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
51
52 * rip_interface.c (ipv4_multicast_join): Use
53 setsockopt_multicast_ipv4.
54 (ipv4_multicast_leave): Likewise.
55 (rip_if_ipv4_address_check): Interface which has IPv4 address can
56 be enabled.
57
582001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
59
60 * rip_interface.c (rip_interface_delete): To support pseudo
61 interface do not free interface structure.
62 * ripd.c (rip_output_process): If output interface is in simple
63 password authentication mode, we need space for authentication
64 data.
65
662001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
67
68 * ripd.c (rip_nexthop_check): Fix multicast address nexthop check.
69
70 * zebra-0.91 is released.
71
722001-01-27 Kunihiro Ishiguro <kunihiro@zebra.org>
73
74 * ripd.c (show_ip_rip): Show metric infinity route's timeout.
75 (rip_rte_process): If current route is metric infinity, route is
76 replaced with received rte.
77 (rip_redistribute_delete): When redistribute route is deleted,
78 perform poisoned reverse.
79 (rip_redistribute_withdraw): Likewise.
80
812001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
82
83 * ripd.c (rip_response_process): RIPv2 routing table entry with
84 non directly reachable nexthop was dropped. The code is changed
85 to treat it as 0.0.0.0 nexthop.
86 (rip_destination_check): Check net 0 address destination.
87 (rip_nexthop_check): New function for checking nexthop address
88 validity.
89
902001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
91
92 * ripd.c (rip_request_process): Triggered update only send changed
93 route.
94
95 * rip_interface.c: Delete RIP_API part until new implementation
96 comes out.
97
98 * rip_snmp.: Likewise.
99
100 * rip_zebra.c: Likewise.
101
102 * ripd.c: Likewise.
103
1042001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
105
106 * rip_interface.c (rip_if_init): Remove HAVE_IF_PSEUDO part.
107
1082001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
109
110 * zebra-0.90 is released.
111
1122001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
113
114 * ripd.h (RIP_VTYSH_PATH): Change "/tmp/ripd" to "/tmp/.ripd".
115
1162000-12-25 David Lipovkov <davidl@nbase.co.il>
117
118 * ripd.c (rip_rte_process): When a route is in garbage collection
119 process (invalid with metric 16) and a router receives the same
120 route with valid metric then route was not installed into zebra
121 rib, but only into ripd rib. Moreover , it will never get into
122 zebra rib, because ripd wrongly assumes it's already there.
123 (rip_redistribute_add): When doing redistribute into rip other
124 route (e.g. connected) and the same route exists in ripd rib we
125 changed it in place - bug. Now we don't forget to remove old route
126 from zebra.
127 (rip_timeout): When removing routes from zebra I made sure that we
128 remove route with the metric we have in zebra and not the new
129 one. It doesn't make a difference now,but could be significant
130 when multipath support is done.
131
1322000-12-25 David Lipovkov <davidl@nbase.co.il>
133
134 * rip_zebra.c (rip_metric_unset): Fix bug of metric value unset.
135
1362000-11-25 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
137
138 * ripd.c (rip_request_process): Check passive flag of the
139 interface.
140
1412000-11-23 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
142
143 * rip_interface.c (rip_multicast_join): When IP_ADD_MEMBERSHIP
144 failed do not set runnning flag to the interface.
145
1462000-11-16 Kunihiro Ishiguro <kunihiro@zebra.org>
147
148 * ripd.c (rip_output_process): Memory leak related classfull
149 network generation is fixed.
150
1512000-11-16 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
152
153 * rip_interface.c (if_check_address): Obsolete pointopoint address
154 check is removed.
155
1562000-11-02 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
157
158 * rip_interface.c (if_check_address): Add pointopoint address
159 check.
160 (rip_interface_up): Add check for passive interface when interface
161 goes up.
162
1632000-10-23 Jochen Friedrich <jochen@scram.de>
164
165 * rip_snmp.c: rip_oid and ripd_oid are used in smux_open after it
166 is registered. So those variables must be static.
167
1682000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
169
170 * rip_interface.c: Change to "no ip rip (send|receive)" command
171 accept version number argument.
172
1732000-10-17 Akihiro Mizutani <mizutani@dml.com>
174
175 * rip_routemap.c (route_set_ip_nexthop_compile): Change "match ip
176 next-hop" from IP address to access-list name.
177
1782000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
179
180 * rip_peer.c: Change ot use linklist.c instaed of newlist.c.
181
1822000-10-16 Kunihiro Ishiguro <kunihiro@zebra.org>
183
184 * rip_offset.c: Change to use linklist.c instead of newlist.c.
185
1862000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
187
188 * zebra-0.89 is released.
189
1902000-09-26 Akihiro Mizutani <mizutani@dml.com>
191
192 * rip_routemap.c (match_ip_nexthop): Add next-hop format check.
193
1942000-09-18 David Lipovkov <dlipovkov@OpticalAccess.com>
195
196 * rip_interface.c (ripd_api_get_if_rx_version): Corrects rip SNMP
197 and rip API functions dealing with rip version.
198
199 * rip_snmp.c (Status_Valid): SNMPv2-TC TEXTUAL-CONVENTION.
200
2012000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
202
203 * rip_snmp.c (rip2IfLookup): Use rip_ifaddr_lookup_next() instead
204 of rip_if_lookup_next().
205
206 * rip_interface.c (rip_enable_network_lookup): Interface enable
207 check by interface's address with /32 prefix.
208
209 * ripd.c (rip_read): When RIP is configured with authentication
210 and no authentication in incoming packet, drop the packet.
211
212 * rip_interface.c (rip_interface_reset): RIP_AUTH_SIMPLE_PASSWORD
213 is default mode of authentication.
214 (rip_interface_new): Likewise.
215 (no_ip_rip_authentication_mode): Likewise.
216
217 * ripd.c (rip_read): Likewise.
218
2192000-09-10 David Lipovkov <davidl@nbase.co.il>
220
221 * rip_snmp.c: Set ASN_INTEGER v->type where it is needed.
222
2232000-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
224
225 * ripd.c (rip_auth_simple_password): Simple password
226 authentication using key-chain.
227 (rip_write_rte): Likewise.
228
229 * rip_interface.c (ip_rip_authentication_key_chain): Add check for
230 authentication string configuration.
231
2322000-09-08 Akihiro Mizutani <mizutani@dml.com>
233
234 * ripd.c (rip_write_rte): Add check for ri->auth_str.
235
2362000-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
237
238 * ripd_api.h: New file is added.
239
2402000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
241
242 * ripd.c (rip_rte_process): rip_route_process() is renamed to
243 rip_rte_process() to clarify meanings of the function.
244 rip_route_process() is newly added to process RIP route selection.
245
2462000-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
247
248 * ripd.c (rip_incoming_filter): Extract incoming filter code to
249 function from rip_route_process(). Add check for all interface
250 filter.
251 (rip_outgoing_filter): Extract incoming filter code to function
252 from rip_output_process(). Add check for all interface filter.
253
254 * rip_zebra.c (rip_redistribute_clean): Reset redistribute status
255 when "no router rip" is performed.
256
257 * rip_interface.c (rip_interface_clean): Reset interface's RIP
258 enable status.
259
2602000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
261
262 * ripd.c (rip_route_process): When metric infinity is received the
263 route is removed from service immediately.
264 (rip_timeout): Likewise.
265 (rip_garbage_collect): Do not delete route in garbage collection.
266 (rip_output_process): Check metric_out exceed metric infinity.
267
268 * zebra-0.88 is released.
269
2702000-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
271
272 * ripd.c (rip_distance_apply): Unlock node when there is matched
273 node.
274
2752000-08-13 Akihiro Mizutani <mizutani@dml.com>
276
277 * rip_routemap.c (match_ip_nexthop): Add check for IP address
278 validness.
279 (no_set_metric): Add new ALIAS.
280
2812000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
282
283 * ripd.h (struct rip ): Add distance.
284
2852000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
286
287 * rip_zebra.c (rip_zebra_ipv4_add): Use new Zebra api to register
288 routes. Pass RIP metric value to zebra.
289
2902000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
291
292 * rip_main.c (main): Make struct thread thread from global
293 variable to local variable in main.
294
2952000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
296
297 * ripd.c (rip_packet_dump): Add MD5 authentication dump function.
298 (rip_auth_md5): RIP MD5 authentication packet receive works.
299
3002000-08-02 David Lipovkov <davidl@nbase.co.il>
301
302 * rip_interface.c (rip_if_init): Install interface "pseudo"
303 commands.
304 (rip_interface_delete): Do not call if_delete() when interface is
305 pseudo interface.
306
3072000-07-31 Kunihiro Ishiguro <kunihiro@zebra.org>
308
309 * rip_interface.c (ip_rip_authentication_mode): "ip rip
310 authentication mode (md5|text)" is added.
311 (ip_rip_authentication_key_chain): "ip rip authentication
312 key-chain KEY-CHAIN" is added.
313 (rip_interface_clean): Clean all interface configuration.
314 (rip_interface_reset): Reset all interface configuration.
315 (rip_clean_network): Clean rip_enable_network.
316
317 * ripd.h (struct rip_interface): Add key_chain member.
318
319 * ripd.c: Include md5-gnu.h.
320
3212000-07-30 Kunihiro Ishiguro <kunihiro@zebra.org>
322
323 * ripd.h (RIP_NO_AUTH): Change RIP_NO_AUTH value from 1 to 0.
324
325 * ripd.c (rip_authentication): Use RIP_AUTH_SIMPLE_PASSWORD
326 instead of raw value 2.
327 (rip_write_rte): Likewise.
328 (rip_write_rte): Check ri->auth_type instead of ri->auth_str.
329
3302000-07-30 David Lipovkov <davidl@nbase.co.il>
331
332 * rip_interface.c (rip_if_down): Do not delete ZEBRA_ROUTE_KERNEL
333 route.
334
3352000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
336
337 * ripd.c (rip_update_process): Add "passive-interface" command.
338
339 * ripd.h (struct rip_interface): Add passive member to struct
340 rip_interface.
341
3422000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
343
344 * rip_interface.c (rip_if_init): Multiple RIP routes for one
345 prefix change. The codes are enclosed by #ifdef NEW_RIP_TABLE.
346
3472000-07-24 Akihiro Mizutani <mizutani@dml.com>
348
349 * rip_interface.c (rip_if_init): Use install_default() for
350 INTERFACE_NODE.
351
3522000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
353
354 * ripd.c: First update timer will be invoked in two seconds.
355
3562000-07-09 Jochen Friedrich <jochen@scram.de>
357
358 * rip_snmp.c: Local function definitions to static. Add INTEGER
359 ASN_INTEGER and TIMETICKS ASN_TIMETICKS definition.
360 (rip2PeerLookup): Peer with domain lookup implemented.
361 (rip2PeerTable): Temporary disable RIP2PEERLASTUPDATE value
362 support due to unknown SNMP agent startup time.
363
3642000-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
365
366 * ripd.h: Sweep obsolete definitions.
367
368 * rip_interface.c (rip_split_horizon): Add "ip split-horizon"
369 command.
370
371 * ripd.c (rip_output_process): Remove split_horizon argument.
372 (rip_update_process): Likewise.
373
374 * ripd.h (struct rip_interface): Add split_horizon flag to struct
375 rip_interface.
376
3772000-07-04 Akihiro Mizutani <mizutani@dml.com>
378
379 * ripd.c (rip_version): Change VERSION to <1-2>.
380 Add "no version" command.
381
3822000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
383
384 * rip_zebra.c (rip_redistribute_type_metric): "redistribute TYPE
385 metric <0-16>" command is added.
386
387 * rip_routemap.c (route_set_metric): Set metric_set when metric is
388 modified.
389
390 * ripd.h (struct rip_info): To check route-map set metric or not,
391 new member metric_set is added to struct rip_info.
392
393 * ripd.c (rip_route_process): Move metric handling code from
394 rip_response_process() to rip_route_process().
395 (rip_output_process): Set output offset-list metric.
396
3972000-07-02 Kunihiro Ishiguro <kunihiro@zebra.org>
398
399 * rip_offset.c (rip_offset_list): New file for offset-list.
400
4012000-07-02 Akihiro Mizutani <mizutani@dml.com>
402
403 * ripd.h (struct rip ): Add default_metric.
404
405 * ripd.c (rip_default_metric): "default-metric <1-16>" command is
406 added.
407 (config_write_rip): Change configuration order.
408
409 * rip_zebra.c: Fix help strings.
410
4112000-07-02 David Lipovkov <davidl@nbase.co.il>
412
413 * rip_interface.c (rip_if_init): Add IF_DELETE_HOOK.
414
4152000-07-01 Kunihiro Ishiguro <kunihiro@zebra.org>
416
417 * ripd.c (rip_output_process): If specified route-map does not
418 exist, it treated as deny all.
419
4202000-06-30 Kunihiro Ishiguro <kunihiro@zebra.org>
421
422 * rip_routemap.c (rip_route_map_init): Call rip_route_map_update
423 when route-map is deleted.
424
4252000-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
426
427 * rip_routemap.c (set_metric): For consistency with bgpd's set
428 metric, value range is set to <0-4294967295>.
429
4302000-06-28 David Lipovkov <davidl@nbase.co.il>
431
432 * rip_routemap.c (rip_route_map_update): Add check for rip is
433 enabled or not for avoid core dump.
434
435 * rip_debug.c (debug_rip_packet_direct): Fix bug of setting
436 rip_debug_packet flag.
437
4382000-06-13 David Lipovkov <davidl@nbase.co.il>
439
440 * rip_interface.c (rip_interface_delete): All work is done in
441 rip_if_down().
442
4432000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
444
445 * ripd.c (rip_redistribute_delete): Fix bug of missing
446 route_unlock_node() when redistribute route is not found.
447
4482000-06-05 Akihirof Mizutani <mizutani@dml.com>
449
450 * rip_debug.c (rip_debug_init): Disable show debugging in
451 VIEW_NODE like other protocol daemon.
452
453 * rip_routemap.c: Change command argument to more comprehensive.
454
455 METRIC -> <0-16>
456 IFNAME -> WORD
457 IP_ADDR -> A.B.C.D
458 ACCSESS_LIST -> WORD
459
4602000-06-05 David Lipovkov <davidl@nbase.co.il>
461
462 * rip_interface.c (rip_interface_delete): Delete all routes
463 include static and kernel through the interface , because even if
464 the interface is added again there is no guarantee that it will
465 get the same ifindex as before.
466
4672000-05-31 Akihirof Mizutani <mizutani@dml.com>
468
469 * rip_debug.c: Fix rip debug help string.
470
4712000-04-27 Mirko Karanovic <mkaranov@torsel.alcatel.com>
472
473 * rip_interface.c (rip_interface_down): Remove interface from
474 multicast group when interface goes down.
475
4762000-04-03 David Lipovkov <davidl@nbase.co.il>
477
478 * rip_interface.c (rip_interface_down): Implemented rip functions
479 for interface up/down events: rip_interface_up() and
480 rip_interface_down()
481
4822000-03-16 David Lipovkov <davidl@nbase.co.il>
483
484 * rip_zebra.c (rip_zclient_init): Added rip functions for
485 interface up/down events.
486
4872000-02-15 Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
488
489 * ripd.c (rip_write_rte): "set metic" in route-map has no effect
490 for RIPv1 in ripd. It worked fine for RIPv2.
491
4922000-01-17 Kunihiro Ishiguro <kunihiro@zebra.org>
493
494 * ripd.c (show_ip_protocols_rip): Fix bug of "show ip protocls"
495 mis-display RIP version.
496
497 * ripd.h (struct rip_peer): Add timeout thread to rip_peer
498 structure.
499
5002000-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
501
502 * rip_peer.c: Add new file for supporting RIP peer.
503
5041999-12-26 David Lipovkov <davidl@nbase.co.il>
505
506 * ripd.c (rip_authentication): RIP authantication string is 16
507 bytes long.
508
5091999-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
510
511 * ripd.c (rip_read): Add check for minimum packet length.
512 Authentication check is moved from rip_process_response() to
513 rip_read(). Patch from David Lipovkov <davidl@nbase.co.il> is
514 applied then add rte number check by Kunihiro Ishiguro
515 <kunihiro@zebra.org>.
516
5171999-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
518
519 * ripd.c (rip_response_process): In case of packet is RIPv2 and
520 network is non zero and netmask is zero, apply netmask rule as
521 same as RIPv1.
522
5231999-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
524
525 * ripd.c (rip_timers): Fix bug of timers basic argument format.
526
5271999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
528
529 * rip_snmp.c (rip2IfConfAddress): Forgot to include
530 RIP2IFCONFDOMAIN.
531
5321999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
533
534 * ripd.h (struct rip_peer): New structure added.
535
5361999-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
537
538 * rip_zebra.c (rip_zebra_ipv4_add): Increment
539 rip_global_route_changes when route change occur.
540 (rip_zebra_ipv4_delete): Likewise.
541
542 * ripd.c (rip_request_process): Increment rip_global_queries when
543 reply to the query is sent.
544
5451999-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
546
547 * rip_debug.c (rip_debug_reset): Reset function added.
548
549 * ripd.c (rip_update_process): Logging bug is fixed.
550
5511999-10-10 Marc Boucher <marc@mbsi.ca>
552
553 * ripd.c (config_write_rip): Add config_write_distribute() call.
554
5551999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
556
557 * ripd.c (rip_distribute_update): Fix bug of access-list
558 prefix-list updates.
559
5601999-09-10 VOP <vop@unity.net>
561
562 * rip_zebra.c: Add redistribute route-map feature.
563
5641999-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
565
566 * ripd.c (rip_response_process): Add check for given prefix is
567 given mask applied one.
568
5691999-09-03 VOP <vop@unity.net>
570
571 * rip_interface.c (rip_interface_multicast_set): Bug fix about
572 setting multicast interface.
573
5741999-09-02 VOP <vop@unity.net>
575
576 * rip_routemap.c: New file added.
577
5781999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
579
580 * ripd.c (show_ip_protocols_rip): Show next update time.
581 (show_ip_protocols_rip): Show redistribute information.
582
5831999-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
584
585 * RIPv2-MIB.txt: New file added.
586
587 * rip_snmp.c: New file added.
588
5891999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
590
591 * rip_interface.c (ip_rip_authentication_string): RIPv2
592 authentication command is added.
593
5941999-08-23 Kunihiro Ishiguro <kunihiro@zebra.org>
595
596 * rip_interface.c (rip_interface_multicast_set): Process of
597 setting IP_MULTICAST_IF on specific interface.
598
599 * ripd.c (rip_read): Add packet size check.
600
6011999-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
602
603 * ripd.c (rip_request_process): Fill in RIP_METRIC_INFINITY with
604 network byte order using htonl ().
605 (rip_response_process): Pass host byte order address to IN_CLASSC
606 and IN_CLASSB macro.
607
6081999-08-08 davidm@nbase.co.il (David Mozes)
609
610 * rip_zebra.c (rip_zebra_read_ipv4): Fix split horizon problem.
611
6121999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
613
614 * ripd.c (rip_timer_set): Function added.
615
6161999-07-01 Kunihiro Ishiguro <kunihiro@zebra.org>
617
618 * rip_debug.c: New file added.
619 rip_debug.h: New file added.
620
6211999-07-01 Rick Payne <rickp@rossfell.co.uk>
622
623 * rip_zebra.c (zebra_init): Install standard commands to
624 ZEBRA_NODE.
625
6261999-06-01 David Luyer <luyer@ucs.uwa.edu.au>
627
628 * ripd.c (rip_process_route): Add support for RIP version 1.
629
6301999-05-29 Kunihiro Ishiguro <kunihiro@zebra.org>
631
632 * rip_zebra.c: Change to use lib/zclient.[ch].
633
6341999-05-20 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
635
636 * ripd.c (rip_add_route): Change the existance route's metric check
637 to the condition specified by RFC2453.
638
6391999-05-17 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
640
641 * ripd.c (rip_process_route): Add the if metric to the route metric.
642
643 * ripd.c (rip_add_route): Deleted add if metric to the route.
644
6451999-05-16 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
646
647 * rip_interface.c (if_valid_neighbor): New function.
648
649 * ripd.c (rip_process_route): Added check whether the datagram
650 is from a valid neighbor.
651
6521999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
653
654 * ripd.c (rip_process_route): Set interface pointer to rinfo.
655
6561999-05-15 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
657
658 * ripd.c (rip_check_address): Unicast and not net 0 or 127 check
659 added.
660
6611999-05-14 Stephen R. van den Berg <srb@cuci.nl>
662
663 * rip_main.c (signal_init): SIGTERM call sigint.
664 (sigint): Loggging more better message.
665
6661999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
667
668 * ripd.c (rip_add_route): Fix previous route_unlock_node() chenge.
669
670 * rip_main.c (main): Change default zlog output to ZLOG_STDOUT for
671 debugging.
672
6731999-05-09 Patrick Koppen <koppen@rhrk.uni-kl.de>
674
675 * rip_interface.c (rip_request): Fix old semantics for fetching
676 connected address.
677
678 * ripd.c (rip_add_route): Update timer when the route is updated.
679
6801999-05-09 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
681
682 * rip_zebra.c (struct zebra): Add ridist_static, ridist_connect,
683 redist_rip, redist_ripng.
684
685 * rip_zebra.c (zebra_create): Updated for current zebra method.
686
687 * ripd.c (rip_add_route): Add missing route_unlock_node().
688
6891999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
690
691 * ripd.c (rip_add_route): Add metric check. Reported by Carlos
692 Alberto Barcenilla <barce@frlp.utn.edu.ar>.
693
6941999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
695
696 * syslog support added
697
6981998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
699
700 * ripd.c (rip_announce_func): Apply new lib functions.
701
7021998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
703
704 * ripd.c (config_write_rip): Delete vector v argument.
705 * rip_zebra.c (config_write_zebra): Likewise.
706 * rip_interface.c (interface_config_write): Likewise.
707
7081998-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
709
710 * rip_announce.c (rip_rib_close): When ripd terminates delete all
711 added route.
712
7131998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
714
715 * rip_interface.c: return read packet size.
716
7171998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
718
719 * ripd.h: Modify for compile on Solaris.
720
7211998-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
722
723 * ripd.c: DEFUN function return CMD_SUCCESS.
724 change xmalloc to XMALLOC macro.
725
7261998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
727
728 * rip_main.c: change CONFDIR to SYSCONFDIR.
729
7301998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
731
732 * .cvsignore: added.
733
7341998-02-04 Kunihiro Ishiguro <kunihiro@zebra.org>
735
736 * rip_interface.c (config_write_interface): correct ADVERTISE spell.
737
738 * rip_main.c (main): add usage() and make cleanup.
739
7401998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
741
742 * ripd.c (rip_version): add rip version command.
743
7441998-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
745
746 * rip_interface.c (zebra_get_interface): added to get
747 interface's information.
748
749 * ChangeLog: create.