blob: ae67e72d4a6e81b8cb67157de5280cbf429cd48e [file] [log] [blame]
hasso3fb9cd62004-10-19 19:44:43 +000012004-10-19 Andrew J. Schorr <aschorr@telemetry-investments.com>
2
3 * ripd.c: (rip_update_interface) if connected->destination is NULL,
4 get the broadcast address with ipv4_broadcast_addr()
5 * rip_interface.c: (rip_interface_multicast_set)
6 connected->destination may be NULL. Improve message if
7 setsockopt_multicast_ipv4 fails. Improve message if bind fails.
8 (rip_request_interface_send) If connected->destination is NULL,
9 get the broadcast address with ipv4_broadcast_addr().
10 (if_valid_neighbor) Handle PtP subnet addressing properly.
11 Speed up code by using prefix_match properly.
12
hassoc75105a2004-10-13 10:33:26 +0000132004-10-13 Hasso Tepper <hasso at quagga.net>
14
15 * ripd_snmp.c: Remove defaults used to initialize smux connection to
16 snmpd. Connection is initialized only if smux peer is configured.
17
hasso98b718a2004-10-11 12:57:57 +0000182004-10-11 Hasso Tepper <hasso at quagga.net>
19
20 * *.c: Make more strings const.
21
hasso8a676be2004-10-08 06:36:38 +0000222004-10-08 Hasso Tepper <hasso at quagga.net>
23
24 * *.c: Fix compiler warnings: make strings const, signed -> unsigned
25 etc.
26
hasso1af81932004-09-26 16:11:14 +0000272004-09-26 Hasso Tepper <hasso at quagga.net>
28
29 * ripd.c: Fix compiler warning.
30
hasso52dc7ee2004-09-23 19:18:23 +0000312004-09-23 Hasso Tepper <hasso at quagga.net>
32
33 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
34
paul0b3acf42004-09-17 08:39:08 +0000352004-09-17 Paul Jakma <paul@dishone.st>
36
37 * ripd.c: set receive buffer to a decent size, some systems have low
38 defaults. Problem noted and fix suggested by Stephan Schweizer
39 in [zebra 20967].
40
paul1a517862004-08-19 04:03:08 +0000412004-08-19 Paul Jakma <paul@dishone.st>
42
43 * rip_interface.c: (rip_interface_multicast_set) get rid
44 of extraneous if_pointopoint arg. ifp is accessible via connected.
45 pass connected->ifp->ifindex to setsockopt_multicast_ipv4.
46 * ripd.c: (rip_send_packet) update call to
47 rip_interface_multicast_set
48 * ripd.h: update rip_interface_multicast_set prototype
49
paul02ff83c2004-06-11 11:27:03 +0000502004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com>
51
52 * ripd.c: (rip_distribute_update_all) distribute list hook
53 function pointer prototype requires struct prefix_list * arg.
54 (rip_distribute_update_all_wrapper) update to pass required arg,
55 NULL.
56
paulca5e5162004-06-06 22:06:33 +0000572004-06-06 Paul Jakma <paul.jakma@sun.com>
58
59 * ripd.h: Add define for the RIPv2 Authentication Data family
60 Move the auth type defines up to where other defines live.
61 Add RIP_AUTH_MD5_COMPAT_SIZE, for backwards compatible
62 md5->auth_len size. Add md5_auth_len field to struct
63 rip_interface: (rip_interface_new) Init md5_auth_len to compatible
64 size.
65 (ip_rip_authentication_mode_cmd) Extended to handle setting
66 md5 auth-length. Appropriate aliases added.
67 (no_ip_rip_authentication_mode_cmd) Reset md5_auth_len to
68 compatible size.
69 (rip_interface_config_write) Teach it about md5_auth_len.
70 _always_ write out the auth-length, so that everyone will get
71 the setting in their config file, and hence allow for a future
72 change of default for md5_auth_len to be less painful - every md5
73 user will have this setting in their config file.
74 ripd.c: (rip_packet_dump) Change nasty hard coded constants to
75 symbolic defines. Change various tests of 'ntoh.(variable) ==
76 constant' to test 'variable == ntoh.(constant)'. Clean up
77 indentation on some long lines.
78 (rip_auth_simple_password) ditto.
79 (rip_auth_md5) ditto, also add length argument and sanity check
80 md5 data offset field. Sanity check md5 auth length, accept RFC
81 or old-ripd/cisco lengths.
82 (rip_auth_md5_set) as per (rip_packet_dump), also write out
83 the configured md5 auth length for the interface (old-ripd or rfc)
84 (rip_read) as per (rip_packet_dump)
85 (rip_write_rte) ditto
86 (rip_response_process) ditto
87 (rip_write_rte) ditto
88
paulc2bfbcc2004-06-04 01:42:38 +0000892004-06-04 JJ Ludman <jacques.ludman@sun.com>
90
91 * ripd.c: Interoperability fix. Correct value for MD5 auth length
92 is 16. Accept packets with this set to >= 16, and set to 16
93 ourselves.
94
paul11dde9c2004-05-31 14:00:00 +0000952004-05-31 Sowmini Varadhan <sowmini.varadhan@sun.com>
96
97 * ripd.c: Fixup compile warnings
98 * rip_routemap.c: Ditto
99
paul0a589352004-05-08 11:48:26 +00001002004-05-08 Paul Jakma <paul@dishone.st>
101
102 * rip_zebra.c: sync with zclient changes.
103 * rip_interface.c: ditto.
104
paul239389b2004-05-05 14:09:37 +00001052004-05-05 Anthony.Golia@morganstanley.com
106
107 * ripd.c: (rip_update_jitter) Bound jitter to a more sensible
108 value, eg 1/4 of update time.
109
paula87552c2004-05-03 20:00:17 +00001102004-05-03 Paul Jakma <paul@dishone.st>
111
112 * ripd.c: (rip_rte_process) fix typo in merge of previous patch
113 and run function through indent.
114
paulb94f9db2004-05-01 20:45:38 +00001152004-03-19 Jean-Yves Simon <lethalwp@tiscali.be>
116
paula87552c2004-05-03 20:00:17 +0000117 * ripd.c: (rip_rte_process) make ripd also check on
118 administrative distance of his own links to update routes.
paulb94f9db2004-05-01 20:45:38 +0000119
hassoda9c9a22004-03-18 02:40:55 +00001202004-03-18 sowmini.varadhan@sun.com
121
122 * ripd.c: rip_send_packet can get null connected address when
123 called in response to a unicast rip-request. Handle correctly.
124
hassoa1455d82004-03-03 19:36:24 +00001252004-03-03 Krzysztof Oledzki <oleq@ans.pl>
126
hassocaa6f8a2004-03-03 19:48:48 +0000127 * ripd.c: fix "show ip rip" and per interface rip version selection.
hassoa1455d82004-03-03 19:36:24 +0000128
paul931cd542004-01-23 15:31:42 +00001292004-01-23 sowmini.varadhan@sun.com
130
131 * rip_interface.c: obsolete unbind code in
132 rip_interface_multicast_set, and instead do the more portable
133 (though slower) method of creating a socket for each outgoing packet
134 and binding the source address on the new socket.
135 * rip_interface.c, ripd.c, ripd.h: Modify rip_request_send so that
136 source address is determined by the caller of rip_request_send for
137 ripv1 packets and non-multicast interfaces (rip_request_send loops
138 over all connected address in all other cases).
139 * rip_send_packet: don't send packets with source set to
140 ZEBRA_IFA_SECONDARY connected addresses; improved debug messages;
141
paulf38a4712003-06-07 01:10:00 +00001422003-06-07 Andrew J. Schorr <aschorr@telemetry-investments.com>
143
144 * Allow ripd to receive RIPv1
145 * add default as valid param to passive-interface command
146
hasso16705132003-05-25 14:49:19 +00001472003-05-25 Vincent Jardin <vjardin@wanadoo.fr>
148
paulf38a4712003-06-07 01:10:00 +0000149 * 6Wind patch merge.
hasso16705132003-05-25 14:49:19 +0000150
paul445f1432003-05-16 19:00:31 +00001512003-04-19 Hasso Tepper <hasso@estpak.ee>
152
153 * rip_routemap.c: sync daemon's route-map commands to have same
154 syntax
155
paul718e3742002-12-13 20:15:29 +00001562002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
157
158 * zebra-0.93 released.
159
1602002-06-30 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
161
162 * ripd.c (rip_output_process): When outgoing interface is same as
163 next hop interface, announce RIPv2 next hop otherwise set next hop
164 to 0. Revert previous change then take 6WIND way.
165
1662001-09-14 Akihiro Mizutani <mizutani@dml.com>
167
168 * ripd.c: RIP enabled interface's route is advertised by default.
169
1702001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
171
172 * rip_snmp.c (rip_ifaddr_delete): Add route_node_lookup() return
173 value check.
174
175 * rip_interface.c (rip_multicast_leave): Fix bug of multiple IP
176 address on one interface multicast join/leave bug.
177
1782001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
179
180 * rip_interface.c (no_rip_passive_interface): Add NO_STR.
181
1822001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
183
184 * zebra-0.92a released.
185
1862001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
187
188 * zebra-0.92 released.
189
1902001-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
191
192 * rip_routemap.c (route_match_ip_address_prefix_list): Add match
193 ip next-hop prefix-list WORD.
194
1952001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
196
197 * rip_interface.c (rip_passive_interface_clean): Call
198 rip_passive_interface_apply_all.
199
2002001-02-12 Kunihiro Ishiguro <kunihiro@zebra.org>
201
202 * ripd.c (rip_response_process): Multicast address nexthop check
203 is moved from rip_nexthop_check.
204
2052001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
206
207 * rip_interface.c (ipv4_multicast_join): Use
208 setsockopt_multicast_ipv4.
209 (ipv4_multicast_leave): Likewise.
210 (rip_if_ipv4_address_check): Interface which has IPv4 address can
211 be enabled.
212
2132001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
214
215 * rip_interface.c (rip_interface_delete): To support pseudo
216 interface do not free interface structure.
217 * ripd.c (rip_output_process): If output interface is in simple
218 password authentication mode, we need space for authentication
219 data.
220
2212001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
222
223 * ripd.c (rip_nexthop_check): Fix multicast address nexthop check.
224
225 * zebra-0.91 is released.
226
2272001-01-27 Kunihiro Ishiguro <kunihiro@zebra.org>
228
229 * ripd.c (show_ip_rip): Show metric infinity route's timeout.
230 (rip_rte_process): If current route is metric infinity, route is
231 replaced with received rte.
232 (rip_redistribute_delete): When redistribute route is deleted,
233 perform poisoned reverse.
234 (rip_redistribute_withdraw): Likewise.
235
2362001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
237
238 * ripd.c (rip_response_process): RIPv2 routing table entry with
239 non directly reachable nexthop was dropped. The code is changed
240 to treat it as 0.0.0.0 nexthop.
241 (rip_destination_check): Check net 0 address destination.
242 (rip_nexthop_check): New function for checking nexthop address
243 validity.
244
2452001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
246
247 * ripd.c (rip_request_process): Triggered update only send changed
248 route.
249
250 * rip_interface.c: Delete RIP_API part until new implementation
251 comes out.
252
253 * rip_snmp.: Likewise.
254
255 * rip_zebra.c: Likewise.
256
257 * ripd.c: Likewise.
258
2592001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
260
261 * rip_interface.c (rip_if_init): Remove HAVE_IF_PSEUDO part.
262
2632001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
264
265 * zebra-0.90 is released.
266
2672001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
268
269 * ripd.h (RIP_VTYSH_PATH): Change "/tmp/ripd" to "/tmp/.ripd".
270
2712000-12-25 David Lipovkov <davidl@nbase.co.il>
272
273 * ripd.c (rip_rte_process): When a route is in garbage collection
274 process (invalid with metric 16) and a router receives the same
275 route with valid metric then route was not installed into zebra
276 rib, but only into ripd rib. Moreover , it will never get into
277 zebra rib, because ripd wrongly assumes it's already there.
278 (rip_redistribute_add): When doing redistribute into rip other
279 route (e.g. connected) and the same route exists in ripd rib we
280 changed it in place - bug. Now we don't forget to remove old route
281 from zebra.
282 (rip_timeout): When removing routes from zebra I made sure that we
283 remove route with the metric we have in zebra and not the new
284 one. It doesn't make a difference now,but could be significant
285 when multipath support is done.
286
2872000-12-25 David Lipovkov <davidl@nbase.co.il>
288
289 * rip_zebra.c (rip_metric_unset): Fix bug of metric value unset.
290
2912000-11-25 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
292
293 * ripd.c (rip_request_process): Check passive flag of the
294 interface.
295
2962000-11-23 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
297
298 * rip_interface.c (rip_multicast_join): When IP_ADD_MEMBERSHIP
299 failed do not set runnning flag to the interface.
300
3012000-11-16 Kunihiro Ishiguro <kunihiro@zebra.org>
302
303 * ripd.c (rip_output_process): Memory leak related classfull
304 network generation is fixed.
305
3062000-11-16 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
307
308 * rip_interface.c (if_check_address): Obsolete pointopoint address
309 check is removed.
310
3112000-11-02 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
312
313 * rip_interface.c (if_check_address): Add pointopoint address
314 check.
315 (rip_interface_up): Add check for passive interface when interface
316 goes up.
317
3182000-10-23 Jochen Friedrich <jochen@scram.de>
319
320 * rip_snmp.c: rip_oid and ripd_oid are used in smux_open after it
321 is registered. So those variables must be static.
322
3232000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
324
325 * rip_interface.c: Change to "no ip rip (send|receive)" command
326 accept version number argument.
327
3282000-10-17 Akihiro Mizutani <mizutani@dml.com>
329
330 * rip_routemap.c (route_set_ip_nexthop_compile): Change "match ip
331 next-hop" from IP address to access-list name.
332
3332000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
334
335 * rip_peer.c: Change ot use linklist.c instaed of newlist.c.
336
3372000-10-16 Kunihiro Ishiguro <kunihiro@zebra.org>
338
339 * rip_offset.c: Change to use linklist.c instead of newlist.c.
340
3412000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
342
343 * zebra-0.89 is released.
344
3452000-09-26 Akihiro Mizutani <mizutani@dml.com>
346
347 * rip_routemap.c (match_ip_nexthop): Add next-hop format check.
348
3492000-09-18 David Lipovkov <dlipovkov@OpticalAccess.com>
350
351 * rip_interface.c (ripd_api_get_if_rx_version): Corrects rip SNMP
352 and rip API functions dealing with rip version.
353
354 * rip_snmp.c (Status_Valid): SNMPv2-TC TEXTUAL-CONVENTION.
355
3562000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
357
358 * rip_snmp.c (rip2IfLookup): Use rip_ifaddr_lookup_next() instead
359 of rip_if_lookup_next().
360
361 * rip_interface.c (rip_enable_network_lookup): Interface enable
362 check by interface's address with /32 prefix.
363
364 * ripd.c (rip_read): When RIP is configured with authentication
365 and no authentication in incoming packet, drop the packet.
366
367 * rip_interface.c (rip_interface_reset): RIP_AUTH_SIMPLE_PASSWORD
368 is default mode of authentication.
369 (rip_interface_new): Likewise.
370 (no_ip_rip_authentication_mode): Likewise.
371
372 * ripd.c (rip_read): Likewise.
373
3742000-09-10 David Lipovkov <davidl@nbase.co.il>
375
376 * rip_snmp.c: Set ASN_INTEGER v->type where it is needed.
377
3782000-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
379
380 * ripd.c (rip_auth_simple_password): Simple password
381 authentication using key-chain.
382 (rip_write_rte): Likewise.
383
384 * rip_interface.c (ip_rip_authentication_key_chain): Add check for
385 authentication string configuration.
386
3872000-09-08 Akihiro Mizutani <mizutani@dml.com>
388
389 * ripd.c (rip_write_rte): Add check for ri->auth_str.
390
3912000-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
392
393 * ripd_api.h: New file is added.
394
3952000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
396
397 * ripd.c (rip_rte_process): rip_route_process() is renamed to
398 rip_rte_process() to clarify meanings of the function.
399 rip_route_process() is newly added to process RIP route selection.
400
4012000-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
402
403 * ripd.c (rip_incoming_filter): Extract incoming filter code to
404 function from rip_route_process(). Add check for all interface
405 filter.
406 (rip_outgoing_filter): Extract incoming filter code to function
407 from rip_output_process(). Add check for all interface filter.
408
409 * rip_zebra.c (rip_redistribute_clean): Reset redistribute status
410 when "no router rip" is performed.
411
412 * rip_interface.c (rip_interface_clean): Reset interface's RIP
413 enable status.
414
4152000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
416
417 * ripd.c (rip_route_process): When metric infinity is received the
418 route is removed from service immediately.
419 (rip_timeout): Likewise.
420 (rip_garbage_collect): Do not delete route in garbage collection.
421 (rip_output_process): Check metric_out exceed metric infinity.
422
423 * zebra-0.88 is released.
424
4252000-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
426
427 * ripd.c (rip_distance_apply): Unlock node when there is matched
428 node.
429
4302000-08-13 Akihiro Mizutani <mizutani@dml.com>
431
432 * rip_routemap.c (match_ip_nexthop): Add check for IP address
433 validness.
434 (no_set_metric): Add new ALIAS.
435
4362000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
437
438 * ripd.h (struct rip ): Add distance.
439
4402000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
441
442 * rip_zebra.c (rip_zebra_ipv4_add): Use new Zebra api to register
443 routes. Pass RIP metric value to zebra.
444
4452000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
446
447 * rip_main.c (main): Make struct thread thread from global
448 variable to local variable in main.
449
4502000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
451
452 * ripd.c (rip_packet_dump): Add MD5 authentication dump function.
453 (rip_auth_md5): RIP MD5 authentication packet receive works.
454
4552000-08-02 David Lipovkov <davidl@nbase.co.il>
456
457 * rip_interface.c (rip_if_init): Install interface "pseudo"
458 commands.
459 (rip_interface_delete): Do not call if_delete() when interface is
460 pseudo interface.
461
4622000-07-31 Kunihiro Ishiguro <kunihiro@zebra.org>
463
464 * rip_interface.c (ip_rip_authentication_mode): "ip rip
465 authentication mode (md5|text)" is added.
466 (ip_rip_authentication_key_chain): "ip rip authentication
467 key-chain KEY-CHAIN" is added.
468 (rip_interface_clean): Clean all interface configuration.
469 (rip_interface_reset): Reset all interface configuration.
470 (rip_clean_network): Clean rip_enable_network.
471
472 * ripd.h (struct rip_interface): Add key_chain member.
473
474 * ripd.c: Include md5-gnu.h.
475
4762000-07-30 Kunihiro Ishiguro <kunihiro@zebra.org>
477
478 * ripd.h (RIP_NO_AUTH): Change RIP_NO_AUTH value from 1 to 0.
479
480 * ripd.c (rip_authentication): Use RIP_AUTH_SIMPLE_PASSWORD
481 instead of raw value 2.
482 (rip_write_rte): Likewise.
483 (rip_write_rte): Check ri->auth_type instead of ri->auth_str.
484
4852000-07-30 David Lipovkov <davidl@nbase.co.il>
486
487 * rip_interface.c (rip_if_down): Do not delete ZEBRA_ROUTE_KERNEL
488 route.
489
4902000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
491
492 * ripd.c (rip_update_process): Add "passive-interface" command.
493
494 * ripd.h (struct rip_interface): Add passive member to struct
495 rip_interface.
496
4972000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
498
499 * rip_interface.c (rip_if_init): Multiple RIP routes for one
500 prefix change. The codes are enclosed by #ifdef NEW_RIP_TABLE.
501
5022000-07-24 Akihiro Mizutani <mizutani@dml.com>
503
504 * rip_interface.c (rip_if_init): Use install_default() for
505 INTERFACE_NODE.
506
5072000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
508
509 * ripd.c: First update timer will be invoked in two seconds.
510
5112000-07-09 Jochen Friedrich <jochen@scram.de>
512
513 * rip_snmp.c: Local function definitions to static. Add INTEGER
514 ASN_INTEGER and TIMETICKS ASN_TIMETICKS definition.
515 (rip2PeerLookup): Peer with domain lookup implemented.
516 (rip2PeerTable): Temporary disable RIP2PEERLASTUPDATE value
517 support due to unknown SNMP agent startup time.
518
5192000-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
520
521 * ripd.h: Sweep obsolete definitions.
522
523 * rip_interface.c (rip_split_horizon): Add "ip split-horizon"
524 command.
525
526 * ripd.c (rip_output_process): Remove split_horizon argument.
527 (rip_update_process): Likewise.
528
529 * ripd.h (struct rip_interface): Add split_horizon flag to struct
530 rip_interface.
531
5322000-07-04 Akihiro Mizutani <mizutani@dml.com>
533
534 * ripd.c (rip_version): Change VERSION to <1-2>.
535 Add "no version" command.
536
5372000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
538
539 * rip_zebra.c (rip_redistribute_type_metric): "redistribute TYPE
540 metric <0-16>" command is added.
541
542 * rip_routemap.c (route_set_metric): Set metric_set when metric is
543 modified.
544
545 * ripd.h (struct rip_info): To check route-map set metric or not,
546 new member metric_set is added to struct rip_info.
547
548 * ripd.c (rip_route_process): Move metric handling code from
549 rip_response_process() to rip_route_process().
550 (rip_output_process): Set output offset-list metric.
551
5522000-07-02 Kunihiro Ishiguro <kunihiro@zebra.org>
553
554 * rip_offset.c (rip_offset_list): New file for offset-list.
555
5562000-07-02 Akihiro Mizutani <mizutani@dml.com>
557
558 * ripd.h (struct rip ): Add default_metric.
559
560 * ripd.c (rip_default_metric): "default-metric <1-16>" command is
561 added.
562 (config_write_rip): Change configuration order.
563
564 * rip_zebra.c: Fix help strings.
565
5662000-07-02 David Lipovkov <davidl@nbase.co.il>
567
568 * rip_interface.c (rip_if_init): Add IF_DELETE_HOOK.
569
5702000-07-01 Kunihiro Ishiguro <kunihiro@zebra.org>
571
572 * ripd.c (rip_output_process): If specified route-map does not
573 exist, it treated as deny all.
574
5752000-06-30 Kunihiro Ishiguro <kunihiro@zebra.org>
576
577 * rip_routemap.c (rip_route_map_init): Call rip_route_map_update
578 when route-map is deleted.
579
5802000-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
581
582 * rip_routemap.c (set_metric): For consistency with bgpd's set
583 metric, value range is set to <0-4294967295>.
584
5852000-06-28 David Lipovkov <davidl@nbase.co.il>
586
587 * rip_routemap.c (rip_route_map_update): Add check for rip is
588 enabled or not for avoid core dump.
589
590 * rip_debug.c (debug_rip_packet_direct): Fix bug of setting
591 rip_debug_packet flag.
592
5932000-06-13 David Lipovkov <davidl@nbase.co.il>
594
595 * rip_interface.c (rip_interface_delete): All work is done in
596 rip_if_down().
597
5982000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
599
600 * ripd.c (rip_redistribute_delete): Fix bug of missing
601 route_unlock_node() when redistribute route is not found.
602
6032000-06-05 Akihirof Mizutani <mizutani@dml.com>
604
605 * rip_debug.c (rip_debug_init): Disable show debugging in
606 VIEW_NODE like other protocol daemon.
607
608 * rip_routemap.c: Change command argument to more comprehensive.
609
610 METRIC -> <0-16>
611 IFNAME -> WORD
612 IP_ADDR -> A.B.C.D
613 ACCSESS_LIST -> WORD
614
6152000-06-05 David Lipovkov <davidl@nbase.co.il>
616
617 * rip_interface.c (rip_interface_delete): Delete all routes
618 include static and kernel through the interface , because even if
619 the interface is added again there is no guarantee that it will
620 get the same ifindex as before.
621
6222000-05-31 Akihirof Mizutani <mizutani@dml.com>
623
624 * rip_debug.c: Fix rip debug help string.
625
6262000-04-27 Mirko Karanovic <mkaranov@torsel.alcatel.com>
627
628 * rip_interface.c (rip_interface_down): Remove interface from
629 multicast group when interface goes down.
630
6312000-04-03 David Lipovkov <davidl@nbase.co.il>
632
633 * rip_interface.c (rip_interface_down): Implemented rip functions
634 for interface up/down events: rip_interface_up() and
635 rip_interface_down()
636
6372000-03-16 David Lipovkov <davidl@nbase.co.il>
638
639 * rip_zebra.c (rip_zclient_init): Added rip functions for
640 interface up/down events.
641
6422000-02-15 Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
643
644 * ripd.c (rip_write_rte): "set metic" in route-map has no effect
645 for RIPv1 in ripd. It worked fine for RIPv2.
646
6472000-01-17 Kunihiro Ishiguro <kunihiro@zebra.org>
648
649 * ripd.c (show_ip_protocols_rip): Fix bug of "show ip protocls"
650 mis-display RIP version.
651
652 * ripd.h (struct rip_peer): Add timeout thread to rip_peer
653 structure.
654
6552000-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
656
657 * rip_peer.c: Add new file for supporting RIP peer.
658
6591999-12-26 David Lipovkov <davidl@nbase.co.il>
660
661 * ripd.c (rip_authentication): RIP authantication string is 16
662 bytes long.
663
6641999-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
665
666 * ripd.c (rip_read): Add check for minimum packet length.
667 Authentication check is moved from rip_process_response() to
668 rip_read(). Patch from David Lipovkov <davidl@nbase.co.il> is
669 applied then add rte number check by Kunihiro Ishiguro
670 <kunihiro@zebra.org>.
671
6721999-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
673
674 * ripd.c (rip_response_process): In case of packet is RIPv2 and
675 network is non zero and netmask is zero, apply netmask rule as
676 same as RIPv1.
677
6781999-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
679
680 * ripd.c (rip_timers): Fix bug of timers basic argument format.
681
6821999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
683
684 * rip_snmp.c (rip2IfConfAddress): Forgot to include
685 RIP2IFCONFDOMAIN.
686
6871999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
688
689 * ripd.h (struct rip_peer): New structure added.
690
6911999-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
692
693 * rip_zebra.c (rip_zebra_ipv4_add): Increment
694 rip_global_route_changes when route change occur.
695 (rip_zebra_ipv4_delete): Likewise.
696
697 * ripd.c (rip_request_process): Increment rip_global_queries when
698 reply to the query is sent.
699
7001999-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
701
702 * rip_debug.c (rip_debug_reset): Reset function added.
703
704 * ripd.c (rip_update_process): Logging bug is fixed.
705
7061999-10-10 Marc Boucher <marc@mbsi.ca>
707
708 * ripd.c (config_write_rip): Add config_write_distribute() call.
709
7101999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
711
712 * ripd.c (rip_distribute_update): Fix bug of access-list
713 prefix-list updates.
714
7151999-09-10 VOP <vop@unity.net>
716
717 * rip_zebra.c: Add redistribute route-map feature.
718
7191999-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
720
721 * ripd.c (rip_response_process): Add check for given prefix is
722 given mask applied one.
723
7241999-09-03 VOP <vop@unity.net>
725
726 * rip_interface.c (rip_interface_multicast_set): Bug fix about
727 setting multicast interface.
728
7291999-09-02 VOP <vop@unity.net>
730
731 * rip_routemap.c: New file added.
732
7331999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
734
735 * ripd.c (show_ip_protocols_rip): Show next update time.
736 (show_ip_protocols_rip): Show redistribute information.
737
7381999-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
739
740 * RIPv2-MIB.txt: New file added.
741
742 * rip_snmp.c: New file added.
743
7441999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
745
746 * rip_interface.c (ip_rip_authentication_string): RIPv2
747 authentication command is added.
748
7491999-08-23 Kunihiro Ishiguro <kunihiro@zebra.org>
750
751 * rip_interface.c (rip_interface_multicast_set): Process of
752 setting IP_MULTICAST_IF on specific interface.
753
754 * ripd.c (rip_read): Add packet size check.
755
7561999-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
757
758 * ripd.c (rip_request_process): Fill in RIP_METRIC_INFINITY with
759 network byte order using htonl ().
760 (rip_response_process): Pass host byte order address to IN_CLASSC
761 and IN_CLASSB macro.
762
7631999-08-08 davidm@nbase.co.il (David Mozes)
764
765 * rip_zebra.c (rip_zebra_read_ipv4): Fix split horizon problem.
766
7671999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
768
769 * ripd.c (rip_timer_set): Function added.
770
7711999-07-01 Kunihiro Ishiguro <kunihiro@zebra.org>
772
773 * rip_debug.c: New file added.
774 rip_debug.h: New file added.
775
7761999-07-01 Rick Payne <rickp@rossfell.co.uk>
777
778 * rip_zebra.c (zebra_init): Install standard commands to
779 ZEBRA_NODE.
780
7811999-06-01 David Luyer <luyer@ucs.uwa.edu.au>
782
783 * ripd.c (rip_process_route): Add support for RIP version 1.
784
7851999-05-29 Kunihiro Ishiguro <kunihiro@zebra.org>
786
787 * rip_zebra.c: Change to use lib/zclient.[ch].
788
7891999-05-20 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
790
791 * ripd.c (rip_add_route): Change the existance route's metric check
792 to the condition specified by RFC2453.
793
7941999-05-17 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
795
796 * ripd.c (rip_process_route): Add the if metric to the route metric.
797
798 * ripd.c (rip_add_route): Deleted add if metric to the route.
799
8001999-05-16 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
801
802 * rip_interface.c (if_valid_neighbor): New function.
803
804 * ripd.c (rip_process_route): Added check whether the datagram
805 is from a valid neighbor.
806
8071999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
808
809 * ripd.c (rip_process_route): Set interface pointer to rinfo.
810
8111999-05-15 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
812
813 * ripd.c (rip_check_address): Unicast and not net 0 or 127 check
814 added.
815
8161999-05-14 Stephen R. van den Berg <srb@cuci.nl>
817
818 * rip_main.c (signal_init): SIGTERM call sigint.
819 (sigint): Loggging more better message.
820
8211999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
822
823 * ripd.c (rip_add_route): Fix previous route_unlock_node() chenge.
824
825 * rip_main.c (main): Change default zlog output to ZLOG_STDOUT for
826 debugging.
827
8281999-05-09 Patrick Koppen <koppen@rhrk.uni-kl.de>
829
830 * rip_interface.c (rip_request): Fix old semantics for fetching
831 connected address.
832
833 * ripd.c (rip_add_route): Update timer when the route is updated.
834
8351999-05-09 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
836
837 * rip_zebra.c (struct zebra): Add ridist_static, ridist_connect,
838 redist_rip, redist_ripng.
839
840 * rip_zebra.c (zebra_create): Updated for current zebra method.
841
842 * ripd.c (rip_add_route): Add missing route_unlock_node().
843
8441999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
845
846 * ripd.c (rip_add_route): Add metric check. Reported by Carlos
847 Alberto Barcenilla <barce@frlp.utn.edu.ar>.
848
8491999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
850
851 * syslog support added
852
8531998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
854
855 * ripd.c (rip_announce_func): Apply new lib functions.
856
8571998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
858
859 * ripd.c (config_write_rip): Delete vector v argument.
860 * rip_zebra.c (config_write_zebra): Likewise.
861 * rip_interface.c (interface_config_write): Likewise.
862
8631998-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
864
865 * rip_announce.c (rip_rib_close): When ripd terminates delete all
866 added route.
867
8681998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
869
870 * rip_interface.c: return read packet size.
871
8721998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
873
874 * ripd.h: Modify for compile on Solaris.
875
8761998-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
877
878 * ripd.c: DEFUN function return CMD_SUCCESS.
879 change xmalloc to XMALLOC macro.
880
8811998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
882
883 * rip_main.c: change CONFDIR to SYSCONFDIR.
884
8851998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
886
887 * .cvsignore: added.
888
8891998-02-04 Kunihiro Ishiguro <kunihiro@zebra.org>
890
891 * rip_interface.c (config_write_interface): correct ADVERTISE spell.
892
893 * rip_main.c (main): add usage() and make cleanup.
894
8951998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
896
897 * ripd.c (rip_version): add rip version command.
898
8991998-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
900
901 * rip_interface.c (zebra_get_interface): added to get
902 interface's information.
903
904 * ChangeLog: create.