blob: 848efee41081c3ef9c8197c195db0d872b7cfc7c [file] [log] [blame]
paulca5e5162004-06-06 22:06:33 +000012004-06-06 Paul Jakma <paul.jakma@sun.com>
2
3 * ripd.h: Add define for the RIPv2 Authentication Data family
4 Move the auth type defines up to where other defines live.
5 Add RIP_AUTH_MD5_COMPAT_SIZE, for backwards compatible
6 md5->auth_len size. Add md5_auth_len field to struct
7 rip_interface: (rip_interface_new) Init md5_auth_len to compatible
8 size.
9 (ip_rip_authentication_mode_cmd) Extended to handle setting
10 md5 auth-length. Appropriate aliases added.
11 (no_ip_rip_authentication_mode_cmd) Reset md5_auth_len to
12 compatible size.
13 (rip_interface_config_write) Teach it about md5_auth_len.
14 _always_ write out the auth-length, so that everyone will get
15 the setting in their config file, and hence allow for a future
16 change of default for md5_auth_len to be less painful - every md5
17 user will have this setting in their config file.
18 ripd.c: (rip_packet_dump) Change nasty hard coded constants to
19 symbolic defines. Change various tests of 'ntoh.(variable) ==
20 constant' to test 'variable == ntoh.(constant)'. Clean up
21 indentation on some long lines.
22 (rip_auth_simple_password) ditto.
23 (rip_auth_md5) ditto, also add length argument and sanity check
24 md5 data offset field. Sanity check md5 auth length, accept RFC
25 or old-ripd/cisco lengths.
26 (rip_auth_md5_set) as per (rip_packet_dump), also write out
27 the configured md5 auth length for the interface (old-ripd or rfc)
28 (rip_read) as per (rip_packet_dump)
29 (rip_write_rte) ditto
30 (rip_response_process) ditto
31 (rip_write_rte) ditto
32
paulc2bfbcc2004-06-04 01:42:38 +0000332004-06-04 JJ Ludman <jacques.ludman@sun.com>
34
35 * ripd.c: Interoperability fix. Correct value for MD5 auth length
36 is 16. Accept packets with this set to >= 16, and set to 16
37 ourselves.
38
paul11dde9c2004-05-31 14:00:00 +0000392004-05-31 Sowmini Varadhan <sowmini.varadhan@sun.com>
40
41 * ripd.c: Fixup compile warnings
42 * rip_routemap.c: Ditto
43
paul0a589352004-05-08 11:48:26 +0000442004-05-08 Paul Jakma <paul@dishone.st>
45
46 * rip_zebra.c: sync with zclient changes.
47 * rip_interface.c: ditto.
48
paul239389b2004-05-05 14:09:37 +0000492004-05-05 Anthony.Golia@morganstanley.com
50
51 * ripd.c: (rip_update_jitter) Bound jitter to a more sensible
52 value, eg 1/4 of update time.
53
paula87552c2004-05-03 20:00:17 +0000542004-05-03 Paul Jakma <paul@dishone.st>
55
56 * ripd.c: (rip_rte_process) fix typo in merge of previous patch
57 and run function through indent.
58
paulb94f9db2004-05-01 20:45:38 +0000592004-03-19 Jean-Yves Simon <lethalwp@tiscali.be>
60
paula87552c2004-05-03 20:00:17 +000061 * ripd.c: (rip_rte_process) make ripd also check on
62 administrative distance of his own links to update routes.
paulb94f9db2004-05-01 20:45:38 +000063
hassoda9c9a22004-03-18 02:40:55 +0000642004-03-18 sowmini.varadhan@sun.com
65
66 * ripd.c: rip_send_packet can get null connected address when
67 called in response to a unicast rip-request. Handle correctly.
68
hassoa1455d82004-03-03 19:36:24 +0000692004-03-03 Krzysztof Oledzki <oleq@ans.pl>
70
hassocaa6f8a2004-03-03 19:48:48 +000071 * ripd.c: fix "show ip rip" and per interface rip version selection.
hassoa1455d82004-03-03 19:36:24 +000072
paul931cd542004-01-23 15:31:42 +0000732004-01-23 sowmini.varadhan@sun.com
74
75 * rip_interface.c: obsolete unbind code in
76 rip_interface_multicast_set, and instead do the more portable
77 (though slower) method of creating a socket for each outgoing packet
78 and binding the source address on the new socket.
79 * rip_interface.c, ripd.c, ripd.h: Modify rip_request_send so that
80 source address is determined by the caller of rip_request_send for
81 ripv1 packets and non-multicast interfaces (rip_request_send loops
82 over all connected address in all other cases).
83 * rip_send_packet: don't send packets with source set to
84 ZEBRA_IFA_SECONDARY connected addresses; improved debug messages;
85
paulf38a4712003-06-07 01:10:00 +0000862003-06-07 Andrew J. Schorr <aschorr@telemetry-investments.com>
87
88 * Allow ripd to receive RIPv1
89 * add default as valid param to passive-interface command
90
hasso16705132003-05-25 14:49:19 +0000912003-05-25 Vincent Jardin <vjardin@wanadoo.fr>
92
paulf38a4712003-06-07 01:10:00 +000093 * 6Wind patch merge.
hasso16705132003-05-25 14:49:19 +000094
paul445f1432003-05-16 19:00:31 +0000952003-04-19 Hasso Tepper <hasso@estpak.ee>
96
97 * rip_routemap.c: sync daemon's route-map commands to have same
98 syntax
99
paul718e3742002-12-13 20:15:29 +00001002002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
101
102 * zebra-0.93 released.
103
1042002-06-30 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
105
106 * ripd.c (rip_output_process): When outgoing interface is same as
107 next hop interface, announce RIPv2 next hop otherwise set next hop
108 to 0. Revert previous change then take 6WIND way.
109
1102001-09-14 Akihiro Mizutani <mizutani@dml.com>
111
112 * ripd.c: RIP enabled interface's route is advertised by default.
113
1142001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
115
116 * rip_snmp.c (rip_ifaddr_delete): Add route_node_lookup() return
117 value check.
118
119 * rip_interface.c (rip_multicast_leave): Fix bug of multiple IP
120 address on one interface multicast join/leave bug.
121
1222001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
123
124 * rip_interface.c (no_rip_passive_interface): Add NO_STR.
125
1262001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
127
128 * zebra-0.92a released.
129
1302001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
131
132 * zebra-0.92 released.
133
1342001-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
135
136 * rip_routemap.c (route_match_ip_address_prefix_list): Add match
137 ip next-hop prefix-list WORD.
138
1392001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
140
141 * rip_interface.c (rip_passive_interface_clean): Call
142 rip_passive_interface_apply_all.
143
1442001-02-12 Kunihiro Ishiguro <kunihiro@zebra.org>
145
146 * ripd.c (rip_response_process): Multicast address nexthop check
147 is moved from rip_nexthop_check.
148
1492001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
150
151 * rip_interface.c (ipv4_multicast_join): Use
152 setsockopt_multicast_ipv4.
153 (ipv4_multicast_leave): Likewise.
154 (rip_if_ipv4_address_check): Interface which has IPv4 address can
155 be enabled.
156
1572001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
158
159 * rip_interface.c (rip_interface_delete): To support pseudo
160 interface do not free interface structure.
161 * ripd.c (rip_output_process): If output interface is in simple
162 password authentication mode, we need space for authentication
163 data.
164
1652001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
166
167 * ripd.c (rip_nexthop_check): Fix multicast address nexthop check.
168
169 * zebra-0.91 is released.
170
1712001-01-27 Kunihiro Ishiguro <kunihiro@zebra.org>
172
173 * ripd.c (show_ip_rip): Show metric infinity route's timeout.
174 (rip_rte_process): If current route is metric infinity, route is
175 replaced with received rte.
176 (rip_redistribute_delete): When redistribute route is deleted,
177 perform poisoned reverse.
178 (rip_redistribute_withdraw): Likewise.
179
1802001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
181
182 * ripd.c (rip_response_process): RIPv2 routing table entry with
183 non directly reachable nexthop was dropped. The code is changed
184 to treat it as 0.0.0.0 nexthop.
185 (rip_destination_check): Check net 0 address destination.
186 (rip_nexthop_check): New function for checking nexthop address
187 validity.
188
1892001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
190
191 * ripd.c (rip_request_process): Triggered update only send changed
192 route.
193
194 * rip_interface.c: Delete RIP_API part until new implementation
195 comes out.
196
197 * rip_snmp.: Likewise.
198
199 * rip_zebra.c: Likewise.
200
201 * ripd.c: Likewise.
202
2032001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
204
205 * rip_interface.c (rip_if_init): Remove HAVE_IF_PSEUDO part.
206
2072001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
208
209 * zebra-0.90 is released.
210
2112001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
212
213 * ripd.h (RIP_VTYSH_PATH): Change "/tmp/ripd" to "/tmp/.ripd".
214
2152000-12-25 David Lipovkov <davidl@nbase.co.il>
216
217 * ripd.c (rip_rte_process): When a route is in garbage collection
218 process (invalid with metric 16) and a router receives the same
219 route with valid metric then route was not installed into zebra
220 rib, but only into ripd rib. Moreover , it will never get into
221 zebra rib, because ripd wrongly assumes it's already there.
222 (rip_redistribute_add): When doing redistribute into rip other
223 route (e.g. connected) and the same route exists in ripd rib we
224 changed it in place - bug. Now we don't forget to remove old route
225 from zebra.
226 (rip_timeout): When removing routes from zebra I made sure that we
227 remove route with the metric we have in zebra and not the new
228 one. It doesn't make a difference now,but could be significant
229 when multipath support is done.
230
2312000-12-25 David Lipovkov <davidl@nbase.co.il>
232
233 * rip_zebra.c (rip_metric_unset): Fix bug of metric value unset.
234
2352000-11-25 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
236
237 * ripd.c (rip_request_process): Check passive flag of the
238 interface.
239
2402000-11-23 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
241
242 * rip_interface.c (rip_multicast_join): When IP_ADD_MEMBERSHIP
243 failed do not set runnning flag to the interface.
244
2452000-11-16 Kunihiro Ishiguro <kunihiro@zebra.org>
246
247 * ripd.c (rip_output_process): Memory leak related classfull
248 network generation is fixed.
249
2502000-11-16 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
251
252 * rip_interface.c (if_check_address): Obsolete pointopoint address
253 check is removed.
254
2552000-11-02 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
256
257 * rip_interface.c (if_check_address): Add pointopoint address
258 check.
259 (rip_interface_up): Add check for passive interface when interface
260 goes up.
261
2622000-10-23 Jochen Friedrich <jochen@scram.de>
263
264 * rip_snmp.c: rip_oid and ripd_oid are used in smux_open after it
265 is registered. So those variables must be static.
266
2672000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
268
269 * rip_interface.c: Change to "no ip rip (send|receive)" command
270 accept version number argument.
271
2722000-10-17 Akihiro Mizutani <mizutani@dml.com>
273
274 * rip_routemap.c (route_set_ip_nexthop_compile): Change "match ip
275 next-hop" from IP address to access-list name.
276
2772000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
278
279 * rip_peer.c: Change ot use linklist.c instaed of newlist.c.
280
2812000-10-16 Kunihiro Ishiguro <kunihiro@zebra.org>
282
283 * rip_offset.c: Change to use linklist.c instead of newlist.c.
284
2852000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
286
287 * zebra-0.89 is released.
288
2892000-09-26 Akihiro Mizutani <mizutani@dml.com>
290
291 * rip_routemap.c (match_ip_nexthop): Add next-hop format check.
292
2932000-09-18 David Lipovkov <dlipovkov@OpticalAccess.com>
294
295 * rip_interface.c (ripd_api_get_if_rx_version): Corrects rip SNMP
296 and rip API functions dealing with rip version.
297
298 * rip_snmp.c (Status_Valid): SNMPv2-TC TEXTUAL-CONVENTION.
299
3002000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
301
302 * rip_snmp.c (rip2IfLookup): Use rip_ifaddr_lookup_next() instead
303 of rip_if_lookup_next().
304
305 * rip_interface.c (rip_enable_network_lookup): Interface enable
306 check by interface's address with /32 prefix.
307
308 * ripd.c (rip_read): When RIP is configured with authentication
309 and no authentication in incoming packet, drop the packet.
310
311 * rip_interface.c (rip_interface_reset): RIP_AUTH_SIMPLE_PASSWORD
312 is default mode of authentication.
313 (rip_interface_new): Likewise.
314 (no_ip_rip_authentication_mode): Likewise.
315
316 * ripd.c (rip_read): Likewise.
317
3182000-09-10 David Lipovkov <davidl@nbase.co.il>
319
320 * rip_snmp.c: Set ASN_INTEGER v->type where it is needed.
321
3222000-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
323
324 * ripd.c (rip_auth_simple_password): Simple password
325 authentication using key-chain.
326 (rip_write_rte): Likewise.
327
328 * rip_interface.c (ip_rip_authentication_key_chain): Add check for
329 authentication string configuration.
330
3312000-09-08 Akihiro Mizutani <mizutani@dml.com>
332
333 * ripd.c (rip_write_rte): Add check for ri->auth_str.
334
3352000-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
336
337 * ripd_api.h: New file is added.
338
3392000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
340
341 * ripd.c (rip_rte_process): rip_route_process() is renamed to
342 rip_rte_process() to clarify meanings of the function.
343 rip_route_process() is newly added to process RIP route selection.
344
3452000-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
346
347 * ripd.c (rip_incoming_filter): Extract incoming filter code to
348 function from rip_route_process(). Add check for all interface
349 filter.
350 (rip_outgoing_filter): Extract incoming filter code to function
351 from rip_output_process(). Add check for all interface filter.
352
353 * rip_zebra.c (rip_redistribute_clean): Reset redistribute status
354 when "no router rip" is performed.
355
356 * rip_interface.c (rip_interface_clean): Reset interface's RIP
357 enable status.
358
3592000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
360
361 * ripd.c (rip_route_process): When metric infinity is received the
362 route is removed from service immediately.
363 (rip_timeout): Likewise.
364 (rip_garbage_collect): Do not delete route in garbage collection.
365 (rip_output_process): Check metric_out exceed metric infinity.
366
367 * zebra-0.88 is released.
368
3692000-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
370
371 * ripd.c (rip_distance_apply): Unlock node when there is matched
372 node.
373
3742000-08-13 Akihiro Mizutani <mizutani@dml.com>
375
376 * rip_routemap.c (match_ip_nexthop): Add check for IP address
377 validness.
378 (no_set_metric): Add new ALIAS.
379
3802000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
381
382 * ripd.h (struct rip ): Add distance.
383
3842000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
385
386 * rip_zebra.c (rip_zebra_ipv4_add): Use new Zebra api to register
387 routes. Pass RIP metric value to zebra.
388
3892000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
390
391 * rip_main.c (main): Make struct thread thread from global
392 variable to local variable in main.
393
3942000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
395
396 * ripd.c (rip_packet_dump): Add MD5 authentication dump function.
397 (rip_auth_md5): RIP MD5 authentication packet receive works.
398
3992000-08-02 David Lipovkov <davidl@nbase.co.il>
400
401 * rip_interface.c (rip_if_init): Install interface "pseudo"
402 commands.
403 (rip_interface_delete): Do not call if_delete() when interface is
404 pseudo interface.
405
4062000-07-31 Kunihiro Ishiguro <kunihiro@zebra.org>
407
408 * rip_interface.c (ip_rip_authentication_mode): "ip rip
409 authentication mode (md5|text)" is added.
410 (ip_rip_authentication_key_chain): "ip rip authentication
411 key-chain KEY-CHAIN" is added.
412 (rip_interface_clean): Clean all interface configuration.
413 (rip_interface_reset): Reset all interface configuration.
414 (rip_clean_network): Clean rip_enable_network.
415
416 * ripd.h (struct rip_interface): Add key_chain member.
417
418 * ripd.c: Include md5-gnu.h.
419
4202000-07-30 Kunihiro Ishiguro <kunihiro@zebra.org>
421
422 * ripd.h (RIP_NO_AUTH): Change RIP_NO_AUTH value from 1 to 0.
423
424 * ripd.c (rip_authentication): Use RIP_AUTH_SIMPLE_PASSWORD
425 instead of raw value 2.
426 (rip_write_rte): Likewise.
427 (rip_write_rte): Check ri->auth_type instead of ri->auth_str.
428
4292000-07-30 David Lipovkov <davidl@nbase.co.il>
430
431 * rip_interface.c (rip_if_down): Do not delete ZEBRA_ROUTE_KERNEL
432 route.
433
4342000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
435
436 * ripd.c (rip_update_process): Add "passive-interface" command.
437
438 * ripd.h (struct rip_interface): Add passive member to struct
439 rip_interface.
440
4412000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
442
443 * rip_interface.c (rip_if_init): Multiple RIP routes for one
444 prefix change. The codes are enclosed by #ifdef NEW_RIP_TABLE.
445
4462000-07-24 Akihiro Mizutani <mizutani@dml.com>
447
448 * rip_interface.c (rip_if_init): Use install_default() for
449 INTERFACE_NODE.
450
4512000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
452
453 * ripd.c: First update timer will be invoked in two seconds.
454
4552000-07-09 Jochen Friedrich <jochen@scram.de>
456
457 * rip_snmp.c: Local function definitions to static. Add INTEGER
458 ASN_INTEGER and TIMETICKS ASN_TIMETICKS definition.
459 (rip2PeerLookup): Peer with domain lookup implemented.
460 (rip2PeerTable): Temporary disable RIP2PEERLASTUPDATE value
461 support due to unknown SNMP agent startup time.
462
4632000-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
464
465 * ripd.h: Sweep obsolete definitions.
466
467 * rip_interface.c (rip_split_horizon): Add "ip split-horizon"
468 command.
469
470 * ripd.c (rip_output_process): Remove split_horizon argument.
471 (rip_update_process): Likewise.
472
473 * ripd.h (struct rip_interface): Add split_horizon flag to struct
474 rip_interface.
475
4762000-07-04 Akihiro Mizutani <mizutani@dml.com>
477
478 * ripd.c (rip_version): Change VERSION to <1-2>.
479 Add "no version" command.
480
4812000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
482
483 * rip_zebra.c (rip_redistribute_type_metric): "redistribute TYPE
484 metric <0-16>" command is added.
485
486 * rip_routemap.c (route_set_metric): Set metric_set when metric is
487 modified.
488
489 * ripd.h (struct rip_info): To check route-map set metric or not,
490 new member metric_set is added to struct rip_info.
491
492 * ripd.c (rip_route_process): Move metric handling code from
493 rip_response_process() to rip_route_process().
494 (rip_output_process): Set output offset-list metric.
495
4962000-07-02 Kunihiro Ishiguro <kunihiro@zebra.org>
497
498 * rip_offset.c (rip_offset_list): New file for offset-list.
499
5002000-07-02 Akihiro Mizutani <mizutani@dml.com>
501
502 * ripd.h (struct rip ): Add default_metric.
503
504 * ripd.c (rip_default_metric): "default-metric <1-16>" command is
505 added.
506 (config_write_rip): Change configuration order.
507
508 * rip_zebra.c: Fix help strings.
509
5102000-07-02 David Lipovkov <davidl@nbase.co.il>
511
512 * rip_interface.c (rip_if_init): Add IF_DELETE_HOOK.
513
5142000-07-01 Kunihiro Ishiguro <kunihiro@zebra.org>
515
516 * ripd.c (rip_output_process): If specified route-map does not
517 exist, it treated as deny all.
518
5192000-06-30 Kunihiro Ishiguro <kunihiro@zebra.org>
520
521 * rip_routemap.c (rip_route_map_init): Call rip_route_map_update
522 when route-map is deleted.
523
5242000-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
525
526 * rip_routemap.c (set_metric): For consistency with bgpd's set
527 metric, value range is set to <0-4294967295>.
528
5292000-06-28 David Lipovkov <davidl@nbase.co.il>
530
531 * rip_routemap.c (rip_route_map_update): Add check for rip is
532 enabled or not for avoid core dump.
533
534 * rip_debug.c (debug_rip_packet_direct): Fix bug of setting
535 rip_debug_packet flag.
536
5372000-06-13 David Lipovkov <davidl@nbase.co.il>
538
539 * rip_interface.c (rip_interface_delete): All work is done in
540 rip_if_down().
541
5422000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
543
544 * ripd.c (rip_redistribute_delete): Fix bug of missing
545 route_unlock_node() when redistribute route is not found.
546
5472000-06-05 Akihirof Mizutani <mizutani@dml.com>
548
549 * rip_debug.c (rip_debug_init): Disable show debugging in
550 VIEW_NODE like other protocol daemon.
551
552 * rip_routemap.c: Change command argument to more comprehensive.
553
554 METRIC -> <0-16>
555 IFNAME -> WORD
556 IP_ADDR -> A.B.C.D
557 ACCSESS_LIST -> WORD
558
5592000-06-05 David Lipovkov <davidl@nbase.co.il>
560
561 * rip_interface.c (rip_interface_delete): Delete all routes
562 include static and kernel through the interface , because even if
563 the interface is added again there is no guarantee that it will
564 get the same ifindex as before.
565
5662000-05-31 Akihirof Mizutani <mizutani@dml.com>
567
568 * rip_debug.c: Fix rip debug help string.
569
5702000-04-27 Mirko Karanovic <mkaranov@torsel.alcatel.com>
571
572 * rip_interface.c (rip_interface_down): Remove interface from
573 multicast group when interface goes down.
574
5752000-04-03 David Lipovkov <davidl@nbase.co.il>
576
577 * rip_interface.c (rip_interface_down): Implemented rip functions
578 for interface up/down events: rip_interface_up() and
579 rip_interface_down()
580
5812000-03-16 David Lipovkov <davidl@nbase.co.il>
582
583 * rip_zebra.c (rip_zclient_init): Added rip functions for
584 interface up/down events.
585
5862000-02-15 Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
587
588 * ripd.c (rip_write_rte): "set metic" in route-map has no effect
589 for RIPv1 in ripd. It worked fine for RIPv2.
590
5912000-01-17 Kunihiro Ishiguro <kunihiro@zebra.org>
592
593 * ripd.c (show_ip_protocols_rip): Fix bug of "show ip protocls"
594 mis-display RIP version.
595
596 * ripd.h (struct rip_peer): Add timeout thread to rip_peer
597 structure.
598
5992000-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
600
601 * rip_peer.c: Add new file for supporting RIP peer.
602
6031999-12-26 David Lipovkov <davidl@nbase.co.il>
604
605 * ripd.c (rip_authentication): RIP authantication string is 16
606 bytes long.
607
6081999-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
609
610 * ripd.c (rip_read): Add check for minimum packet length.
611 Authentication check is moved from rip_process_response() to
612 rip_read(). Patch from David Lipovkov <davidl@nbase.co.il> is
613 applied then add rte number check by Kunihiro Ishiguro
614 <kunihiro@zebra.org>.
615
6161999-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
617
618 * ripd.c (rip_response_process): In case of packet is RIPv2 and
619 network is non zero and netmask is zero, apply netmask rule as
620 same as RIPv1.
621
6221999-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
623
624 * ripd.c (rip_timers): Fix bug of timers basic argument format.
625
6261999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
627
628 * rip_snmp.c (rip2IfConfAddress): Forgot to include
629 RIP2IFCONFDOMAIN.
630
6311999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
632
633 * ripd.h (struct rip_peer): New structure added.
634
6351999-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
636
637 * rip_zebra.c (rip_zebra_ipv4_add): Increment
638 rip_global_route_changes when route change occur.
639 (rip_zebra_ipv4_delete): Likewise.
640
641 * ripd.c (rip_request_process): Increment rip_global_queries when
642 reply to the query is sent.
643
6441999-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
645
646 * rip_debug.c (rip_debug_reset): Reset function added.
647
648 * ripd.c (rip_update_process): Logging bug is fixed.
649
6501999-10-10 Marc Boucher <marc@mbsi.ca>
651
652 * ripd.c (config_write_rip): Add config_write_distribute() call.
653
6541999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
655
656 * ripd.c (rip_distribute_update): Fix bug of access-list
657 prefix-list updates.
658
6591999-09-10 VOP <vop@unity.net>
660
661 * rip_zebra.c: Add redistribute route-map feature.
662
6631999-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
664
665 * ripd.c (rip_response_process): Add check for given prefix is
666 given mask applied one.
667
6681999-09-03 VOP <vop@unity.net>
669
670 * rip_interface.c (rip_interface_multicast_set): Bug fix about
671 setting multicast interface.
672
6731999-09-02 VOP <vop@unity.net>
674
675 * rip_routemap.c: New file added.
676
6771999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
678
679 * ripd.c (show_ip_protocols_rip): Show next update time.
680 (show_ip_protocols_rip): Show redistribute information.
681
6821999-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
683
684 * RIPv2-MIB.txt: New file added.
685
686 * rip_snmp.c: New file added.
687
6881999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
689
690 * rip_interface.c (ip_rip_authentication_string): RIPv2
691 authentication command is added.
692
6931999-08-23 Kunihiro Ishiguro <kunihiro@zebra.org>
694
695 * rip_interface.c (rip_interface_multicast_set): Process of
696 setting IP_MULTICAST_IF on specific interface.
697
698 * ripd.c (rip_read): Add packet size check.
699
7001999-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
701
702 * ripd.c (rip_request_process): Fill in RIP_METRIC_INFINITY with
703 network byte order using htonl ().
704 (rip_response_process): Pass host byte order address to IN_CLASSC
705 and IN_CLASSB macro.
706
7071999-08-08 davidm@nbase.co.il (David Mozes)
708
709 * rip_zebra.c (rip_zebra_read_ipv4): Fix split horizon problem.
710
7111999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
712
713 * ripd.c (rip_timer_set): Function added.
714
7151999-07-01 Kunihiro Ishiguro <kunihiro@zebra.org>
716
717 * rip_debug.c: New file added.
718 rip_debug.h: New file added.
719
7201999-07-01 Rick Payne <rickp@rossfell.co.uk>
721
722 * rip_zebra.c (zebra_init): Install standard commands to
723 ZEBRA_NODE.
724
7251999-06-01 David Luyer <luyer@ucs.uwa.edu.au>
726
727 * ripd.c (rip_process_route): Add support for RIP version 1.
728
7291999-05-29 Kunihiro Ishiguro <kunihiro@zebra.org>
730
731 * rip_zebra.c: Change to use lib/zclient.[ch].
732
7331999-05-20 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
734
735 * ripd.c (rip_add_route): Change the existance route's metric check
736 to the condition specified by RFC2453.
737
7381999-05-17 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
739
740 * ripd.c (rip_process_route): Add the if metric to the route metric.
741
742 * ripd.c (rip_add_route): Deleted add if metric to the route.
743
7441999-05-16 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
745
746 * rip_interface.c (if_valid_neighbor): New function.
747
748 * ripd.c (rip_process_route): Added check whether the datagram
749 is from a valid neighbor.
750
7511999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
752
753 * ripd.c (rip_process_route): Set interface pointer to rinfo.
754
7551999-05-15 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
756
757 * ripd.c (rip_check_address): Unicast and not net 0 or 127 check
758 added.
759
7601999-05-14 Stephen R. van den Berg <srb@cuci.nl>
761
762 * rip_main.c (signal_init): SIGTERM call sigint.
763 (sigint): Loggging more better message.
764
7651999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
766
767 * ripd.c (rip_add_route): Fix previous route_unlock_node() chenge.
768
769 * rip_main.c (main): Change default zlog output to ZLOG_STDOUT for
770 debugging.
771
7721999-05-09 Patrick Koppen <koppen@rhrk.uni-kl.de>
773
774 * rip_interface.c (rip_request): Fix old semantics for fetching
775 connected address.
776
777 * ripd.c (rip_add_route): Update timer when the route is updated.
778
7791999-05-09 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
780
781 * rip_zebra.c (struct zebra): Add ridist_static, ridist_connect,
782 redist_rip, redist_ripng.
783
784 * rip_zebra.c (zebra_create): Updated for current zebra method.
785
786 * ripd.c (rip_add_route): Add missing route_unlock_node().
787
7881999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
789
790 * ripd.c (rip_add_route): Add metric check. Reported by Carlos
791 Alberto Barcenilla <barce@frlp.utn.edu.ar>.
792
7931999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
794
795 * syslog support added
796
7971998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
798
799 * ripd.c (rip_announce_func): Apply new lib functions.
800
8011998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
802
803 * ripd.c (config_write_rip): Delete vector v argument.
804 * rip_zebra.c (config_write_zebra): Likewise.
805 * rip_interface.c (interface_config_write): Likewise.
806
8071998-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
808
809 * rip_announce.c (rip_rib_close): When ripd terminates delete all
810 added route.
811
8121998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
813
814 * rip_interface.c: return read packet size.
815
8161998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
817
818 * ripd.h: Modify for compile on Solaris.
819
8201998-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
821
822 * ripd.c: DEFUN function return CMD_SUCCESS.
823 change xmalloc to XMALLOC macro.
824
8251998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
826
827 * rip_main.c: change CONFDIR to SYSCONFDIR.
828
8291998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
830
831 * .cvsignore: added.
832
8331998-02-04 Kunihiro Ishiguro <kunihiro@zebra.org>
834
835 * rip_interface.c (config_write_interface): correct ADVERTISE spell.
836
837 * rip_main.c (main): add usage() and make cleanup.
838
8391998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
840
841 * ripd.c (rip_version): add rip version command.
842
8431998-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
844
845 * rip_interface.c (zebra_get_interface): added to get
846 interface's information.
847
848 * ChangeLog: create.