blob: 8618cb6fabb160f4688068b067cc856b5a79982b [file] [log] [blame]
paulc49ad8f2004-10-22 10:27:28 +000012004-10-22 Paul Jakma <paul@dishone.st>
2
3 * ripd.c: Collapse redundant passing of various address structs,
4 struct interface and struct connected as arguments to functions
5 down to two key arguments, namely struct connected and, possibly,
6 address of source/destination. Testing for RIPv1 would be useful.
7 (rip_read) lookup struct connected for the received packet, pass
8 it on.
9 * rip_interface.c: With previous changes, we no longer have to tread
10 carefully with struct connected, as it will always be there and
11 valid.
12
hasso3fb9cd62004-10-19 19:44:43 +0000132004-10-19 Andrew J. Schorr <aschorr@telemetry-investments.com>
14
15 * ripd.c: (rip_update_interface) if connected->destination is NULL,
16 get the broadcast address with ipv4_broadcast_addr()
17 * rip_interface.c: (rip_interface_multicast_set)
18 connected->destination may be NULL. Improve message if
19 setsockopt_multicast_ipv4 fails. Improve message if bind fails.
20 (rip_request_interface_send) If connected->destination is NULL,
21 get the broadcast address with ipv4_broadcast_addr().
22 (if_valid_neighbor) Handle PtP subnet addressing properly.
23 Speed up code by using prefix_match properly.
24
hassoc75105a2004-10-13 10:33:26 +0000252004-10-13 Hasso Tepper <hasso at quagga.net>
26
27 * ripd_snmp.c: Remove defaults used to initialize smux connection to
28 snmpd. Connection is initialized only if smux peer is configured.
29
hasso98b718a2004-10-11 12:57:57 +0000302004-10-11 Hasso Tepper <hasso at quagga.net>
31
32 * *.c: Make more strings const.
33
hasso8a676be2004-10-08 06:36:38 +0000342004-10-08 Hasso Tepper <hasso at quagga.net>
35
36 * *.c: Fix compiler warnings: make strings const, signed -> unsigned
37 etc.
38
hasso1af81932004-09-26 16:11:14 +0000392004-09-26 Hasso Tepper <hasso at quagga.net>
40
41 * ripd.c: Fix compiler warning.
42
hasso52dc7ee2004-09-23 19:18:23 +0000432004-09-23 Hasso Tepper <hasso at quagga.net>
44
45 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
46
paul0b3acf42004-09-17 08:39:08 +0000472004-09-17 Paul Jakma <paul@dishone.st>
48
49 * ripd.c: set receive buffer to a decent size, some systems have low
50 defaults. Problem noted and fix suggested by Stephan Schweizer
51 in [zebra 20967].
52
paul1a517862004-08-19 04:03:08 +0000532004-08-19 Paul Jakma <paul@dishone.st>
54
55 * rip_interface.c: (rip_interface_multicast_set) get rid
56 of extraneous if_pointopoint arg. ifp is accessible via connected.
57 pass connected->ifp->ifindex to setsockopt_multicast_ipv4.
58 * ripd.c: (rip_send_packet) update call to
59 rip_interface_multicast_set
60 * ripd.h: update rip_interface_multicast_set prototype
61
paul02ff83c2004-06-11 11:27:03 +0000622004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com>
63
64 * ripd.c: (rip_distribute_update_all) distribute list hook
65 function pointer prototype requires struct prefix_list * arg.
66 (rip_distribute_update_all_wrapper) update to pass required arg,
67 NULL.
68
paulca5e5162004-06-06 22:06:33 +0000692004-06-06 Paul Jakma <paul.jakma@sun.com>
70
71 * ripd.h: Add define for the RIPv2 Authentication Data family
72 Move the auth type defines up to where other defines live.
73 Add RIP_AUTH_MD5_COMPAT_SIZE, for backwards compatible
74 md5->auth_len size. Add md5_auth_len field to struct
75 rip_interface: (rip_interface_new) Init md5_auth_len to compatible
76 size.
77 (ip_rip_authentication_mode_cmd) Extended to handle setting
78 md5 auth-length. Appropriate aliases added.
79 (no_ip_rip_authentication_mode_cmd) Reset md5_auth_len to
80 compatible size.
81 (rip_interface_config_write) Teach it about md5_auth_len.
82 _always_ write out the auth-length, so that everyone will get
83 the setting in their config file, and hence allow for a future
84 change of default for md5_auth_len to be less painful - every md5
85 user will have this setting in their config file.
86 ripd.c: (rip_packet_dump) Change nasty hard coded constants to
87 symbolic defines. Change various tests of 'ntoh.(variable) ==
88 constant' to test 'variable == ntoh.(constant)'. Clean up
89 indentation on some long lines.
90 (rip_auth_simple_password) ditto.
91 (rip_auth_md5) ditto, also add length argument and sanity check
92 md5 data offset field. Sanity check md5 auth length, accept RFC
93 or old-ripd/cisco lengths.
94 (rip_auth_md5_set) as per (rip_packet_dump), also write out
95 the configured md5 auth length for the interface (old-ripd or rfc)
96 (rip_read) as per (rip_packet_dump)
97 (rip_write_rte) ditto
98 (rip_response_process) ditto
99 (rip_write_rte) ditto
100
paulc2bfbcc2004-06-04 01:42:38 +00001012004-06-04 JJ Ludman <jacques.ludman@sun.com>
102
103 * ripd.c: Interoperability fix. Correct value for MD5 auth length
104 is 16. Accept packets with this set to >= 16, and set to 16
105 ourselves.
106
paul11dde9c2004-05-31 14:00:00 +00001072004-05-31 Sowmini Varadhan <sowmini.varadhan@sun.com>
108
109 * ripd.c: Fixup compile warnings
110 * rip_routemap.c: Ditto
111
paul0a589352004-05-08 11:48:26 +00001122004-05-08 Paul Jakma <paul@dishone.st>
113
114 * rip_zebra.c: sync with zclient changes.
115 * rip_interface.c: ditto.
116
paul239389b2004-05-05 14:09:37 +00001172004-05-05 Anthony.Golia@morganstanley.com
118
119 * ripd.c: (rip_update_jitter) Bound jitter to a more sensible
120 value, eg 1/4 of update time.
121
paula87552c2004-05-03 20:00:17 +00001222004-05-03 Paul Jakma <paul@dishone.st>
123
124 * ripd.c: (rip_rte_process) fix typo in merge of previous patch
125 and run function through indent.
126
paulb94f9db2004-05-01 20:45:38 +00001272004-03-19 Jean-Yves Simon <lethalwp@tiscali.be>
128
paula87552c2004-05-03 20:00:17 +0000129 * ripd.c: (rip_rte_process) make ripd also check on
130 administrative distance of his own links to update routes.
paulb94f9db2004-05-01 20:45:38 +0000131
hassoda9c9a22004-03-18 02:40:55 +00001322004-03-18 sowmini.varadhan@sun.com
133
134 * ripd.c: rip_send_packet can get null connected address when
135 called in response to a unicast rip-request. Handle correctly.
136
hassoa1455d82004-03-03 19:36:24 +00001372004-03-03 Krzysztof Oledzki <oleq@ans.pl>
138
hassocaa6f8a2004-03-03 19:48:48 +0000139 * ripd.c: fix "show ip rip" and per interface rip version selection.
hassoa1455d82004-03-03 19:36:24 +0000140
paul931cd542004-01-23 15:31:42 +00001412004-01-23 sowmini.varadhan@sun.com
142
143 * rip_interface.c: obsolete unbind code in
144 rip_interface_multicast_set, and instead do the more portable
145 (though slower) method of creating a socket for each outgoing packet
146 and binding the source address on the new socket.
147 * rip_interface.c, ripd.c, ripd.h: Modify rip_request_send so that
148 source address is determined by the caller of rip_request_send for
149 ripv1 packets and non-multicast interfaces (rip_request_send loops
150 over all connected address in all other cases).
151 * rip_send_packet: don't send packets with source set to
152 ZEBRA_IFA_SECONDARY connected addresses; improved debug messages;
153
paulf38a4712003-06-07 01:10:00 +00001542003-06-07 Andrew J. Schorr <aschorr@telemetry-investments.com>
155
156 * Allow ripd to receive RIPv1
157 * add default as valid param to passive-interface command
158
hasso16705132003-05-25 14:49:19 +00001592003-05-25 Vincent Jardin <vjardin@wanadoo.fr>
160
paulf38a4712003-06-07 01:10:00 +0000161 * 6Wind patch merge.
hasso16705132003-05-25 14:49:19 +0000162
paul445f1432003-05-16 19:00:31 +00001632003-04-19 Hasso Tepper <hasso@estpak.ee>
164
165 * rip_routemap.c: sync daemon's route-map commands to have same
166 syntax
167
paul718e3742002-12-13 20:15:29 +00001682002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
169
170 * zebra-0.93 released.
171
1722002-06-30 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
173
174 * ripd.c (rip_output_process): When outgoing interface is same as
175 next hop interface, announce RIPv2 next hop otherwise set next hop
176 to 0. Revert previous change then take 6WIND way.
177
1782001-09-14 Akihiro Mizutani <mizutani@dml.com>
179
180 * ripd.c: RIP enabled interface's route is advertised by default.
181
1822001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
183
184 * rip_snmp.c (rip_ifaddr_delete): Add route_node_lookup() return
185 value check.
186
187 * rip_interface.c (rip_multicast_leave): Fix bug of multiple IP
188 address on one interface multicast join/leave bug.
189
1902001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
191
192 * rip_interface.c (no_rip_passive_interface): Add NO_STR.
193
1942001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
195
196 * zebra-0.92a released.
197
1982001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
199
200 * zebra-0.92 released.
201
2022001-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
203
204 * rip_routemap.c (route_match_ip_address_prefix_list): Add match
205 ip next-hop prefix-list WORD.
206
2072001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
208
209 * rip_interface.c (rip_passive_interface_clean): Call
210 rip_passive_interface_apply_all.
211
2122001-02-12 Kunihiro Ishiguro <kunihiro@zebra.org>
213
214 * ripd.c (rip_response_process): Multicast address nexthop check
215 is moved from rip_nexthop_check.
216
2172001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
218
219 * rip_interface.c (ipv4_multicast_join): Use
220 setsockopt_multicast_ipv4.
221 (ipv4_multicast_leave): Likewise.
222 (rip_if_ipv4_address_check): Interface which has IPv4 address can
223 be enabled.
224
2252001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
226
227 * rip_interface.c (rip_interface_delete): To support pseudo
228 interface do not free interface structure.
229 * ripd.c (rip_output_process): If output interface is in simple
230 password authentication mode, we need space for authentication
231 data.
232
2332001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
234
235 * ripd.c (rip_nexthop_check): Fix multicast address nexthop check.
236
237 * zebra-0.91 is released.
238
2392001-01-27 Kunihiro Ishiguro <kunihiro@zebra.org>
240
241 * ripd.c (show_ip_rip): Show metric infinity route's timeout.
242 (rip_rte_process): If current route is metric infinity, route is
243 replaced with received rte.
244 (rip_redistribute_delete): When redistribute route is deleted,
245 perform poisoned reverse.
246 (rip_redistribute_withdraw): Likewise.
247
2482001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
249
250 * ripd.c (rip_response_process): RIPv2 routing table entry with
251 non directly reachable nexthop was dropped. The code is changed
252 to treat it as 0.0.0.0 nexthop.
253 (rip_destination_check): Check net 0 address destination.
254 (rip_nexthop_check): New function for checking nexthop address
255 validity.
256
2572001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
258
259 * ripd.c (rip_request_process): Triggered update only send changed
260 route.
261
262 * rip_interface.c: Delete RIP_API part until new implementation
263 comes out.
264
265 * rip_snmp.: Likewise.
266
267 * rip_zebra.c: Likewise.
268
269 * ripd.c: Likewise.
270
2712001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
272
273 * rip_interface.c (rip_if_init): Remove HAVE_IF_PSEUDO part.
274
2752001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
276
277 * zebra-0.90 is released.
278
2792001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
280
281 * ripd.h (RIP_VTYSH_PATH): Change "/tmp/ripd" to "/tmp/.ripd".
282
2832000-12-25 David Lipovkov <davidl@nbase.co.il>
284
285 * ripd.c (rip_rte_process): When a route is in garbage collection
286 process (invalid with metric 16) and a router receives the same
287 route with valid metric then route was not installed into zebra
288 rib, but only into ripd rib. Moreover , it will never get into
289 zebra rib, because ripd wrongly assumes it's already there.
290 (rip_redistribute_add): When doing redistribute into rip other
291 route (e.g. connected) and the same route exists in ripd rib we
292 changed it in place - bug. Now we don't forget to remove old route
293 from zebra.
294 (rip_timeout): When removing routes from zebra I made sure that we
295 remove route with the metric we have in zebra and not the new
296 one. It doesn't make a difference now,but could be significant
297 when multipath support is done.
298
2992000-12-25 David Lipovkov <davidl@nbase.co.il>
300
301 * rip_zebra.c (rip_metric_unset): Fix bug of metric value unset.
302
3032000-11-25 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
304
305 * ripd.c (rip_request_process): Check passive flag of the
306 interface.
307
3082000-11-23 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
309
310 * rip_interface.c (rip_multicast_join): When IP_ADD_MEMBERSHIP
311 failed do not set runnning flag to the interface.
312
3132000-11-16 Kunihiro Ishiguro <kunihiro@zebra.org>
314
315 * ripd.c (rip_output_process): Memory leak related classfull
316 network generation is fixed.
317
3182000-11-16 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
319
320 * rip_interface.c (if_check_address): Obsolete pointopoint address
321 check is removed.
322
3232000-11-02 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
324
325 * rip_interface.c (if_check_address): Add pointopoint address
326 check.
327 (rip_interface_up): Add check for passive interface when interface
328 goes up.
329
3302000-10-23 Jochen Friedrich <jochen@scram.de>
331
332 * rip_snmp.c: rip_oid and ripd_oid are used in smux_open after it
333 is registered. So those variables must be static.
334
3352000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
336
337 * rip_interface.c: Change to "no ip rip (send|receive)" command
338 accept version number argument.
339
3402000-10-17 Akihiro Mizutani <mizutani@dml.com>
341
342 * rip_routemap.c (route_set_ip_nexthop_compile): Change "match ip
343 next-hop" from IP address to access-list name.
344
3452000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
346
347 * rip_peer.c: Change ot use linklist.c instaed of newlist.c.
348
3492000-10-16 Kunihiro Ishiguro <kunihiro@zebra.org>
350
351 * rip_offset.c: Change to use linklist.c instead of newlist.c.
352
3532000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
354
355 * zebra-0.89 is released.
356
3572000-09-26 Akihiro Mizutani <mizutani@dml.com>
358
359 * rip_routemap.c (match_ip_nexthop): Add next-hop format check.
360
3612000-09-18 David Lipovkov <dlipovkov@OpticalAccess.com>
362
363 * rip_interface.c (ripd_api_get_if_rx_version): Corrects rip SNMP
364 and rip API functions dealing with rip version.
365
366 * rip_snmp.c (Status_Valid): SNMPv2-TC TEXTUAL-CONVENTION.
367
3682000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
369
370 * rip_snmp.c (rip2IfLookup): Use rip_ifaddr_lookup_next() instead
371 of rip_if_lookup_next().
372
373 * rip_interface.c (rip_enable_network_lookup): Interface enable
374 check by interface's address with /32 prefix.
375
376 * ripd.c (rip_read): When RIP is configured with authentication
377 and no authentication in incoming packet, drop the packet.
378
379 * rip_interface.c (rip_interface_reset): RIP_AUTH_SIMPLE_PASSWORD
380 is default mode of authentication.
381 (rip_interface_new): Likewise.
382 (no_ip_rip_authentication_mode): Likewise.
383
384 * ripd.c (rip_read): Likewise.
385
3862000-09-10 David Lipovkov <davidl@nbase.co.il>
387
388 * rip_snmp.c: Set ASN_INTEGER v->type where it is needed.
389
3902000-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
391
392 * ripd.c (rip_auth_simple_password): Simple password
393 authentication using key-chain.
394 (rip_write_rte): Likewise.
395
396 * rip_interface.c (ip_rip_authentication_key_chain): Add check for
397 authentication string configuration.
398
3992000-09-08 Akihiro Mizutani <mizutani@dml.com>
400
401 * ripd.c (rip_write_rte): Add check for ri->auth_str.
402
4032000-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
404
405 * ripd_api.h: New file is added.
406
4072000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
408
409 * ripd.c (rip_rte_process): rip_route_process() is renamed to
410 rip_rte_process() to clarify meanings of the function.
411 rip_route_process() is newly added to process RIP route selection.
412
4132000-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
414
415 * ripd.c (rip_incoming_filter): Extract incoming filter code to
416 function from rip_route_process(). Add check for all interface
417 filter.
418 (rip_outgoing_filter): Extract incoming filter code to function
419 from rip_output_process(). Add check for all interface filter.
420
421 * rip_zebra.c (rip_redistribute_clean): Reset redistribute status
422 when "no router rip" is performed.
423
424 * rip_interface.c (rip_interface_clean): Reset interface's RIP
425 enable status.
426
4272000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
428
429 * ripd.c (rip_route_process): When metric infinity is received the
430 route is removed from service immediately.
431 (rip_timeout): Likewise.
432 (rip_garbage_collect): Do not delete route in garbage collection.
433 (rip_output_process): Check metric_out exceed metric infinity.
434
435 * zebra-0.88 is released.
436
4372000-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
438
439 * ripd.c (rip_distance_apply): Unlock node when there is matched
440 node.
441
4422000-08-13 Akihiro Mizutani <mizutani@dml.com>
443
444 * rip_routemap.c (match_ip_nexthop): Add check for IP address
445 validness.
446 (no_set_metric): Add new ALIAS.
447
4482000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
449
450 * ripd.h (struct rip ): Add distance.
451
4522000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
453
454 * rip_zebra.c (rip_zebra_ipv4_add): Use new Zebra api to register
455 routes. Pass RIP metric value to zebra.
456
4572000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
458
459 * rip_main.c (main): Make struct thread thread from global
460 variable to local variable in main.
461
4622000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
463
464 * ripd.c (rip_packet_dump): Add MD5 authentication dump function.
465 (rip_auth_md5): RIP MD5 authentication packet receive works.
466
4672000-08-02 David Lipovkov <davidl@nbase.co.il>
468
469 * rip_interface.c (rip_if_init): Install interface "pseudo"
470 commands.
471 (rip_interface_delete): Do not call if_delete() when interface is
472 pseudo interface.
473
4742000-07-31 Kunihiro Ishiguro <kunihiro@zebra.org>
475
476 * rip_interface.c (ip_rip_authentication_mode): "ip rip
477 authentication mode (md5|text)" is added.
478 (ip_rip_authentication_key_chain): "ip rip authentication
479 key-chain KEY-CHAIN" is added.
480 (rip_interface_clean): Clean all interface configuration.
481 (rip_interface_reset): Reset all interface configuration.
482 (rip_clean_network): Clean rip_enable_network.
483
484 * ripd.h (struct rip_interface): Add key_chain member.
485
486 * ripd.c: Include md5-gnu.h.
487
4882000-07-30 Kunihiro Ishiguro <kunihiro@zebra.org>
489
490 * ripd.h (RIP_NO_AUTH): Change RIP_NO_AUTH value from 1 to 0.
491
492 * ripd.c (rip_authentication): Use RIP_AUTH_SIMPLE_PASSWORD
493 instead of raw value 2.
494 (rip_write_rte): Likewise.
495 (rip_write_rte): Check ri->auth_type instead of ri->auth_str.
496
4972000-07-30 David Lipovkov <davidl@nbase.co.il>
498
499 * rip_interface.c (rip_if_down): Do not delete ZEBRA_ROUTE_KERNEL
500 route.
501
5022000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
503
504 * ripd.c (rip_update_process): Add "passive-interface" command.
505
506 * ripd.h (struct rip_interface): Add passive member to struct
507 rip_interface.
508
5092000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
510
511 * rip_interface.c (rip_if_init): Multiple RIP routes for one
512 prefix change. The codes are enclosed by #ifdef NEW_RIP_TABLE.
513
5142000-07-24 Akihiro Mizutani <mizutani@dml.com>
515
516 * rip_interface.c (rip_if_init): Use install_default() for
517 INTERFACE_NODE.
518
5192000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
520
521 * ripd.c: First update timer will be invoked in two seconds.
522
5232000-07-09 Jochen Friedrich <jochen@scram.de>
524
525 * rip_snmp.c: Local function definitions to static. Add INTEGER
526 ASN_INTEGER and TIMETICKS ASN_TIMETICKS definition.
527 (rip2PeerLookup): Peer with domain lookup implemented.
528 (rip2PeerTable): Temporary disable RIP2PEERLASTUPDATE value
529 support due to unknown SNMP agent startup time.
530
5312000-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
532
533 * ripd.h: Sweep obsolete definitions.
534
535 * rip_interface.c (rip_split_horizon): Add "ip split-horizon"
536 command.
537
538 * ripd.c (rip_output_process): Remove split_horizon argument.
539 (rip_update_process): Likewise.
540
541 * ripd.h (struct rip_interface): Add split_horizon flag to struct
542 rip_interface.
543
5442000-07-04 Akihiro Mizutani <mizutani@dml.com>
545
546 * ripd.c (rip_version): Change VERSION to <1-2>.
547 Add "no version" command.
548
5492000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
550
551 * rip_zebra.c (rip_redistribute_type_metric): "redistribute TYPE
552 metric <0-16>" command is added.
553
554 * rip_routemap.c (route_set_metric): Set metric_set when metric is
555 modified.
556
557 * ripd.h (struct rip_info): To check route-map set metric or not,
558 new member metric_set is added to struct rip_info.
559
560 * ripd.c (rip_route_process): Move metric handling code from
561 rip_response_process() to rip_route_process().
562 (rip_output_process): Set output offset-list metric.
563
5642000-07-02 Kunihiro Ishiguro <kunihiro@zebra.org>
565
566 * rip_offset.c (rip_offset_list): New file for offset-list.
567
5682000-07-02 Akihiro Mizutani <mizutani@dml.com>
569
570 * ripd.h (struct rip ): Add default_metric.
571
572 * ripd.c (rip_default_metric): "default-metric <1-16>" command is
573 added.
574 (config_write_rip): Change configuration order.
575
576 * rip_zebra.c: Fix help strings.
577
5782000-07-02 David Lipovkov <davidl@nbase.co.il>
579
580 * rip_interface.c (rip_if_init): Add IF_DELETE_HOOK.
581
5822000-07-01 Kunihiro Ishiguro <kunihiro@zebra.org>
583
584 * ripd.c (rip_output_process): If specified route-map does not
585 exist, it treated as deny all.
586
5872000-06-30 Kunihiro Ishiguro <kunihiro@zebra.org>
588
589 * rip_routemap.c (rip_route_map_init): Call rip_route_map_update
590 when route-map is deleted.
591
5922000-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
593
594 * rip_routemap.c (set_metric): For consistency with bgpd's set
595 metric, value range is set to <0-4294967295>.
596
5972000-06-28 David Lipovkov <davidl@nbase.co.il>
598
599 * rip_routemap.c (rip_route_map_update): Add check for rip is
600 enabled or not for avoid core dump.
601
602 * rip_debug.c (debug_rip_packet_direct): Fix bug of setting
603 rip_debug_packet flag.
604
6052000-06-13 David Lipovkov <davidl@nbase.co.il>
606
607 * rip_interface.c (rip_interface_delete): All work is done in
608 rip_if_down().
609
6102000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
611
612 * ripd.c (rip_redistribute_delete): Fix bug of missing
613 route_unlock_node() when redistribute route is not found.
614
6152000-06-05 Akihirof Mizutani <mizutani@dml.com>
616
617 * rip_debug.c (rip_debug_init): Disable show debugging in
618 VIEW_NODE like other protocol daemon.
619
620 * rip_routemap.c: Change command argument to more comprehensive.
621
622 METRIC -> <0-16>
623 IFNAME -> WORD
624 IP_ADDR -> A.B.C.D
625 ACCSESS_LIST -> WORD
626
6272000-06-05 David Lipovkov <davidl@nbase.co.il>
628
629 * rip_interface.c (rip_interface_delete): Delete all routes
630 include static and kernel through the interface , because even if
631 the interface is added again there is no guarantee that it will
632 get the same ifindex as before.
633
6342000-05-31 Akihirof Mizutani <mizutani@dml.com>
635
636 * rip_debug.c: Fix rip debug help string.
637
6382000-04-27 Mirko Karanovic <mkaranov@torsel.alcatel.com>
639
640 * rip_interface.c (rip_interface_down): Remove interface from
641 multicast group when interface goes down.
642
6432000-04-03 David Lipovkov <davidl@nbase.co.il>
644
645 * rip_interface.c (rip_interface_down): Implemented rip functions
646 for interface up/down events: rip_interface_up() and
647 rip_interface_down()
648
6492000-03-16 David Lipovkov <davidl@nbase.co.il>
650
651 * rip_zebra.c (rip_zclient_init): Added rip functions for
652 interface up/down events.
653
6542000-02-15 Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
655
656 * ripd.c (rip_write_rte): "set metic" in route-map has no effect
657 for RIPv1 in ripd. It worked fine for RIPv2.
658
6592000-01-17 Kunihiro Ishiguro <kunihiro@zebra.org>
660
661 * ripd.c (show_ip_protocols_rip): Fix bug of "show ip protocls"
662 mis-display RIP version.
663
664 * ripd.h (struct rip_peer): Add timeout thread to rip_peer
665 structure.
666
6672000-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
668
669 * rip_peer.c: Add new file for supporting RIP peer.
670
6711999-12-26 David Lipovkov <davidl@nbase.co.il>
672
673 * ripd.c (rip_authentication): RIP authantication string is 16
674 bytes long.
675
6761999-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
677
678 * ripd.c (rip_read): Add check for minimum packet length.
679 Authentication check is moved from rip_process_response() to
680 rip_read(). Patch from David Lipovkov <davidl@nbase.co.il> is
681 applied then add rte number check by Kunihiro Ishiguro
682 <kunihiro@zebra.org>.
683
6841999-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
685
686 * ripd.c (rip_response_process): In case of packet is RIPv2 and
687 network is non zero and netmask is zero, apply netmask rule as
688 same as RIPv1.
689
6901999-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
691
692 * ripd.c (rip_timers): Fix bug of timers basic argument format.
693
6941999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
695
696 * rip_snmp.c (rip2IfConfAddress): Forgot to include
697 RIP2IFCONFDOMAIN.
698
6991999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
700
701 * ripd.h (struct rip_peer): New structure added.
702
7031999-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
704
705 * rip_zebra.c (rip_zebra_ipv4_add): Increment
706 rip_global_route_changes when route change occur.
707 (rip_zebra_ipv4_delete): Likewise.
708
709 * ripd.c (rip_request_process): Increment rip_global_queries when
710 reply to the query is sent.
711
7121999-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
713
714 * rip_debug.c (rip_debug_reset): Reset function added.
715
716 * ripd.c (rip_update_process): Logging bug is fixed.
717
7181999-10-10 Marc Boucher <marc@mbsi.ca>
719
720 * ripd.c (config_write_rip): Add config_write_distribute() call.
721
7221999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
723
724 * ripd.c (rip_distribute_update): Fix bug of access-list
725 prefix-list updates.
726
7271999-09-10 VOP <vop@unity.net>
728
729 * rip_zebra.c: Add redistribute route-map feature.
730
7311999-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
732
733 * ripd.c (rip_response_process): Add check for given prefix is
734 given mask applied one.
735
7361999-09-03 VOP <vop@unity.net>
737
738 * rip_interface.c (rip_interface_multicast_set): Bug fix about
739 setting multicast interface.
740
7411999-09-02 VOP <vop@unity.net>
742
743 * rip_routemap.c: New file added.
744
7451999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
746
747 * ripd.c (show_ip_protocols_rip): Show next update time.
748 (show_ip_protocols_rip): Show redistribute information.
749
7501999-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
751
752 * RIPv2-MIB.txt: New file added.
753
754 * rip_snmp.c: New file added.
755
7561999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
757
758 * rip_interface.c (ip_rip_authentication_string): RIPv2
759 authentication command is added.
760
7611999-08-23 Kunihiro Ishiguro <kunihiro@zebra.org>
762
763 * rip_interface.c (rip_interface_multicast_set): Process of
764 setting IP_MULTICAST_IF on specific interface.
765
766 * ripd.c (rip_read): Add packet size check.
767
7681999-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
769
770 * ripd.c (rip_request_process): Fill in RIP_METRIC_INFINITY with
771 network byte order using htonl ().
772 (rip_response_process): Pass host byte order address to IN_CLASSC
773 and IN_CLASSB macro.
774
7751999-08-08 davidm@nbase.co.il (David Mozes)
776
777 * rip_zebra.c (rip_zebra_read_ipv4): Fix split horizon problem.
778
7791999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
780
781 * ripd.c (rip_timer_set): Function added.
782
7831999-07-01 Kunihiro Ishiguro <kunihiro@zebra.org>
784
785 * rip_debug.c: New file added.
786 rip_debug.h: New file added.
787
7881999-07-01 Rick Payne <rickp@rossfell.co.uk>
789
790 * rip_zebra.c (zebra_init): Install standard commands to
791 ZEBRA_NODE.
792
7931999-06-01 David Luyer <luyer@ucs.uwa.edu.au>
794
795 * ripd.c (rip_process_route): Add support for RIP version 1.
796
7971999-05-29 Kunihiro Ishiguro <kunihiro@zebra.org>
798
799 * rip_zebra.c: Change to use lib/zclient.[ch].
800
8011999-05-20 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
802
803 * ripd.c (rip_add_route): Change the existance route's metric check
804 to the condition specified by RFC2453.
805
8061999-05-17 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
807
808 * ripd.c (rip_process_route): Add the if metric to the route metric.
809
810 * ripd.c (rip_add_route): Deleted add if metric to the route.
811
8121999-05-16 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
813
814 * rip_interface.c (if_valid_neighbor): New function.
815
816 * ripd.c (rip_process_route): Added check whether the datagram
817 is from a valid neighbor.
818
8191999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
820
821 * ripd.c (rip_process_route): Set interface pointer to rinfo.
822
8231999-05-15 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
824
825 * ripd.c (rip_check_address): Unicast and not net 0 or 127 check
826 added.
827
8281999-05-14 Stephen R. van den Berg <srb@cuci.nl>
829
830 * rip_main.c (signal_init): SIGTERM call sigint.
831 (sigint): Loggging more better message.
832
8331999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
834
835 * ripd.c (rip_add_route): Fix previous route_unlock_node() chenge.
836
837 * rip_main.c (main): Change default zlog output to ZLOG_STDOUT for
838 debugging.
839
8401999-05-09 Patrick Koppen <koppen@rhrk.uni-kl.de>
841
842 * rip_interface.c (rip_request): Fix old semantics for fetching
843 connected address.
844
845 * ripd.c (rip_add_route): Update timer when the route is updated.
846
8471999-05-09 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
848
849 * rip_zebra.c (struct zebra): Add ridist_static, ridist_connect,
850 redist_rip, redist_ripng.
851
852 * rip_zebra.c (zebra_create): Updated for current zebra method.
853
854 * ripd.c (rip_add_route): Add missing route_unlock_node().
855
8561999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
857
858 * ripd.c (rip_add_route): Add metric check. Reported by Carlos
859 Alberto Barcenilla <barce@frlp.utn.edu.ar>.
860
8611999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
862
863 * syslog support added
864
8651998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
866
867 * ripd.c (rip_announce_func): Apply new lib functions.
868
8691998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
870
871 * ripd.c (config_write_rip): Delete vector v argument.
872 * rip_zebra.c (config_write_zebra): Likewise.
873 * rip_interface.c (interface_config_write): Likewise.
874
8751998-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
876
877 * rip_announce.c (rip_rib_close): When ripd terminates delete all
878 added route.
879
8801998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
881
882 * rip_interface.c: return read packet size.
883
8841998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
885
886 * ripd.h: Modify for compile on Solaris.
887
8881998-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
889
890 * ripd.c: DEFUN function return CMD_SUCCESS.
891 change xmalloc to XMALLOC macro.
892
8931998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
894
895 * rip_main.c: change CONFDIR to SYSCONFDIR.
896
8971998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
898
899 * .cvsignore: added.
900
9011998-02-04 Kunihiro Ishiguro <kunihiro@zebra.org>
902
903 * rip_interface.c (config_write_interface): correct ADVERTISE spell.
904
905 * rip_main.c (main): add usage() and make cleanup.
906
9071998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
908
909 * ripd.c (rip_version): add rip version command.
910
9111998-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
912
913 * rip_interface.c (zebra_get_interface): added to get
914 interface's information.
915
916 * ChangeLog: create.