blob: 9f4e1badcc313400b9635ee90d7a9d841f05a821 [file] [log] [blame]
paula87552c2004-05-03 20:00:17 +000012004-05-03 Paul Jakma <paul@dishone.st>
2
3 * ripd.c: (rip_rte_process) fix typo in merge of previous patch
4 and run function through indent.
5
paulb94f9db2004-05-01 20:45:38 +000062004-03-19 Jean-Yves Simon <lethalwp@tiscali.be>
7
paula87552c2004-05-03 20:00:17 +00008 * ripd.c: (rip_rte_process) make ripd also check on
9 administrative distance of his own links to update routes.
paulb94f9db2004-05-01 20:45:38 +000010
hassoda9c9a22004-03-18 02:40:55 +0000112004-03-18 sowmini.varadhan@sun.com
12
13 * ripd.c: rip_send_packet can get null connected address when
14 called in response to a unicast rip-request. Handle correctly.
15
hassoa1455d82004-03-03 19:36:24 +0000162004-03-03 Krzysztof Oledzki <oleq@ans.pl>
17
hassocaa6f8a2004-03-03 19:48:48 +000018 * ripd.c: fix "show ip rip" and per interface rip version selection.
hassoa1455d82004-03-03 19:36:24 +000019
paul931cd542004-01-23 15:31:42 +0000202004-01-23 sowmini.varadhan@sun.com
21
22 * rip_interface.c: obsolete unbind code in
23 rip_interface_multicast_set, and instead do the more portable
24 (though slower) method of creating a socket for each outgoing packet
25 and binding the source address on the new socket.
26 * rip_interface.c, ripd.c, ripd.h: Modify rip_request_send so that
27 source address is determined by the caller of rip_request_send for
28 ripv1 packets and non-multicast interfaces (rip_request_send loops
29 over all connected address in all other cases).
30 * rip_send_packet: don't send packets with source set to
31 ZEBRA_IFA_SECONDARY connected addresses; improved debug messages;
32
paulf38a4712003-06-07 01:10:00 +0000332003-06-07 Andrew J. Schorr <aschorr@telemetry-investments.com>
34
35 * Allow ripd to receive RIPv1
36 * add default as valid param to passive-interface command
37
hasso16705132003-05-25 14:49:19 +0000382003-05-25 Vincent Jardin <vjardin@wanadoo.fr>
39
paulf38a4712003-06-07 01:10:00 +000040 * 6Wind patch merge.
hasso16705132003-05-25 14:49:19 +000041
paul445f1432003-05-16 19:00:31 +0000422003-04-19 Hasso Tepper <hasso@estpak.ee>
43
44 * rip_routemap.c: sync daemon's route-map commands to have same
45 syntax
46
paul718e3742002-12-13 20:15:29 +0000472002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
48
49 * zebra-0.93 released.
50
512002-06-30 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
52
53 * ripd.c (rip_output_process): When outgoing interface is same as
54 next hop interface, announce RIPv2 next hop otherwise set next hop
55 to 0. Revert previous change then take 6WIND way.
56
572001-09-14 Akihiro Mizutani <mizutani@dml.com>
58
59 * ripd.c: RIP enabled interface's route is advertised by default.
60
612001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
62
63 * rip_snmp.c (rip_ifaddr_delete): Add route_node_lookup() return
64 value check.
65
66 * rip_interface.c (rip_multicast_leave): Fix bug of multiple IP
67 address on one interface multicast join/leave bug.
68
692001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
70
71 * rip_interface.c (no_rip_passive_interface): Add NO_STR.
72
732001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
74
75 * zebra-0.92a released.
76
772001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
78
79 * zebra-0.92 released.
80
812001-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
82
83 * rip_routemap.c (route_match_ip_address_prefix_list): Add match
84 ip next-hop prefix-list WORD.
85
862001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
87
88 * rip_interface.c (rip_passive_interface_clean): Call
89 rip_passive_interface_apply_all.
90
912001-02-12 Kunihiro Ishiguro <kunihiro@zebra.org>
92
93 * ripd.c (rip_response_process): Multicast address nexthop check
94 is moved from rip_nexthop_check.
95
962001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
97
98 * rip_interface.c (ipv4_multicast_join): Use
99 setsockopt_multicast_ipv4.
100 (ipv4_multicast_leave): Likewise.
101 (rip_if_ipv4_address_check): Interface which has IPv4 address can
102 be enabled.
103
1042001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
105
106 * rip_interface.c (rip_interface_delete): To support pseudo
107 interface do not free interface structure.
108 * ripd.c (rip_output_process): If output interface is in simple
109 password authentication mode, we need space for authentication
110 data.
111
1122001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
113
114 * ripd.c (rip_nexthop_check): Fix multicast address nexthop check.
115
116 * zebra-0.91 is released.
117
1182001-01-27 Kunihiro Ishiguro <kunihiro@zebra.org>
119
120 * ripd.c (show_ip_rip): Show metric infinity route's timeout.
121 (rip_rte_process): If current route is metric infinity, route is
122 replaced with received rte.
123 (rip_redistribute_delete): When redistribute route is deleted,
124 perform poisoned reverse.
125 (rip_redistribute_withdraw): Likewise.
126
1272001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
128
129 * ripd.c (rip_response_process): RIPv2 routing table entry with
130 non directly reachable nexthop was dropped. The code is changed
131 to treat it as 0.0.0.0 nexthop.
132 (rip_destination_check): Check net 0 address destination.
133 (rip_nexthop_check): New function for checking nexthop address
134 validity.
135
1362001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
137
138 * ripd.c (rip_request_process): Triggered update only send changed
139 route.
140
141 * rip_interface.c: Delete RIP_API part until new implementation
142 comes out.
143
144 * rip_snmp.: Likewise.
145
146 * rip_zebra.c: Likewise.
147
148 * ripd.c: Likewise.
149
1502001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
151
152 * rip_interface.c (rip_if_init): Remove HAVE_IF_PSEUDO part.
153
1542001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
155
156 * zebra-0.90 is released.
157
1582001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
159
160 * ripd.h (RIP_VTYSH_PATH): Change "/tmp/ripd" to "/tmp/.ripd".
161
1622000-12-25 David Lipovkov <davidl@nbase.co.il>
163
164 * ripd.c (rip_rte_process): When a route is in garbage collection
165 process (invalid with metric 16) and a router receives the same
166 route with valid metric then route was not installed into zebra
167 rib, but only into ripd rib. Moreover , it will never get into
168 zebra rib, because ripd wrongly assumes it's already there.
169 (rip_redistribute_add): When doing redistribute into rip other
170 route (e.g. connected) and the same route exists in ripd rib we
171 changed it in place - bug. Now we don't forget to remove old route
172 from zebra.
173 (rip_timeout): When removing routes from zebra I made sure that we
174 remove route with the metric we have in zebra and not the new
175 one. It doesn't make a difference now,but could be significant
176 when multipath support is done.
177
1782000-12-25 David Lipovkov <davidl@nbase.co.il>
179
180 * rip_zebra.c (rip_metric_unset): Fix bug of metric value unset.
181
1822000-11-25 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
183
184 * ripd.c (rip_request_process): Check passive flag of the
185 interface.
186
1872000-11-23 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
188
189 * rip_interface.c (rip_multicast_join): When IP_ADD_MEMBERSHIP
190 failed do not set runnning flag to the interface.
191
1922000-11-16 Kunihiro Ishiguro <kunihiro@zebra.org>
193
194 * ripd.c (rip_output_process): Memory leak related classfull
195 network generation is fixed.
196
1972000-11-16 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
198
199 * rip_interface.c (if_check_address): Obsolete pointopoint address
200 check is removed.
201
2022000-11-02 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
203
204 * rip_interface.c (if_check_address): Add pointopoint address
205 check.
206 (rip_interface_up): Add check for passive interface when interface
207 goes up.
208
2092000-10-23 Jochen Friedrich <jochen@scram.de>
210
211 * rip_snmp.c: rip_oid and ripd_oid are used in smux_open after it
212 is registered. So those variables must be static.
213
2142000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
215
216 * rip_interface.c: Change to "no ip rip (send|receive)" command
217 accept version number argument.
218
2192000-10-17 Akihiro Mizutani <mizutani@dml.com>
220
221 * rip_routemap.c (route_set_ip_nexthop_compile): Change "match ip
222 next-hop" from IP address to access-list name.
223
2242000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
225
226 * rip_peer.c: Change ot use linklist.c instaed of newlist.c.
227
2282000-10-16 Kunihiro Ishiguro <kunihiro@zebra.org>
229
230 * rip_offset.c: Change to use linklist.c instead of newlist.c.
231
2322000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
233
234 * zebra-0.89 is released.
235
2362000-09-26 Akihiro Mizutani <mizutani@dml.com>
237
238 * rip_routemap.c (match_ip_nexthop): Add next-hop format check.
239
2402000-09-18 David Lipovkov <dlipovkov@OpticalAccess.com>
241
242 * rip_interface.c (ripd_api_get_if_rx_version): Corrects rip SNMP
243 and rip API functions dealing with rip version.
244
245 * rip_snmp.c (Status_Valid): SNMPv2-TC TEXTUAL-CONVENTION.
246
2472000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
248
249 * rip_snmp.c (rip2IfLookup): Use rip_ifaddr_lookup_next() instead
250 of rip_if_lookup_next().
251
252 * rip_interface.c (rip_enable_network_lookup): Interface enable
253 check by interface's address with /32 prefix.
254
255 * ripd.c (rip_read): When RIP is configured with authentication
256 and no authentication in incoming packet, drop the packet.
257
258 * rip_interface.c (rip_interface_reset): RIP_AUTH_SIMPLE_PASSWORD
259 is default mode of authentication.
260 (rip_interface_new): Likewise.
261 (no_ip_rip_authentication_mode): Likewise.
262
263 * ripd.c (rip_read): Likewise.
264
2652000-09-10 David Lipovkov <davidl@nbase.co.il>
266
267 * rip_snmp.c: Set ASN_INTEGER v->type where it is needed.
268
2692000-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
270
271 * ripd.c (rip_auth_simple_password): Simple password
272 authentication using key-chain.
273 (rip_write_rte): Likewise.
274
275 * rip_interface.c (ip_rip_authentication_key_chain): Add check for
276 authentication string configuration.
277
2782000-09-08 Akihiro Mizutani <mizutani@dml.com>
279
280 * ripd.c (rip_write_rte): Add check for ri->auth_str.
281
2822000-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
283
284 * ripd_api.h: New file is added.
285
2862000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
287
288 * ripd.c (rip_rte_process): rip_route_process() is renamed to
289 rip_rte_process() to clarify meanings of the function.
290 rip_route_process() is newly added to process RIP route selection.
291
2922000-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
293
294 * ripd.c (rip_incoming_filter): Extract incoming filter code to
295 function from rip_route_process(). Add check for all interface
296 filter.
297 (rip_outgoing_filter): Extract incoming filter code to function
298 from rip_output_process(). Add check for all interface filter.
299
300 * rip_zebra.c (rip_redistribute_clean): Reset redistribute status
301 when "no router rip" is performed.
302
303 * rip_interface.c (rip_interface_clean): Reset interface's RIP
304 enable status.
305
3062000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
307
308 * ripd.c (rip_route_process): When metric infinity is received the
309 route is removed from service immediately.
310 (rip_timeout): Likewise.
311 (rip_garbage_collect): Do not delete route in garbage collection.
312 (rip_output_process): Check metric_out exceed metric infinity.
313
314 * zebra-0.88 is released.
315
3162000-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
317
318 * ripd.c (rip_distance_apply): Unlock node when there is matched
319 node.
320
3212000-08-13 Akihiro Mizutani <mizutani@dml.com>
322
323 * rip_routemap.c (match_ip_nexthop): Add check for IP address
324 validness.
325 (no_set_metric): Add new ALIAS.
326
3272000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
328
329 * ripd.h (struct rip ): Add distance.
330
3312000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
332
333 * rip_zebra.c (rip_zebra_ipv4_add): Use new Zebra api to register
334 routes. Pass RIP metric value to zebra.
335
3362000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
337
338 * rip_main.c (main): Make struct thread thread from global
339 variable to local variable in main.
340
3412000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
342
343 * ripd.c (rip_packet_dump): Add MD5 authentication dump function.
344 (rip_auth_md5): RIP MD5 authentication packet receive works.
345
3462000-08-02 David Lipovkov <davidl@nbase.co.il>
347
348 * rip_interface.c (rip_if_init): Install interface "pseudo"
349 commands.
350 (rip_interface_delete): Do not call if_delete() when interface is
351 pseudo interface.
352
3532000-07-31 Kunihiro Ishiguro <kunihiro@zebra.org>
354
355 * rip_interface.c (ip_rip_authentication_mode): "ip rip
356 authentication mode (md5|text)" is added.
357 (ip_rip_authentication_key_chain): "ip rip authentication
358 key-chain KEY-CHAIN" is added.
359 (rip_interface_clean): Clean all interface configuration.
360 (rip_interface_reset): Reset all interface configuration.
361 (rip_clean_network): Clean rip_enable_network.
362
363 * ripd.h (struct rip_interface): Add key_chain member.
364
365 * ripd.c: Include md5-gnu.h.
366
3672000-07-30 Kunihiro Ishiguro <kunihiro@zebra.org>
368
369 * ripd.h (RIP_NO_AUTH): Change RIP_NO_AUTH value from 1 to 0.
370
371 * ripd.c (rip_authentication): Use RIP_AUTH_SIMPLE_PASSWORD
372 instead of raw value 2.
373 (rip_write_rte): Likewise.
374 (rip_write_rte): Check ri->auth_type instead of ri->auth_str.
375
3762000-07-30 David Lipovkov <davidl@nbase.co.il>
377
378 * rip_interface.c (rip_if_down): Do not delete ZEBRA_ROUTE_KERNEL
379 route.
380
3812000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
382
383 * ripd.c (rip_update_process): Add "passive-interface" command.
384
385 * ripd.h (struct rip_interface): Add passive member to struct
386 rip_interface.
387
3882000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
389
390 * rip_interface.c (rip_if_init): Multiple RIP routes for one
391 prefix change. The codes are enclosed by #ifdef NEW_RIP_TABLE.
392
3932000-07-24 Akihiro Mizutani <mizutani@dml.com>
394
395 * rip_interface.c (rip_if_init): Use install_default() for
396 INTERFACE_NODE.
397
3982000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
399
400 * ripd.c: First update timer will be invoked in two seconds.
401
4022000-07-09 Jochen Friedrich <jochen@scram.de>
403
404 * rip_snmp.c: Local function definitions to static. Add INTEGER
405 ASN_INTEGER and TIMETICKS ASN_TIMETICKS definition.
406 (rip2PeerLookup): Peer with domain lookup implemented.
407 (rip2PeerTable): Temporary disable RIP2PEERLASTUPDATE value
408 support due to unknown SNMP agent startup time.
409
4102000-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
411
412 * ripd.h: Sweep obsolete definitions.
413
414 * rip_interface.c (rip_split_horizon): Add "ip split-horizon"
415 command.
416
417 * ripd.c (rip_output_process): Remove split_horizon argument.
418 (rip_update_process): Likewise.
419
420 * ripd.h (struct rip_interface): Add split_horizon flag to struct
421 rip_interface.
422
4232000-07-04 Akihiro Mizutani <mizutani@dml.com>
424
425 * ripd.c (rip_version): Change VERSION to <1-2>.
426 Add "no version" command.
427
4282000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
429
430 * rip_zebra.c (rip_redistribute_type_metric): "redistribute TYPE
431 metric <0-16>" command is added.
432
433 * rip_routemap.c (route_set_metric): Set metric_set when metric is
434 modified.
435
436 * ripd.h (struct rip_info): To check route-map set metric or not,
437 new member metric_set is added to struct rip_info.
438
439 * ripd.c (rip_route_process): Move metric handling code from
440 rip_response_process() to rip_route_process().
441 (rip_output_process): Set output offset-list metric.
442
4432000-07-02 Kunihiro Ishiguro <kunihiro@zebra.org>
444
445 * rip_offset.c (rip_offset_list): New file for offset-list.
446
4472000-07-02 Akihiro Mizutani <mizutani@dml.com>
448
449 * ripd.h (struct rip ): Add default_metric.
450
451 * ripd.c (rip_default_metric): "default-metric <1-16>" command is
452 added.
453 (config_write_rip): Change configuration order.
454
455 * rip_zebra.c: Fix help strings.
456
4572000-07-02 David Lipovkov <davidl@nbase.co.il>
458
459 * rip_interface.c (rip_if_init): Add IF_DELETE_HOOK.
460
4612000-07-01 Kunihiro Ishiguro <kunihiro@zebra.org>
462
463 * ripd.c (rip_output_process): If specified route-map does not
464 exist, it treated as deny all.
465
4662000-06-30 Kunihiro Ishiguro <kunihiro@zebra.org>
467
468 * rip_routemap.c (rip_route_map_init): Call rip_route_map_update
469 when route-map is deleted.
470
4712000-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
472
473 * rip_routemap.c (set_metric): For consistency with bgpd's set
474 metric, value range is set to <0-4294967295>.
475
4762000-06-28 David Lipovkov <davidl@nbase.co.il>
477
478 * rip_routemap.c (rip_route_map_update): Add check for rip is
479 enabled or not for avoid core dump.
480
481 * rip_debug.c (debug_rip_packet_direct): Fix bug of setting
482 rip_debug_packet flag.
483
4842000-06-13 David Lipovkov <davidl@nbase.co.il>
485
486 * rip_interface.c (rip_interface_delete): All work is done in
487 rip_if_down().
488
4892000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
490
491 * ripd.c (rip_redistribute_delete): Fix bug of missing
492 route_unlock_node() when redistribute route is not found.
493
4942000-06-05 Akihirof Mizutani <mizutani@dml.com>
495
496 * rip_debug.c (rip_debug_init): Disable show debugging in
497 VIEW_NODE like other protocol daemon.
498
499 * rip_routemap.c: Change command argument to more comprehensive.
500
501 METRIC -> <0-16>
502 IFNAME -> WORD
503 IP_ADDR -> A.B.C.D
504 ACCSESS_LIST -> WORD
505
5062000-06-05 David Lipovkov <davidl@nbase.co.il>
507
508 * rip_interface.c (rip_interface_delete): Delete all routes
509 include static and kernel through the interface , because even if
510 the interface is added again there is no guarantee that it will
511 get the same ifindex as before.
512
5132000-05-31 Akihirof Mizutani <mizutani@dml.com>
514
515 * rip_debug.c: Fix rip debug help string.
516
5172000-04-27 Mirko Karanovic <mkaranov@torsel.alcatel.com>
518
519 * rip_interface.c (rip_interface_down): Remove interface from
520 multicast group when interface goes down.
521
5222000-04-03 David Lipovkov <davidl@nbase.co.il>
523
524 * rip_interface.c (rip_interface_down): Implemented rip functions
525 for interface up/down events: rip_interface_up() and
526 rip_interface_down()
527
5282000-03-16 David Lipovkov <davidl@nbase.co.il>
529
530 * rip_zebra.c (rip_zclient_init): Added rip functions for
531 interface up/down events.
532
5332000-02-15 Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
534
535 * ripd.c (rip_write_rte): "set metic" in route-map has no effect
536 for RIPv1 in ripd. It worked fine for RIPv2.
537
5382000-01-17 Kunihiro Ishiguro <kunihiro@zebra.org>
539
540 * ripd.c (show_ip_protocols_rip): Fix bug of "show ip protocls"
541 mis-display RIP version.
542
543 * ripd.h (struct rip_peer): Add timeout thread to rip_peer
544 structure.
545
5462000-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
547
548 * rip_peer.c: Add new file for supporting RIP peer.
549
5501999-12-26 David Lipovkov <davidl@nbase.co.il>
551
552 * ripd.c (rip_authentication): RIP authantication string is 16
553 bytes long.
554
5551999-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
556
557 * ripd.c (rip_read): Add check for minimum packet length.
558 Authentication check is moved from rip_process_response() to
559 rip_read(). Patch from David Lipovkov <davidl@nbase.co.il> is
560 applied then add rte number check by Kunihiro Ishiguro
561 <kunihiro@zebra.org>.
562
5631999-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
564
565 * ripd.c (rip_response_process): In case of packet is RIPv2 and
566 network is non zero and netmask is zero, apply netmask rule as
567 same as RIPv1.
568
5691999-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
570
571 * ripd.c (rip_timers): Fix bug of timers basic argument format.
572
5731999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
574
575 * rip_snmp.c (rip2IfConfAddress): Forgot to include
576 RIP2IFCONFDOMAIN.
577
5781999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
579
580 * ripd.h (struct rip_peer): New structure added.
581
5821999-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
583
584 * rip_zebra.c (rip_zebra_ipv4_add): Increment
585 rip_global_route_changes when route change occur.
586 (rip_zebra_ipv4_delete): Likewise.
587
588 * ripd.c (rip_request_process): Increment rip_global_queries when
589 reply to the query is sent.
590
5911999-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
592
593 * rip_debug.c (rip_debug_reset): Reset function added.
594
595 * ripd.c (rip_update_process): Logging bug is fixed.
596
5971999-10-10 Marc Boucher <marc@mbsi.ca>
598
599 * ripd.c (config_write_rip): Add config_write_distribute() call.
600
6011999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
602
603 * ripd.c (rip_distribute_update): Fix bug of access-list
604 prefix-list updates.
605
6061999-09-10 VOP <vop@unity.net>
607
608 * rip_zebra.c: Add redistribute route-map feature.
609
6101999-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
611
612 * ripd.c (rip_response_process): Add check for given prefix is
613 given mask applied one.
614
6151999-09-03 VOP <vop@unity.net>
616
617 * rip_interface.c (rip_interface_multicast_set): Bug fix about
618 setting multicast interface.
619
6201999-09-02 VOP <vop@unity.net>
621
622 * rip_routemap.c: New file added.
623
6241999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
625
626 * ripd.c (show_ip_protocols_rip): Show next update time.
627 (show_ip_protocols_rip): Show redistribute information.
628
6291999-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
630
631 * RIPv2-MIB.txt: New file added.
632
633 * rip_snmp.c: New file added.
634
6351999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
636
637 * rip_interface.c (ip_rip_authentication_string): RIPv2
638 authentication command is added.
639
6401999-08-23 Kunihiro Ishiguro <kunihiro@zebra.org>
641
642 * rip_interface.c (rip_interface_multicast_set): Process of
643 setting IP_MULTICAST_IF on specific interface.
644
645 * ripd.c (rip_read): Add packet size check.
646
6471999-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
648
649 * ripd.c (rip_request_process): Fill in RIP_METRIC_INFINITY with
650 network byte order using htonl ().
651 (rip_response_process): Pass host byte order address to IN_CLASSC
652 and IN_CLASSB macro.
653
6541999-08-08 davidm@nbase.co.il (David Mozes)
655
656 * rip_zebra.c (rip_zebra_read_ipv4): Fix split horizon problem.
657
6581999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
659
660 * ripd.c (rip_timer_set): Function added.
661
6621999-07-01 Kunihiro Ishiguro <kunihiro@zebra.org>
663
664 * rip_debug.c: New file added.
665 rip_debug.h: New file added.
666
6671999-07-01 Rick Payne <rickp@rossfell.co.uk>
668
669 * rip_zebra.c (zebra_init): Install standard commands to
670 ZEBRA_NODE.
671
6721999-06-01 David Luyer <luyer@ucs.uwa.edu.au>
673
674 * ripd.c (rip_process_route): Add support for RIP version 1.
675
6761999-05-29 Kunihiro Ishiguro <kunihiro@zebra.org>
677
678 * rip_zebra.c: Change to use lib/zclient.[ch].
679
6801999-05-20 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
681
682 * ripd.c (rip_add_route): Change the existance route's metric check
683 to the condition specified by RFC2453.
684
6851999-05-17 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
686
687 * ripd.c (rip_process_route): Add the if metric to the route metric.
688
689 * ripd.c (rip_add_route): Deleted add if metric to the route.
690
6911999-05-16 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
692
693 * rip_interface.c (if_valid_neighbor): New function.
694
695 * ripd.c (rip_process_route): Added check whether the datagram
696 is from a valid neighbor.
697
6981999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
699
700 * ripd.c (rip_process_route): Set interface pointer to rinfo.
701
7021999-05-15 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
703
704 * ripd.c (rip_check_address): Unicast and not net 0 or 127 check
705 added.
706
7071999-05-14 Stephen R. van den Berg <srb@cuci.nl>
708
709 * rip_main.c (signal_init): SIGTERM call sigint.
710 (sigint): Loggging more better message.
711
7121999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
713
714 * ripd.c (rip_add_route): Fix previous route_unlock_node() chenge.
715
716 * rip_main.c (main): Change default zlog output to ZLOG_STDOUT for
717 debugging.
718
7191999-05-09 Patrick Koppen <koppen@rhrk.uni-kl.de>
720
721 * rip_interface.c (rip_request): Fix old semantics for fetching
722 connected address.
723
724 * ripd.c (rip_add_route): Update timer when the route is updated.
725
7261999-05-09 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
727
728 * rip_zebra.c (struct zebra): Add ridist_static, ridist_connect,
729 redist_rip, redist_ripng.
730
731 * rip_zebra.c (zebra_create): Updated for current zebra method.
732
733 * ripd.c (rip_add_route): Add missing route_unlock_node().
734
7351999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
736
737 * ripd.c (rip_add_route): Add metric check. Reported by Carlos
738 Alberto Barcenilla <barce@frlp.utn.edu.ar>.
739
7401999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
741
742 * syslog support added
743
7441998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
745
746 * ripd.c (rip_announce_func): Apply new lib functions.
747
7481998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
749
750 * ripd.c (config_write_rip): Delete vector v argument.
751 * rip_zebra.c (config_write_zebra): Likewise.
752 * rip_interface.c (interface_config_write): Likewise.
753
7541998-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
755
756 * rip_announce.c (rip_rib_close): When ripd terminates delete all
757 added route.
758
7591998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
760
761 * rip_interface.c: return read packet size.
762
7631998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
764
765 * ripd.h: Modify for compile on Solaris.
766
7671998-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
768
769 * ripd.c: DEFUN function return CMD_SUCCESS.
770 change xmalloc to XMALLOC macro.
771
7721998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
773
774 * rip_main.c: change CONFDIR to SYSCONFDIR.
775
7761998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
777
778 * .cvsignore: added.
779
7801998-02-04 Kunihiro Ishiguro <kunihiro@zebra.org>
781
782 * rip_interface.c (config_write_interface): correct ADVERTISE spell.
783
784 * rip_main.c (main): add usage() and make cleanup.
785
7861998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
787
788 * ripd.c (rip_version): add rip version command.
789
7901998-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
791
792 * rip_interface.c (zebra_get_interface): added to get
793 interface's information.
794
795 * ChangeLog: create.