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