blob: c80338dd26435ddfc4b1a0a692c9fd46769f3dd9 [file] [log] [blame]
hasso16705132003-05-25 14:49:19 +000012003-05-25 Vincent Jardin <vjardin@wanadoo.fr>
2
3 * 6Wind patch merge.
4
paul445f1432003-05-16 19:00:31 +000052003-04-19 Hasso Tepper <hasso@estpak.ee>
6
7 * rip_routemap.c: sync daemon's route-map commands to have same
8 syntax
9
paul718e3742002-12-13 20:15:29 +0000102002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
11
12 * zebra-0.93 released.
13
142002-06-30 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
15
16 * ripd.c (rip_output_process): When outgoing interface is same as
17 next hop interface, announce RIPv2 next hop otherwise set next hop
18 to 0. Revert previous change then take 6WIND way.
19
202001-09-14 Akihiro Mizutani <mizutani@dml.com>
21
22 * ripd.c: RIP enabled interface's route is advertised by default.
23
242001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
25
26 * rip_snmp.c (rip_ifaddr_delete): Add route_node_lookup() return
27 value check.
28
29 * rip_interface.c (rip_multicast_leave): Fix bug of multiple IP
30 address on one interface multicast join/leave bug.
31
322001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
33
34 * rip_interface.c (no_rip_passive_interface): Add NO_STR.
35
362001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
37
38 * zebra-0.92a released.
39
402001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
41
42 * zebra-0.92 released.
43
442001-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
45
46 * rip_routemap.c (route_match_ip_address_prefix_list): Add match
47 ip next-hop prefix-list WORD.
48
492001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
50
51 * rip_interface.c (rip_passive_interface_clean): Call
52 rip_passive_interface_apply_all.
53
542001-02-12 Kunihiro Ishiguro <kunihiro@zebra.org>
55
56 * ripd.c (rip_response_process): Multicast address nexthop check
57 is moved from rip_nexthop_check.
58
592001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
60
61 * rip_interface.c (ipv4_multicast_join): Use
62 setsockopt_multicast_ipv4.
63 (ipv4_multicast_leave): Likewise.
64 (rip_if_ipv4_address_check): Interface which has IPv4 address can
65 be enabled.
66
672001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
68
69 * rip_interface.c (rip_interface_delete): To support pseudo
70 interface do not free interface structure.
71 * ripd.c (rip_output_process): If output interface is in simple
72 password authentication mode, we need space for authentication
73 data.
74
752001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
76
77 * ripd.c (rip_nexthop_check): Fix multicast address nexthop check.
78
79 * zebra-0.91 is released.
80
812001-01-27 Kunihiro Ishiguro <kunihiro@zebra.org>
82
83 * ripd.c (show_ip_rip): Show metric infinity route's timeout.
84 (rip_rte_process): If current route is metric infinity, route is
85 replaced with received rte.
86 (rip_redistribute_delete): When redistribute route is deleted,
87 perform poisoned reverse.
88 (rip_redistribute_withdraw): Likewise.
89
902001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
91
92 * ripd.c (rip_response_process): RIPv2 routing table entry with
93 non directly reachable nexthop was dropped. The code is changed
94 to treat it as 0.0.0.0 nexthop.
95 (rip_destination_check): Check net 0 address destination.
96 (rip_nexthop_check): New function for checking nexthop address
97 validity.
98
992001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
100
101 * ripd.c (rip_request_process): Triggered update only send changed
102 route.
103
104 * rip_interface.c: Delete RIP_API part until new implementation
105 comes out.
106
107 * rip_snmp.: Likewise.
108
109 * rip_zebra.c: Likewise.
110
111 * ripd.c: Likewise.
112
1132001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
114
115 * rip_interface.c (rip_if_init): Remove HAVE_IF_PSEUDO part.
116
1172001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
118
119 * zebra-0.90 is released.
120
1212001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
122
123 * ripd.h (RIP_VTYSH_PATH): Change "/tmp/ripd" to "/tmp/.ripd".
124
1252000-12-25 David Lipovkov <davidl@nbase.co.il>
126
127 * ripd.c (rip_rte_process): When a route is in garbage collection
128 process (invalid with metric 16) and a router receives the same
129 route with valid metric then route was not installed into zebra
130 rib, but only into ripd rib. Moreover , it will never get into
131 zebra rib, because ripd wrongly assumes it's already there.
132 (rip_redistribute_add): When doing redistribute into rip other
133 route (e.g. connected) and the same route exists in ripd rib we
134 changed it in place - bug. Now we don't forget to remove old route
135 from zebra.
136 (rip_timeout): When removing routes from zebra I made sure that we
137 remove route with the metric we have in zebra and not the new
138 one. It doesn't make a difference now,but could be significant
139 when multipath support is done.
140
1412000-12-25 David Lipovkov <davidl@nbase.co.il>
142
143 * rip_zebra.c (rip_metric_unset): Fix bug of metric value unset.
144
1452000-11-25 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
146
147 * ripd.c (rip_request_process): Check passive flag of the
148 interface.
149
1502000-11-23 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
151
152 * rip_interface.c (rip_multicast_join): When IP_ADD_MEMBERSHIP
153 failed do not set runnning flag to the interface.
154
1552000-11-16 Kunihiro Ishiguro <kunihiro@zebra.org>
156
157 * ripd.c (rip_output_process): Memory leak related classfull
158 network generation is fixed.
159
1602000-11-16 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
161
162 * rip_interface.c (if_check_address): Obsolete pointopoint address
163 check is removed.
164
1652000-11-02 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
166
167 * rip_interface.c (if_check_address): Add pointopoint address
168 check.
169 (rip_interface_up): Add check for passive interface when interface
170 goes up.
171
1722000-10-23 Jochen Friedrich <jochen@scram.de>
173
174 * rip_snmp.c: rip_oid and ripd_oid are used in smux_open after it
175 is registered. So those variables must be static.
176
1772000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
178
179 * rip_interface.c: Change to "no ip rip (send|receive)" command
180 accept version number argument.
181
1822000-10-17 Akihiro Mizutani <mizutani@dml.com>
183
184 * rip_routemap.c (route_set_ip_nexthop_compile): Change "match ip
185 next-hop" from IP address to access-list name.
186
1872000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
188
189 * rip_peer.c: Change ot use linklist.c instaed of newlist.c.
190
1912000-10-16 Kunihiro Ishiguro <kunihiro@zebra.org>
192
193 * rip_offset.c: Change to use linklist.c instead of newlist.c.
194
1952000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
196
197 * zebra-0.89 is released.
198
1992000-09-26 Akihiro Mizutani <mizutani@dml.com>
200
201 * rip_routemap.c (match_ip_nexthop): Add next-hop format check.
202
2032000-09-18 David Lipovkov <dlipovkov@OpticalAccess.com>
204
205 * rip_interface.c (ripd_api_get_if_rx_version): Corrects rip SNMP
206 and rip API functions dealing with rip version.
207
208 * rip_snmp.c (Status_Valid): SNMPv2-TC TEXTUAL-CONVENTION.
209
2102000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
211
212 * rip_snmp.c (rip2IfLookup): Use rip_ifaddr_lookup_next() instead
213 of rip_if_lookup_next().
214
215 * rip_interface.c (rip_enable_network_lookup): Interface enable
216 check by interface's address with /32 prefix.
217
218 * ripd.c (rip_read): When RIP is configured with authentication
219 and no authentication in incoming packet, drop the packet.
220
221 * rip_interface.c (rip_interface_reset): RIP_AUTH_SIMPLE_PASSWORD
222 is default mode of authentication.
223 (rip_interface_new): Likewise.
224 (no_ip_rip_authentication_mode): Likewise.
225
226 * ripd.c (rip_read): Likewise.
227
2282000-09-10 David Lipovkov <davidl@nbase.co.il>
229
230 * rip_snmp.c: Set ASN_INTEGER v->type where it is needed.
231
2322000-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
233
234 * ripd.c (rip_auth_simple_password): Simple password
235 authentication using key-chain.
236 (rip_write_rte): Likewise.
237
238 * rip_interface.c (ip_rip_authentication_key_chain): Add check for
239 authentication string configuration.
240
2412000-09-08 Akihiro Mizutani <mizutani@dml.com>
242
243 * ripd.c (rip_write_rte): Add check for ri->auth_str.
244
2452000-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
246
247 * ripd_api.h: New file is added.
248
2492000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
250
251 * ripd.c (rip_rte_process): rip_route_process() is renamed to
252 rip_rte_process() to clarify meanings of the function.
253 rip_route_process() is newly added to process RIP route selection.
254
2552000-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
256
257 * ripd.c (rip_incoming_filter): Extract incoming filter code to
258 function from rip_route_process(). Add check for all interface
259 filter.
260 (rip_outgoing_filter): Extract incoming filter code to function
261 from rip_output_process(). Add check for all interface filter.
262
263 * rip_zebra.c (rip_redistribute_clean): Reset redistribute status
264 when "no router rip" is performed.
265
266 * rip_interface.c (rip_interface_clean): Reset interface's RIP
267 enable status.
268
2692000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
270
271 * ripd.c (rip_route_process): When metric infinity is received the
272 route is removed from service immediately.
273 (rip_timeout): Likewise.
274 (rip_garbage_collect): Do not delete route in garbage collection.
275 (rip_output_process): Check metric_out exceed metric infinity.
276
277 * zebra-0.88 is released.
278
2792000-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
280
281 * ripd.c (rip_distance_apply): Unlock node when there is matched
282 node.
283
2842000-08-13 Akihiro Mizutani <mizutani@dml.com>
285
286 * rip_routemap.c (match_ip_nexthop): Add check for IP address
287 validness.
288 (no_set_metric): Add new ALIAS.
289
2902000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
291
292 * ripd.h (struct rip ): Add distance.
293
2942000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
295
296 * rip_zebra.c (rip_zebra_ipv4_add): Use new Zebra api to register
297 routes. Pass RIP metric value to zebra.
298
2992000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
300
301 * rip_main.c (main): Make struct thread thread from global
302 variable to local variable in main.
303
3042000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
305
306 * ripd.c (rip_packet_dump): Add MD5 authentication dump function.
307 (rip_auth_md5): RIP MD5 authentication packet receive works.
308
3092000-08-02 David Lipovkov <davidl@nbase.co.il>
310
311 * rip_interface.c (rip_if_init): Install interface "pseudo"
312 commands.
313 (rip_interface_delete): Do not call if_delete() when interface is
314 pseudo interface.
315
3162000-07-31 Kunihiro Ishiguro <kunihiro@zebra.org>
317
318 * rip_interface.c (ip_rip_authentication_mode): "ip rip
319 authentication mode (md5|text)" is added.
320 (ip_rip_authentication_key_chain): "ip rip authentication
321 key-chain KEY-CHAIN" is added.
322 (rip_interface_clean): Clean all interface configuration.
323 (rip_interface_reset): Reset all interface configuration.
324 (rip_clean_network): Clean rip_enable_network.
325
326 * ripd.h (struct rip_interface): Add key_chain member.
327
328 * ripd.c: Include md5-gnu.h.
329
3302000-07-30 Kunihiro Ishiguro <kunihiro@zebra.org>
331
332 * ripd.h (RIP_NO_AUTH): Change RIP_NO_AUTH value from 1 to 0.
333
334 * ripd.c (rip_authentication): Use RIP_AUTH_SIMPLE_PASSWORD
335 instead of raw value 2.
336 (rip_write_rte): Likewise.
337 (rip_write_rte): Check ri->auth_type instead of ri->auth_str.
338
3392000-07-30 David Lipovkov <davidl@nbase.co.il>
340
341 * rip_interface.c (rip_if_down): Do not delete ZEBRA_ROUTE_KERNEL
342 route.
343
3442000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
345
346 * ripd.c (rip_update_process): Add "passive-interface" command.
347
348 * ripd.h (struct rip_interface): Add passive member to struct
349 rip_interface.
350
3512000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
352
353 * rip_interface.c (rip_if_init): Multiple RIP routes for one
354 prefix change. The codes are enclosed by #ifdef NEW_RIP_TABLE.
355
3562000-07-24 Akihiro Mizutani <mizutani@dml.com>
357
358 * rip_interface.c (rip_if_init): Use install_default() for
359 INTERFACE_NODE.
360
3612000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
362
363 * ripd.c: First update timer will be invoked in two seconds.
364
3652000-07-09 Jochen Friedrich <jochen@scram.de>
366
367 * rip_snmp.c: Local function definitions to static. Add INTEGER
368 ASN_INTEGER and TIMETICKS ASN_TIMETICKS definition.
369 (rip2PeerLookup): Peer with domain lookup implemented.
370 (rip2PeerTable): Temporary disable RIP2PEERLASTUPDATE value
371 support due to unknown SNMP agent startup time.
372
3732000-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
374
375 * ripd.h: Sweep obsolete definitions.
376
377 * rip_interface.c (rip_split_horizon): Add "ip split-horizon"
378 command.
379
380 * ripd.c (rip_output_process): Remove split_horizon argument.
381 (rip_update_process): Likewise.
382
383 * ripd.h (struct rip_interface): Add split_horizon flag to struct
384 rip_interface.
385
3862000-07-04 Akihiro Mizutani <mizutani@dml.com>
387
388 * ripd.c (rip_version): Change VERSION to <1-2>.
389 Add "no version" command.
390
3912000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
392
393 * rip_zebra.c (rip_redistribute_type_metric): "redistribute TYPE
394 metric <0-16>" command is added.
395
396 * rip_routemap.c (route_set_metric): Set metric_set when metric is
397 modified.
398
399 * ripd.h (struct rip_info): To check route-map set metric or not,
400 new member metric_set is added to struct rip_info.
401
402 * ripd.c (rip_route_process): Move metric handling code from
403 rip_response_process() to rip_route_process().
404 (rip_output_process): Set output offset-list metric.
405
4062000-07-02 Kunihiro Ishiguro <kunihiro@zebra.org>
407
408 * rip_offset.c (rip_offset_list): New file for offset-list.
409
4102000-07-02 Akihiro Mizutani <mizutani@dml.com>
411
412 * ripd.h (struct rip ): Add default_metric.
413
414 * ripd.c (rip_default_metric): "default-metric <1-16>" command is
415 added.
416 (config_write_rip): Change configuration order.
417
418 * rip_zebra.c: Fix help strings.
419
4202000-07-02 David Lipovkov <davidl@nbase.co.il>
421
422 * rip_interface.c (rip_if_init): Add IF_DELETE_HOOK.
423
4242000-07-01 Kunihiro Ishiguro <kunihiro@zebra.org>
425
426 * ripd.c (rip_output_process): If specified route-map does not
427 exist, it treated as deny all.
428
4292000-06-30 Kunihiro Ishiguro <kunihiro@zebra.org>
430
431 * rip_routemap.c (rip_route_map_init): Call rip_route_map_update
432 when route-map is deleted.
433
4342000-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
435
436 * rip_routemap.c (set_metric): For consistency with bgpd's set
437 metric, value range is set to <0-4294967295>.
438
4392000-06-28 David Lipovkov <davidl@nbase.co.il>
440
441 * rip_routemap.c (rip_route_map_update): Add check for rip is
442 enabled or not for avoid core dump.
443
444 * rip_debug.c (debug_rip_packet_direct): Fix bug of setting
445 rip_debug_packet flag.
446
4472000-06-13 David Lipovkov <davidl@nbase.co.il>
448
449 * rip_interface.c (rip_interface_delete): All work is done in
450 rip_if_down().
451
4522000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
453
454 * ripd.c (rip_redistribute_delete): Fix bug of missing
455 route_unlock_node() when redistribute route is not found.
456
4572000-06-05 Akihirof Mizutani <mizutani@dml.com>
458
459 * rip_debug.c (rip_debug_init): Disable show debugging in
460 VIEW_NODE like other protocol daemon.
461
462 * rip_routemap.c: Change command argument to more comprehensive.
463
464 METRIC -> <0-16>
465 IFNAME -> WORD
466 IP_ADDR -> A.B.C.D
467 ACCSESS_LIST -> WORD
468
4692000-06-05 David Lipovkov <davidl@nbase.co.il>
470
471 * rip_interface.c (rip_interface_delete): Delete all routes
472 include static and kernel through the interface , because even if
473 the interface is added again there is no guarantee that it will
474 get the same ifindex as before.
475
4762000-05-31 Akihirof Mizutani <mizutani@dml.com>
477
478 * rip_debug.c: Fix rip debug help string.
479
4802000-04-27 Mirko Karanovic <mkaranov@torsel.alcatel.com>
481
482 * rip_interface.c (rip_interface_down): Remove interface from
483 multicast group when interface goes down.
484
4852000-04-03 David Lipovkov <davidl@nbase.co.il>
486
487 * rip_interface.c (rip_interface_down): Implemented rip functions
488 for interface up/down events: rip_interface_up() and
489 rip_interface_down()
490
4912000-03-16 David Lipovkov <davidl@nbase.co.il>
492
493 * rip_zebra.c (rip_zclient_init): Added rip functions for
494 interface up/down events.
495
4962000-02-15 Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
497
498 * ripd.c (rip_write_rte): "set metic" in route-map has no effect
499 for RIPv1 in ripd. It worked fine for RIPv2.
500
5012000-01-17 Kunihiro Ishiguro <kunihiro@zebra.org>
502
503 * ripd.c (show_ip_protocols_rip): Fix bug of "show ip protocls"
504 mis-display RIP version.
505
506 * ripd.h (struct rip_peer): Add timeout thread to rip_peer
507 structure.
508
5092000-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
510
511 * rip_peer.c: Add new file for supporting RIP peer.
512
5131999-12-26 David Lipovkov <davidl@nbase.co.il>
514
515 * ripd.c (rip_authentication): RIP authantication string is 16
516 bytes long.
517
5181999-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
519
520 * ripd.c (rip_read): Add check for minimum packet length.
521 Authentication check is moved from rip_process_response() to
522 rip_read(). Patch from David Lipovkov <davidl@nbase.co.il> is
523 applied then add rte number check by Kunihiro Ishiguro
524 <kunihiro@zebra.org>.
525
5261999-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
527
528 * ripd.c (rip_response_process): In case of packet is RIPv2 and
529 network is non zero and netmask is zero, apply netmask rule as
530 same as RIPv1.
531
5321999-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
533
534 * ripd.c (rip_timers): Fix bug of timers basic argument format.
535
5361999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
537
538 * rip_snmp.c (rip2IfConfAddress): Forgot to include
539 RIP2IFCONFDOMAIN.
540
5411999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
542
543 * ripd.h (struct rip_peer): New structure added.
544
5451999-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
546
547 * rip_zebra.c (rip_zebra_ipv4_add): Increment
548 rip_global_route_changes when route change occur.
549 (rip_zebra_ipv4_delete): Likewise.
550
551 * ripd.c (rip_request_process): Increment rip_global_queries when
552 reply to the query is sent.
553
5541999-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
555
556 * rip_debug.c (rip_debug_reset): Reset function added.
557
558 * ripd.c (rip_update_process): Logging bug is fixed.
559
5601999-10-10 Marc Boucher <marc@mbsi.ca>
561
562 * ripd.c (config_write_rip): Add config_write_distribute() call.
563
5641999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
565
566 * ripd.c (rip_distribute_update): Fix bug of access-list
567 prefix-list updates.
568
5691999-09-10 VOP <vop@unity.net>
570
571 * rip_zebra.c: Add redistribute route-map feature.
572
5731999-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
574
575 * ripd.c (rip_response_process): Add check for given prefix is
576 given mask applied one.
577
5781999-09-03 VOP <vop@unity.net>
579
580 * rip_interface.c (rip_interface_multicast_set): Bug fix about
581 setting multicast interface.
582
5831999-09-02 VOP <vop@unity.net>
584
585 * rip_routemap.c: New file added.
586
5871999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
588
589 * ripd.c (show_ip_protocols_rip): Show next update time.
590 (show_ip_protocols_rip): Show redistribute information.
591
5921999-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
593
594 * RIPv2-MIB.txt: New file added.
595
596 * rip_snmp.c: New file added.
597
5981999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
599
600 * rip_interface.c (ip_rip_authentication_string): RIPv2
601 authentication command is added.
602
6031999-08-23 Kunihiro Ishiguro <kunihiro@zebra.org>
604
605 * rip_interface.c (rip_interface_multicast_set): Process of
606 setting IP_MULTICAST_IF on specific interface.
607
608 * ripd.c (rip_read): Add packet size check.
609
6101999-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
611
612 * ripd.c (rip_request_process): Fill in RIP_METRIC_INFINITY with
613 network byte order using htonl ().
614 (rip_response_process): Pass host byte order address to IN_CLASSC
615 and IN_CLASSB macro.
616
6171999-08-08 davidm@nbase.co.il (David Mozes)
618
619 * rip_zebra.c (rip_zebra_read_ipv4): Fix split horizon problem.
620
6211999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
622
623 * ripd.c (rip_timer_set): Function added.
624
6251999-07-01 Kunihiro Ishiguro <kunihiro@zebra.org>
626
627 * rip_debug.c: New file added.
628 rip_debug.h: New file added.
629
6301999-07-01 Rick Payne <rickp@rossfell.co.uk>
631
632 * rip_zebra.c (zebra_init): Install standard commands to
633 ZEBRA_NODE.
634
6351999-06-01 David Luyer <luyer@ucs.uwa.edu.au>
636
637 * ripd.c (rip_process_route): Add support for RIP version 1.
638
6391999-05-29 Kunihiro Ishiguro <kunihiro@zebra.org>
640
641 * rip_zebra.c: Change to use lib/zclient.[ch].
642
6431999-05-20 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
644
645 * ripd.c (rip_add_route): Change the existance route's metric check
646 to the condition specified by RFC2453.
647
6481999-05-17 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
649
650 * ripd.c (rip_process_route): Add the if metric to the route metric.
651
652 * ripd.c (rip_add_route): Deleted add if metric to the route.
653
6541999-05-16 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
655
656 * rip_interface.c (if_valid_neighbor): New function.
657
658 * ripd.c (rip_process_route): Added check whether the datagram
659 is from a valid neighbor.
660
6611999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
662
663 * ripd.c (rip_process_route): Set interface pointer to rinfo.
664
6651999-05-15 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
666
667 * ripd.c (rip_check_address): Unicast and not net 0 or 127 check
668 added.
669
6701999-05-14 Stephen R. van den Berg <srb@cuci.nl>
671
672 * rip_main.c (signal_init): SIGTERM call sigint.
673 (sigint): Loggging more better message.
674
6751999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
676
677 * ripd.c (rip_add_route): Fix previous route_unlock_node() chenge.
678
679 * rip_main.c (main): Change default zlog output to ZLOG_STDOUT for
680 debugging.
681
6821999-05-09 Patrick Koppen <koppen@rhrk.uni-kl.de>
683
684 * rip_interface.c (rip_request): Fix old semantics for fetching
685 connected address.
686
687 * ripd.c (rip_add_route): Update timer when the route is updated.
688
6891999-05-09 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
690
691 * rip_zebra.c (struct zebra): Add ridist_static, ridist_connect,
692 redist_rip, redist_ripng.
693
694 * rip_zebra.c (zebra_create): Updated for current zebra method.
695
696 * ripd.c (rip_add_route): Add missing route_unlock_node().
697
6981999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
699
700 * ripd.c (rip_add_route): Add metric check. Reported by Carlos
701 Alberto Barcenilla <barce@frlp.utn.edu.ar>.
702
7031999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
704
705 * syslog support added
706
7071998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
708
709 * ripd.c (rip_announce_func): Apply new lib functions.
710
7111998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
712
713 * ripd.c (config_write_rip): Delete vector v argument.
714 * rip_zebra.c (config_write_zebra): Likewise.
715 * rip_interface.c (interface_config_write): Likewise.
716
7171998-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
718
719 * rip_announce.c (rip_rib_close): When ripd terminates delete all
720 added route.
721
7221998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
723
724 * rip_interface.c: return read packet size.
725
7261998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
727
728 * ripd.h: Modify for compile on Solaris.
729
7301998-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
731
732 * ripd.c: DEFUN function return CMD_SUCCESS.
733 change xmalloc to XMALLOC macro.
734
7351998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
736
737 * rip_main.c: change CONFDIR to SYSCONFDIR.
738
7391998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
740
741 * .cvsignore: added.
742
7431998-02-04 Kunihiro Ishiguro <kunihiro@zebra.org>
744
745 * rip_interface.c (config_write_interface): correct ADVERTISE spell.
746
747 * rip_main.c (main): add usage() and make cleanup.
748
7491998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
750
751 * ripd.c (rip_version): add rip version command.
752
7531998-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
754
755 * rip_interface.c (zebra_get_interface): added to get
756 interface's information.
757
758 * ChangeLog: create.