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