blob: 5e5405824a5dd585b84b9f694ba919eedc52d677 [file] [log] [blame]
hassoa1455d82004-03-03 19:36:24 +000012004-03-03 Krzysztof Oledzki <oleq@ans.pl>
2
3 * ripd.c: fix "show ip rip".
4
paul931cd542004-01-23 15:31:42 +000052004-01-23 sowmini.varadhan@sun.com
6
7 * rip_interface.c: obsolete unbind code in
8 rip_interface_multicast_set, and instead do the more portable
9 (though slower) method of creating a socket for each outgoing packet
10 and binding the source address on the new socket.
11 * rip_interface.c, ripd.c, ripd.h: Modify rip_request_send so that
12 source address is determined by the caller of rip_request_send for
13 ripv1 packets and non-multicast interfaces (rip_request_send loops
14 over all connected address in all other cases).
15 * rip_send_packet: don't send packets with source set to
16 ZEBRA_IFA_SECONDARY connected addresses; improved debug messages;
17
paulf38a4712003-06-07 01:10:00 +0000182003-06-07 Andrew J. Schorr <aschorr@telemetry-investments.com>
19
20 * Allow ripd to receive RIPv1
21 * add default as valid param to passive-interface command
22
hasso16705132003-05-25 14:49:19 +0000232003-05-25 Vincent Jardin <vjardin@wanadoo.fr>
24
paulf38a4712003-06-07 01:10:00 +000025 * 6Wind patch merge.
hasso16705132003-05-25 14:49:19 +000026
paul445f1432003-05-16 19:00:31 +0000272003-04-19 Hasso Tepper <hasso@estpak.ee>
28
29 * rip_routemap.c: sync daemon's route-map commands to have same
30 syntax
31
paul718e3742002-12-13 20:15:29 +0000322002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
33
34 * zebra-0.93 released.
35
362002-06-30 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
37
38 * ripd.c (rip_output_process): When outgoing interface is same as
39 next hop interface, announce RIPv2 next hop otherwise set next hop
40 to 0. Revert previous change then take 6WIND way.
41
422001-09-14 Akihiro Mizutani <mizutani@dml.com>
43
44 * ripd.c: RIP enabled interface's route is advertised by default.
45
462001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
47
48 * rip_snmp.c (rip_ifaddr_delete): Add route_node_lookup() return
49 value check.
50
51 * rip_interface.c (rip_multicast_leave): Fix bug of multiple IP
52 address on one interface multicast join/leave bug.
53
542001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
55
56 * rip_interface.c (no_rip_passive_interface): Add NO_STR.
57
582001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
59
60 * zebra-0.92a released.
61
622001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
63
64 * zebra-0.92 released.
65
662001-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
67
68 * rip_routemap.c (route_match_ip_address_prefix_list): Add match
69 ip next-hop prefix-list WORD.
70
712001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
72
73 * rip_interface.c (rip_passive_interface_clean): Call
74 rip_passive_interface_apply_all.
75
762001-02-12 Kunihiro Ishiguro <kunihiro@zebra.org>
77
78 * ripd.c (rip_response_process): Multicast address nexthop check
79 is moved from rip_nexthop_check.
80
812001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
82
83 * rip_interface.c (ipv4_multicast_join): Use
84 setsockopt_multicast_ipv4.
85 (ipv4_multicast_leave): Likewise.
86 (rip_if_ipv4_address_check): Interface which has IPv4 address can
87 be enabled.
88
892001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
90
91 * rip_interface.c (rip_interface_delete): To support pseudo
92 interface do not free interface structure.
93 * ripd.c (rip_output_process): If output interface is in simple
94 password authentication mode, we need space for authentication
95 data.
96
972001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
98
99 * ripd.c (rip_nexthop_check): Fix multicast address nexthop check.
100
101 * zebra-0.91 is released.
102
1032001-01-27 Kunihiro Ishiguro <kunihiro@zebra.org>
104
105 * ripd.c (show_ip_rip): Show metric infinity route's timeout.
106 (rip_rte_process): If current route is metric infinity, route is
107 replaced with received rte.
108 (rip_redistribute_delete): When redistribute route is deleted,
109 perform poisoned reverse.
110 (rip_redistribute_withdraw): Likewise.
111
1122001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
113
114 * ripd.c (rip_response_process): RIPv2 routing table entry with
115 non directly reachable nexthop was dropped. The code is changed
116 to treat it as 0.0.0.0 nexthop.
117 (rip_destination_check): Check net 0 address destination.
118 (rip_nexthop_check): New function for checking nexthop address
119 validity.
120
1212001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
122
123 * ripd.c (rip_request_process): Triggered update only send changed
124 route.
125
126 * rip_interface.c: Delete RIP_API part until new implementation
127 comes out.
128
129 * rip_snmp.: Likewise.
130
131 * rip_zebra.c: Likewise.
132
133 * ripd.c: Likewise.
134
1352001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
136
137 * rip_interface.c (rip_if_init): Remove HAVE_IF_PSEUDO part.
138
1392001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
140
141 * zebra-0.90 is released.
142
1432001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
144
145 * ripd.h (RIP_VTYSH_PATH): Change "/tmp/ripd" to "/tmp/.ripd".
146
1472000-12-25 David Lipovkov <davidl@nbase.co.il>
148
149 * ripd.c (rip_rte_process): When a route is in garbage collection
150 process (invalid with metric 16) and a router receives the same
151 route with valid metric then route was not installed into zebra
152 rib, but only into ripd rib. Moreover , it will never get into
153 zebra rib, because ripd wrongly assumes it's already there.
154 (rip_redistribute_add): When doing redistribute into rip other
155 route (e.g. connected) and the same route exists in ripd rib we
156 changed it in place - bug. Now we don't forget to remove old route
157 from zebra.
158 (rip_timeout): When removing routes from zebra I made sure that we
159 remove route with the metric we have in zebra and not the new
160 one. It doesn't make a difference now,but could be significant
161 when multipath support is done.
162
1632000-12-25 David Lipovkov <davidl@nbase.co.il>
164
165 * rip_zebra.c (rip_metric_unset): Fix bug of metric value unset.
166
1672000-11-25 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
168
169 * ripd.c (rip_request_process): Check passive flag of the
170 interface.
171
1722000-11-23 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
173
174 * rip_interface.c (rip_multicast_join): When IP_ADD_MEMBERSHIP
175 failed do not set runnning flag to the interface.
176
1772000-11-16 Kunihiro Ishiguro <kunihiro@zebra.org>
178
179 * ripd.c (rip_output_process): Memory leak related classfull
180 network generation is fixed.
181
1822000-11-16 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
183
184 * rip_interface.c (if_check_address): Obsolete pointopoint address
185 check is removed.
186
1872000-11-02 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
188
189 * rip_interface.c (if_check_address): Add pointopoint address
190 check.
191 (rip_interface_up): Add check for passive interface when interface
192 goes up.
193
1942000-10-23 Jochen Friedrich <jochen@scram.de>
195
196 * rip_snmp.c: rip_oid and ripd_oid are used in smux_open after it
197 is registered. So those variables must be static.
198
1992000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
200
201 * rip_interface.c: Change to "no ip rip (send|receive)" command
202 accept version number argument.
203
2042000-10-17 Akihiro Mizutani <mizutani@dml.com>
205
206 * rip_routemap.c (route_set_ip_nexthop_compile): Change "match ip
207 next-hop" from IP address to access-list name.
208
2092000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
210
211 * rip_peer.c: Change ot use linklist.c instaed of newlist.c.
212
2132000-10-16 Kunihiro Ishiguro <kunihiro@zebra.org>
214
215 * rip_offset.c: Change to use linklist.c instead of newlist.c.
216
2172000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
218
219 * zebra-0.89 is released.
220
2212000-09-26 Akihiro Mizutani <mizutani@dml.com>
222
223 * rip_routemap.c (match_ip_nexthop): Add next-hop format check.
224
2252000-09-18 David Lipovkov <dlipovkov@OpticalAccess.com>
226
227 * rip_interface.c (ripd_api_get_if_rx_version): Corrects rip SNMP
228 and rip API functions dealing with rip version.
229
230 * rip_snmp.c (Status_Valid): SNMPv2-TC TEXTUAL-CONVENTION.
231
2322000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
233
234 * rip_snmp.c (rip2IfLookup): Use rip_ifaddr_lookup_next() instead
235 of rip_if_lookup_next().
236
237 * rip_interface.c (rip_enable_network_lookup): Interface enable
238 check by interface's address with /32 prefix.
239
240 * ripd.c (rip_read): When RIP is configured with authentication
241 and no authentication in incoming packet, drop the packet.
242
243 * rip_interface.c (rip_interface_reset): RIP_AUTH_SIMPLE_PASSWORD
244 is default mode of authentication.
245 (rip_interface_new): Likewise.
246 (no_ip_rip_authentication_mode): Likewise.
247
248 * ripd.c (rip_read): Likewise.
249
2502000-09-10 David Lipovkov <davidl@nbase.co.il>
251
252 * rip_snmp.c: Set ASN_INTEGER v->type where it is needed.
253
2542000-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
255
256 * ripd.c (rip_auth_simple_password): Simple password
257 authentication using key-chain.
258 (rip_write_rte): Likewise.
259
260 * rip_interface.c (ip_rip_authentication_key_chain): Add check for
261 authentication string configuration.
262
2632000-09-08 Akihiro Mizutani <mizutani@dml.com>
264
265 * ripd.c (rip_write_rte): Add check for ri->auth_str.
266
2672000-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
268
269 * ripd_api.h: New file is added.
270
2712000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
272
273 * ripd.c (rip_rte_process): rip_route_process() is renamed to
274 rip_rte_process() to clarify meanings of the function.
275 rip_route_process() is newly added to process RIP route selection.
276
2772000-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
278
279 * ripd.c (rip_incoming_filter): Extract incoming filter code to
280 function from rip_route_process(). Add check for all interface
281 filter.
282 (rip_outgoing_filter): Extract incoming filter code to function
283 from rip_output_process(). Add check for all interface filter.
284
285 * rip_zebra.c (rip_redistribute_clean): Reset redistribute status
286 when "no router rip" is performed.
287
288 * rip_interface.c (rip_interface_clean): Reset interface's RIP
289 enable status.
290
2912000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
292
293 * ripd.c (rip_route_process): When metric infinity is received the
294 route is removed from service immediately.
295 (rip_timeout): Likewise.
296 (rip_garbage_collect): Do not delete route in garbage collection.
297 (rip_output_process): Check metric_out exceed metric infinity.
298
299 * zebra-0.88 is released.
300
3012000-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
302
303 * ripd.c (rip_distance_apply): Unlock node when there is matched
304 node.
305
3062000-08-13 Akihiro Mizutani <mizutani@dml.com>
307
308 * rip_routemap.c (match_ip_nexthop): Add check for IP address
309 validness.
310 (no_set_metric): Add new ALIAS.
311
3122000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
313
314 * ripd.h (struct rip ): Add distance.
315
3162000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
317
318 * rip_zebra.c (rip_zebra_ipv4_add): Use new Zebra api to register
319 routes. Pass RIP metric value to zebra.
320
3212000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
322
323 * rip_main.c (main): Make struct thread thread from global
324 variable to local variable in main.
325
3262000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
327
328 * ripd.c (rip_packet_dump): Add MD5 authentication dump function.
329 (rip_auth_md5): RIP MD5 authentication packet receive works.
330
3312000-08-02 David Lipovkov <davidl@nbase.co.il>
332
333 * rip_interface.c (rip_if_init): Install interface "pseudo"
334 commands.
335 (rip_interface_delete): Do not call if_delete() when interface is
336 pseudo interface.
337
3382000-07-31 Kunihiro Ishiguro <kunihiro@zebra.org>
339
340 * rip_interface.c (ip_rip_authentication_mode): "ip rip
341 authentication mode (md5|text)" is added.
342 (ip_rip_authentication_key_chain): "ip rip authentication
343 key-chain KEY-CHAIN" is added.
344 (rip_interface_clean): Clean all interface configuration.
345 (rip_interface_reset): Reset all interface configuration.
346 (rip_clean_network): Clean rip_enable_network.
347
348 * ripd.h (struct rip_interface): Add key_chain member.
349
350 * ripd.c: Include md5-gnu.h.
351
3522000-07-30 Kunihiro Ishiguro <kunihiro@zebra.org>
353
354 * ripd.h (RIP_NO_AUTH): Change RIP_NO_AUTH value from 1 to 0.
355
356 * ripd.c (rip_authentication): Use RIP_AUTH_SIMPLE_PASSWORD
357 instead of raw value 2.
358 (rip_write_rte): Likewise.
359 (rip_write_rte): Check ri->auth_type instead of ri->auth_str.
360
3612000-07-30 David Lipovkov <davidl@nbase.co.il>
362
363 * rip_interface.c (rip_if_down): Do not delete ZEBRA_ROUTE_KERNEL
364 route.
365
3662000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
367
368 * ripd.c (rip_update_process): Add "passive-interface" command.
369
370 * ripd.h (struct rip_interface): Add passive member to struct
371 rip_interface.
372
3732000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
374
375 * rip_interface.c (rip_if_init): Multiple RIP routes for one
376 prefix change. The codes are enclosed by #ifdef NEW_RIP_TABLE.
377
3782000-07-24 Akihiro Mizutani <mizutani@dml.com>
379
380 * rip_interface.c (rip_if_init): Use install_default() for
381 INTERFACE_NODE.
382
3832000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
384
385 * ripd.c: First update timer will be invoked in two seconds.
386
3872000-07-09 Jochen Friedrich <jochen@scram.de>
388
389 * rip_snmp.c: Local function definitions to static. Add INTEGER
390 ASN_INTEGER and TIMETICKS ASN_TIMETICKS definition.
391 (rip2PeerLookup): Peer with domain lookup implemented.
392 (rip2PeerTable): Temporary disable RIP2PEERLASTUPDATE value
393 support due to unknown SNMP agent startup time.
394
3952000-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
396
397 * ripd.h: Sweep obsolete definitions.
398
399 * rip_interface.c (rip_split_horizon): Add "ip split-horizon"
400 command.
401
402 * ripd.c (rip_output_process): Remove split_horizon argument.
403 (rip_update_process): Likewise.
404
405 * ripd.h (struct rip_interface): Add split_horizon flag to struct
406 rip_interface.
407
4082000-07-04 Akihiro Mizutani <mizutani@dml.com>
409
410 * ripd.c (rip_version): Change VERSION to <1-2>.
411 Add "no version" command.
412
4132000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
414
415 * rip_zebra.c (rip_redistribute_type_metric): "redistribute TYPE
416 metric <0-16>" command is added.
417
418 * rip_routemap.c (route_set_metric): Set metric_set when metric is
419 modified.
420
421 * ripd.h (struct rip_info): To check route-map set metric or not,
422 new member metric_set is added to struct rip_info.
423
424 * ripd.c (rip_route_process): Move metric handling code from
425 rip_response_process() to rip_route_process().
426 (rip_output_process): Set output offset-list metric.
427
4282000-07-02 Kunihiro Ishiguro <kunihiro@zebra.org>
429
430 * rip_offset.c (rip_offset_list): New file for offset-list.
431
4322000-07-02 Akihiro Mizutani <mizutani@dml.com>
433
434 * ripd.h (struct rip ): Add default_metric.
435
436 * ripd.c (rip_default_metric): "default-metric <1-16>" command is
437 added.
438 (config_write_rip): Change configuration order.
439
440 * rip_zebra.c: Fix help strings.
441
4422000-07-02 David Lipovkov <davidl@nbase.co.il>
443
444 * rip_interface.c (rip_if_init): Add IF_DELETE_HOOK.
445
4462000-07-01 Kunihiro Ishiguro <kunihiro@zebra.org>
447
448 * ripd.c (rip_output_process): If specified route-map does not
449 exist, it treated as deny all.
450
4512000-06-30 Kunihiro Ishiguro <kunihiro@zebra.org>
452
453 * rip_routemap.c (rip_route_map_init): Call rip_route_map_update
454 when route-map is deleted.
455
4562000-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
457
458 * rip_routemap.c (set_metric): For consistency with bgpd's set
459 metric, value range is set to <0-4294967295>.
460
4612000-06-28 David Lipovkov <davidl@nbase.co.il>
462
463 * rip_routemap.c (rip_route_map_update): Add check for rip is
464 enabled or not for avoid core dump.
465
466 * rip_debug.c (debug_rip_packet_direct): Fix bug of setting
467 rip_debug_packet flag.
468
4692000-06-13 David Lipovkov <davidl@nbase.co.il>
470
471 * rip_interface.c (rip_interface_delete): All work is done in
472 rip_if_down().
473
4742000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
475
476 * ripd.c (rip_redistribute_delete): Fix bug of missing
477 route_unlock_node() when redistribute route is not found.
478
4792000-06-05 Akihirof Mizutani <mizutani@dml.com>
480
481 * rip_debug.c (rip_debug_init): Disable show debugging in
482 VIEW_NODE like other protocol daemon.
483
484 * rip_routemap.c: Change command argument to more comprehensive.
485
486 METRIC -> <0-16>
487 IFNAME -> WORD
488 IP_ADDR -> A.B.C.D
489 ACCSESS_LIST -> WORD
490
4912000-06-05 David Lipovkov <davidl@nbase.co.il>
492
493 * rip_interface.c (rip_interface_delete): Delete all routes
494 include static and kernel through the interface , because even if
495 the interface is added again there is no guarantee that it will
496 get the same ifindex as before.
497
4982000-05-31 Akihirof Mizutani <mizutani@dml.com>
499
500 * rip_debug.c: Fix rip debug help string.
501
5022000-04-27 Mirko Karanovic <mkaranov@torsel.alcatel.com>
503
504 * rip_interface.c (rip_interface_down): Remove interface from
505 multicast group when interface goes down.
506
5072000-04-03 David Lipovkov <davidl@nbase.co.il>
508
509 * rip_interface.c (rip_interface_down): Implemented rip functions
510 for interface up/down events: rip_interface_up() and
511 rip_interface_down()
512
5132000-03-16 David Lipovkov <davidl@nbase.co.il>
514
515 * rip_zebra.c (rip_zclient_init): Added rip functions for
516 interface up/down events.
517
5182000-02-15 Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
519
520 * ripd.c (rip_write_rte): "set metic" in route-map has no effect
521 for RIPv1 in ripd. It worked fine for RIPv2.
522
5232000-01-17 Kunihiro Ishiguro <kunihiro@zebra.org>
524
525 * ripd.c (show_ip_protocols_rip): Fix bug of "show ip protocls"
526 mis-display RIP version.
527
528 * ripd.h (struct rip_peer): Add timeout thread to rip_peer
529 structure.
530
5312000-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
532
533 * rip_peer.c: Add new file for supporting RIP peer.
534
5351999-12-26 David Lipovkov <davidl@nbase.co.il>
536
537 * ripd.c (rip_authentication): RIP authantication string is 16
538 bytes long.
539
5401999-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
541
542 * ripd.c (rip_read): Add check for minimum packet length.
543 Authentication check is moved from rip_process_response() to
544 rip_read(). Patch from David Lipovkov <davidl@nbase.co.il> is
545 applied then add rte number check by Kunihiro Ishiguro
546 <kunihiro@zebra.org>.
547
5481999-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
549
550 * ripd.c (rip_response_process): In case of packet is RIPv2 and
551 network is non zero and netmask is zero, apply netmask rule as
552 same as RIPv1.
553
5541999-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
555
556 * ripd.c (rip_timers): Fix bug of timers basic argument format.
557
5581999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
559
560 * rip_snmp.c (rip2IfConfAddress): Forgot to include
561 RIP2IFCONFDOMAIN.
562
5631999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
564
565 * ripd.h (struct rip_peer): New structure added.
566
5671999-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
568
569 * rip_zebra.c (rip_zebra_ipv4_add): Increment
570 rip_global_route_changes when route change occur.
571 (rip_zebra_ipv4_delete): Likewise.
572
573 * ripd.c (rip_request_process): Increment rip_global_queries when
574 reply to the query is sent.
575
5761999-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
577
578 * rip_debug.c (rip_debug_reset): Reset function added.
579
580 * ripd.c (rip_update_process): Logging bug is fixed.
581
5821999-10-10 Marc Boucher <marc@mbsi.ca>
583
584 * ripd.c (config_write_rip): Add config_write_distribute() call.
585
5861999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
587
588 * ripd.c (rip_distribute_update): Fix bug of access-list
589 prefix-list updates.
590
5911999-09-10 VOP <vop@unity.net>
592
593 * rip_zebra.c: Add redistribute route-map feature.
594
5951999-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
596
597 * ripd.c (rip_response_process): Add check for given prefix is
598 given mask applied one.
599
6001999-09-03 VOP <vop@unity.net>
601
602 * rip_interface.c (rip_interface_multicast_set): Bug fix about
603 setting multicast interface.
604
6051999-09-02 VOP <vop@unity.net>
606
607 * rip_routemap.c: New file added.
608
6091999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
610
611 * ripd.c (show_ip_protocols_rip): Show next update time.
612 (show_ip_protocols_rip): Show redistribute information.
613
6141999-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
615
616 * RIPv2-MIB.txt: New file added.
617
618 * rip_snmp.c: New file added.
619
6201999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
621
622 * rip_interface.c (ip_rip_authentication_string): RIPv2
623 authentication command is added.
624
6251999-08-23 Kunihiro Ishiguro <kunihiro@zebra.org>
626
627 * rip_interface.c (rip_interface_multicast_set): Process of
628 setting IP_MULTICAST_IF on specific interface.
629
630 * ripd.c (rip_read): Add packet size check.
631
6321999-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
633
634 * ripd.c (rip_request_process): Fill in RIP_METRIC_INFINITY with
635 network byte order using htonl ().
636 (rip_response_process): Pass host byte order address to IN_CLASSC
637 and IN_CLASSB macro.
638
6391999-08-08 davidm@nbase.co.il (David Mozes)
640
641 * rip_zebra.c (rip_zebra_read_ipv4): Fix split horizon problem.
642
6431999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
644
645 * ripd.c (rip_timer_set): Function added.
646
6471999-07-01 Kunihiro Ishiguro <kunihiro@zebra.org>
648
649 * rip_debug.c: New file added.
650 rip_debug.h: New file added.
651
6521999-07-01 Rick Payne <rickp@rossfell.co.uk>
653
654 * rip_zebra.c (zebra_init): Install standard commands to
655 ZEBRA_NODE.
656
6571999-06-01 David Luyer <luyer@ucs.uwa.edu.au>
658
659 * ripd.c (rip_process_route): Add support for RIP version 1.
660
6611999-05-29 Kunihiro Ishiguro <kunihiro@zebra.org>
662
663 * rip_zebra.c: Change to use lib/zclient.[ch].
664
6651999-05-20 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
666
667 * ripd.c (rip_add_route): Change the existance route's metric check
668 to the condition specified by RFC2453.
669
6701999-05-17 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
671
672 * ripd.c (rip_process_route): Add the if metric to the route metric.
673
674 * ripd.c (rip_add_route): Deleted add if metric to the route.
675
6761999-05-16 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
677
678 * rip_interface.c (if_valid_neighbor): New function.
679
680 * ripd.c (rip_process_route): Added check whether the datagram
681 is from a valid neighbor.
682
6831999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
684
685 * ripd.c (rip_process_route): Set interface pointer to rinfo.
686
6871999-05-15 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
688
689 * ripd.c (rip_check_address): Unicast and not net 0 or 127 check
690 added.
691
6921999-05-14 Stephen R. van den Berg <srb@cuci.nl>
693
694 * rip_main.c (signal_init): SIGTERM call sigint.
695 (sigint): Loggging more better message.
696
6971999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
698
699 * ripd.c (rip_add_route): Fix previous route_unlock_node() chenge.
700
701 * rip_main.c (main): Change default zlog output to ZLOG_STDOUT for
702 debugging.
703
7041999-05-09 Patrick Koppen <koppen@rhrk.uni-kl.de>
705
706 * rip_interface.c (rip_request): Fix old semantics for fetching
707 connected address.
708
709 * ripd.c (rip_add_route): Update timer when the route is updated.
710
7111999-05-09 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
712
713 * rip_zebra.c (struct zebra): Add ridist_static, ridist_connect,
714 redist_rip, redist_ripng.
715
716 * rip_zebra.c (zebra_create): Updated for current zebra method.
717
718 * ripd.c (rip_add_route): Add missing route_unlock_node().
719
7201999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
721
722 * ripd.c (rip_add_route): Add metric check. Reported by Carlos
723 Alberto Barcenilla <barce@frlp.utn.edu.ar>.
724
7251999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
726
727 * syslog support added
728
7291998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
730
731 * ripd.c (rip_announce_func): Apply new lib functions.
732
7331998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
734
735 * ripd.c (config_write_rip): Delete vector v argument.
736 * rip_zebra.c (config_write_zebra): Likewise.
737 * rip_interface.c (interface_config_write): Likewise.
738
7391998-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
740
741 * rip_announce.c (rip_rib_close): When ripd terminates delete all
742 added route.
743
7441998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
745
746 * rip_interface.c: return read packet size.
747
7481998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
749
750 * ripd.h: Modify for compile on Solaris.
751
7521998-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
753
754 * ripd.c: DEFUN function return CMD_SUCCESS.
755 change xmalloc to XMALLOC macro.
756
7571998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
758
759 * rip_main.c: change CONFDIR to SYSCONFDIR.
760
7611998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
762
763 * .cvsignore: added.
764
7651998-02-04 Kunihiro Ishiguro <kunihiro@zebra.org>
766
767 * rip_interface.c (config_write_interface): correct ADVERTISE spell.
768
769 * rip_main.c (main): add usage() and make cleanup.
770
7711998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
772
773 * ripd.c (rip_version): add rip version command.
774
7751998-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
776
777 * rip_interface.c (zebra_get_interface): added to get
778 interface's information.
779
780 * ChangeLog: create.