blob: 3ca7d1815916e801bd160ccd0f55caf3fefd9e88 [file] [log] [blame]
hassoc0652302004-11-25 19:33:48 +000012004-11-25 Hasso Tepper <hasso at quagga.net>
2
3 * rip_main.c: Make group to run as configurable.
4
paulc49ad8f2004-10-22 10:27:28 +000052004-10-22 Paul Jakma <paul@dishone.st>
6
7 * ripd.c: Collapse redundant passing of various address structs,
8 struct interface and struct connected as arguments to functions
9 down to two key arguments, namely struct connected and, possibly,
10 address of source/destination. Testing for RIPv1 would be useful.
11 (rip_read) lookup struct connected for the received packet, pass
12 it on.
13 * rip_interface.c: With previous changes, we no longer have to tread
14 carefully with struct connected, as it will always be there and
15 valid.
16
hasso3fb9cd62004-10-19 19:44:43 +0000172004-10-19 Andrew J. Schorr <aschorr@telemetry-investments.com>
18
19 * ripd.c: (rip_update_interface) if connected->destination is NULL,
20 get the broadcast address with ipv4_broadcast_addr()
21 * rip_interface.c: (rip_interface_multicast_set)
22 connected->destination may be NULL. Improve message if
23 setsockopt_multicast_ipv4 fails. Improve message if bind fails.
24 (rip_request_interface_send) If connected->destination is NULL,
25 get the broadcast address with ipv4_broadcast_addr().
26 (if_valid_neighbor) Handle PtP subnet addressing properly.
27 Speed up code by using prefix_match properly.
28
hassoc75105a2004-10-13 10:33:26 +0000292004-10-13 Hasso Tepper <hasso at quagga.net>
30
31 * ripd_snmp.c: Remove defaults used to initialize smux connection to
32 snmpd. Connection is initialized only if smux peer is configured.
33
hasso98b718a2004-10-11 12:57:57 +0000342004-10-11 Hasso Tepper <hasso at quagga.net>
35
36 * *.c: Make more strings const.
37
hasso8a676be2004-10-08 06:36:38 +0000382004-10-08 Hasso Tepper <hasso at quagga.net>
39
40 * *.c: Fix compiler warnings: make strings const, signed -> unsigned
41 etc.
42
hasso1af81932004-09-26 16:11:14 +0000432004-09-26 Hasso Tepper <hasso at quagga.net>
44
45 * ripd.c: Fix compiler warning.
46
hasso52dc7ee2004-09-23 19:18:23 +0000472004-09-23 Hasso Tepper <hasso at quagga.net>
48
49 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
50
paul0b3acf42004-09-17 08:39:08 +0000512004-09-17 Paul Jakma <paul@dishone.st>
52
53 * ripd.c: set receive buffer to a decent size, some systems have low
54 defaults. Problem noted and fix suggested by Stephan Schweizer
55 in [zebra 20967].
56
paul1a517862004-08-19 04:03:08 +0000572004-08-19 Paul Jakma <paul@dishone.st>
58
59 * rip_interface.c: (rip_interface_multicast_set) get rid
60 of extraneous if_pointopoint arg. ifp is accessible via connected.
61 pass connected->ifp->ifindex to setsockopt_multicast_ipv4.
62 * ripd.c: (rip_send_packet) update call to
63 rip_interface_multicast_set
64 * ripd.h: update rip_interface_multicast_set prototype
65
paul02ff83c2004-06-11 11:27:03 +0000662004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com>
67
68 * ripd.c: (rip_distribute_update_all) distribute list hook
69 function pointer prototype requires struct prefix_list * arg.
70 (rip_distribute_update_all_wrapper) update to pass required arg,
71 NULL.
72
paulca5e5162004-06-06 22:06:33 +0000732004-06-06 Paul Jakma <paul.jakma@sun.com>
74
75 * ripd.h: Add define for the RIPv2 Authentication Data family
76 Move the auth type defines up to where other defines live.
77 Add RIP_AUTH_MD5_COMPAT_SIZE, for backwards compatible
78 md5->auth_len size. Add md5_auth_len field to struct
79 rip_interface: (rip_interface_new) Init md5_auth_len to compatible
80 size.
81 (ip_rip_authentication_mode_cmd) Extended to handle setting
82 md5 auth-length. Appropriate aliases added.
83 (no_ip_rip_authentication_mode_cmd) Reset md5_auth_len to
84 compatible size.
85 (rip_interface_config_write) Teach it about md5_auth_len.
86 _always_ write out the auth-length, so that everyone will get
87 the setting in their config file, and hence allow for a future
88 change of default for md5_auth_len to be less painful - every md5
89 user will have this setting in their config file.
90 ripd.c: (rip_packet_dump) Change nasty hard coded constants to
91 symbolic defines. Change various tests of 'ntoh.(variable) ==
92 constant' to test 'variable == ntoh.(constant)'. Clean up
93 indentation on some long lines.
94 (rip_auth_simple_password) ditto.
95 (rip_auth_md5) ditto, also add length argument and sanity check
96 md5 data offset field. Sanity check md5 auth length, accept RFC
97 or old-ripd/cisco lengths.
98 (rip_auth_md5_set) as per (rip_packet_dump), also write out
99 the configured md5 auth length for the interface (old-ripd or rfc)
100 (rip_read) as per (rip_packet_dump)
101 (rip_write_rte) ditto
102 (rip_response_process) ditto
103 (rip_write_rte) ditto
104
paulc2bfbcc2004-06-04 01:42:38 +00001052004-06-04 JJ Ludman <jacques.ludman@sun.com>
106
107 * ripd.c: Interoperability fix. Correct value for MD5 auth length
108 is 16. Accept packets with this set to >= 16, and set to 16
109 ourselves.
110
paul11dde9c2004-05-31 14:00:00 +00001112004-05-31 Sowmini Varadhan <sowmini.varadhan@sun.com>
112
113 * ripd.c: Fixup compile warnings
114 * rip_routemap.c: Ditto
115
paul0a589352004-05-08 11:48:26 +00001162004-05-08 Paul Jakma <paul@dishone.st>
117
118 * rip_zebra.c: sync with zclient changes.
119 * rip_interface.c: ditto.
120
paul239389b2004-05-05 14:09:37 +00001212004-05-05 Anthony.Golia@morganstanley.com
122
123 * ripd.c: (rip_update_jitter) Bound jitter to a more sensible
124 value, eg 1/4 of update time.
125
paula87552c2004-05-03 20:00:17 +00001262004-05-03 Paul Jakma <paul@dishone.st>
127
128 * ripd.c: (rip_rte_process) fix typo in merge of previous patch
129 and run function through indent.
130
paulb94f9db2004-05-01 20:45:38 +00001312004-03-19 Jean-Yves Simon <lethalwp@tiscali.be>
132
paula87552c2004-05-03 20:00:17 +0000133 * ripd.c: (rip_rte_process) make ripd also check on
134 administrative distance of his own links to update routes.
paulb94f9db2004-05-01 20:45:38 +0000135
hassoda9c9a22004-03-18 02:40:55 +00001362004-03-18 sowmini.varadhan@sun.com
137
138 * ripd.c: rip_send_packet can get null connected address when
139 called in response to a unicast rip-request. Handle correctly.
140
hassoa1455d82004-03-03 19:36:24 +00001412004-03-03 Krzysztof Oledzki <oleq@ans.pl>
142
hassocaa6f8a2004-03-03 19:48:48 +0000143 * ripd.c: fix "show ip rip" and per interface rip version selection.
hassoa1455d82004-03-03 19:36:24 +0000144
paul931cd542004-01-23 15:31:42 +00001452004-01-23 sowmini.varadhan@sun.com
146
147 * rip_interface.c: obsolete unbind code in
148 rip_interface_multicast_set, and instead do the more portable
149 (though slower) method of creating a socket for each outgoing packet
150 and binding the source address on the new socket.
151 * rip_interface.c, ripd.c, ripd.h: Modify rip_request_send so that
152 source address is determined by the caller of rip_request_send for
153 ripv1 packets and non-multicast interfaces (rip_request_send loops
154 over all connected address in all other cases).
155 * rip_send_packet: don't send packets with source set to
156 ZEBRA_IFA_SECONDARY connected addresses; improved debug messages;
157
paulf38a4712003-06-07 01:10:00 +00001582003-06-07 Andrew J. Schorr <aschorr@telemetry-investments.com>
159
160 * Allow ripd to receive RIPv1
161 * add default as valid param to passive-interface command
162
hasso16705132003-05-25 14:49:19 +00001632003-05-25 Vincent Jardin <vjardin@wanadoo.fr>
164
paulf38a4712003-06-07 01:10:00 +0000165 * 6Wind patch merge.
hasso16705132003-05-25 14:49:19 +0000166
paul445f1432003-05-16 19:00:31 +00001672003-04-19 Hasso Tepper <hasso@estpak.ee>
168
169 * rip_routemap.c: sync daemon's route-map commands to have same
170 syntax
171
paul718e3742002-12-13 20:15:29 +00001722002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
173
174 * zebra-0.93 released.
175
1762002-06-30 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
177
178 * ripd.c (rip_output_process): When outgoing interface is same as
179 next hop interface, announce RIPv2 next hop otherwise set next hop
180 to 0. Revert previous change then take 6WIND way.
181
1822001-09-14 Akihiro Mizutani <mizutani@dml.com>
183
184 * ripd.c: RIP enabled interface's route is advertised by default.
185
1862001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
187
188 * rip_snmp.c (rip_ifaddr_delete): Add route_node_lookup() return
189 value check.
190
191 * rip_interface.c (rip_multicast_leave): Fix bug of multiple IP
192 address on one interface multicast join/leave bug.
193
1942001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
195
196 * rip_interface.c (no_rip_passive_interface): Add NO_STR.
197
1982001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
199
200 * zebra-0.92a released.
201
2022001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
203
204 * zebra-0.92 released.
205
2062001-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
207
208 * rip_routemap.c (route_match_ip_address_prefix_list): Add match
209 ip next-hop prefix-list WORD.
210
2112001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
212
213 * rip_interface.c (rip_passive_interface_clean): Call
214 rip_passive_interface_apply_all.
215
2162001-02-12 Kunihiro Ishiguro <kunihiro@zebra.org>
217
218 * ripd.c (rip_response_process): Multicast address nexthop check
219 is moved from rip_nexthop_check.
220
2212001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
222
223 * rip_interface.c (ipv4_multicast_join): Use
224 setsockopt_multicast_ipv4.
225 (ipv4_multicast_leave): Likewise.
226 (rip_if_ipv4_address_check): Interface which has IPv4 address can
227 be enabled.
228
2292001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
230
231 * rip_interface.c (rip_interface_delete): To support pseudo
232 interface do not free interface structure.
233 * ripd.c (rip_output_process): If output interface is in simple
234 password authentication mode, we need space for authentication
235 data.
236
2372001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
238
239 * ripd.c (rip_nexthop_check): Fix multicast address nexthop check.
240
241 * zebra-0.91 is released.
242
2432001-01-27 Kunihiro Ishiguro <kunihiro@zebra.org>
244
245 * ripd.c (show_ip_rip): Show metric infinity route's timeout.
246 (rip_rte_process): If current route is metric infinity, route is
247 replaced with received rte.
248 (rip_redistribute_delete): When redistribute route is deleted,
249 perform poisoned reverse.
250 (rip_redistribute_withdraw): Likewise.
251
2522001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
253
254 * ripd.c (rip_response_process): RIPv2 routing table entry with
255 non directly reachable nexthop was dropped. The code is changed
256 to treat it as 0.0.0.0 nexthop.
257 (rip_destination_check): Check net 0 address destination.
258 (rip_nexthop_check): New function for checking nexthop address
259 validity.
260
2612001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
262
263 * ripd.c (rip_request_process): Triggered update only send changed
264 route.
265
266 * rip_interface.c: Delete RIP_API part until new implementation
267 comes out.
268
269 * rip_snmp.: Likewise.
270
271 * rip_zebra.c: Likewise.
272
273 * ripd.c: Likewise.
274
2752001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
276
277 * rip_interface.c (rip_if_init): Remove HAVE_IF_PSEUDO part.
278
2792001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
280
281 * zebra-0.90 is released.
282
2832001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
284
285 * ripd.h (RIP_VTYSH_PATH): Change "/tmp/ripd" to "/tmp/.ripd".
286
2872000-12-25 David Lipovkov <davidl@nbase.co.il>
288
289 * ripd.c (rip_rte_process): When a route is in garbage collection
290 process (invalid with metric 16) and a router receives the same
291 route with valid metric then route was not installed into zebra
292 rib, but only into ripd rib. Moreover , it will never get into
293 zebra rib, because ripd wrongly assumes it's already there.
294 (rip_redistribute_add): When doing redistribute into rip other
295 route (e.g. connected) and the same route exists in ripd rib we
296 changed it in place - bug. Now we don't forget to remove old route
297 from zebra.
298 (rip_timeout): When removing routes from zebra I made sure that we
299 remove route with the metric we have in zebra and not the new
300 one. It doesn't make a difference now,but could be significant
301 when multipath support is done.
302
3032000-12-25 David Lipovkov <davidl@nbase.co.il>
304
305 * rip_zebra.c (rip_metric_unset): Fix bug of metric value unset.
306
3072000-11-25 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
308
309 * ripd.c (rip_request_process): Check passive flag of the
310 interface.
311
3122000-11-23 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
313
314 * rip_interface.c (rip_multicast_join): When IP_ADD_MEMBERSHIP
315 failed do not set runnning flag to the interface.
316
3172000-11-16 Kunihiro Ishiguro <kunihiro@zebra.org>
318
319 * ripd.c (rip_output_process): Memory leak related classfull
320 network generation is fixed.
321
3222000-11-16 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
323
324 * rip_interface.c (if_check_address): Obsolete pointopoint address
325 check is removed.
326
3272000-11-02 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
328
329 * rip_interface.c (if_check_address): Add pointopoint address
330 check.
331 (rip_interface_up): Add check for passive interface when interface
332 goes up.
333
3342000-10-23 Jochen Friedrich <jochen@scram.de>
335
336 * rip_snmp.c: rip_oid and ripd_oid are used in smux_open after it
337 is registered. So those variables must be static.
338
3392000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
340
341 * rip_interface.c: Change to "no ip rip (send|receive)" command
342 accept version number argument.
343
3442000-10-17 Akihiro Mizutani <mizutani@dml.com>
345
346 * rip_routemap.c (route_set_ip_nexthop_compile): Change "match ip
347 next-hop" from IP address to access-list name.
348
3492000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
350
351 * rip_peer.c: Change ot use linklist.c instaed of newlist.c.
352
3532000-10-16 Kunihiro Ishiguro <kunihiro@zebra.org>
354
355 * rip_offset.c: Change to use linklist.c instead of newlist.c.
356
3572000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
358
359 * zebra-0.89 is released.
360
3612000-09-26 Akihiro Mizutani <mizutani@dml.com>
362
363 * rip_routemap.c (match_ip_nexthop): Add next-hop format check.
364
3652000-09-18 David Lipovkov <dlipovkov@OpticalAccess.com>
366
367 * rip_interface.c (ripd_api_get_if_rx_version): Corrects rip SNMP
368 and rip API functions dealing with rip version.
369
370 * rip_snmp.c (Status_Valid): SNMPv2-TC TEXTUAL-CONVENTION.
371
3722000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
373
374 * rip_snmp.c (rip2IfLookup): Use rip_ifaddr_lookup_next() instead
375 of rip_if_lookup_next().
376
377 * rip_interface.c (rip_enable_network_lookup): Interface enable
378 check by interface's address with /32 prefix.
379
380 * ripd.c (rip_read): When RIP is configured with authentication
381 and no authentication in incoming packet, drop the packet.
382
383 * rip_interface.c (rip_interface_reset): RIP_AUTH_SIMPLE_PASSWORD
384 is default mode of authentication.
385 (rip_interface_new): Likewise.
386 (no_ip_rip_authentication_mode): Likewise.
387
388 * ripd.c (rip_read): Likewise.
389
3902000-09-10 David Lipovkov <davidl@nbase.co.il>
391
392 * rip_snmp.c: Set ASN_INTEGER v->type where it is needed.
393
3942000-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
395
396 * ripd.c (rip_auth_simple_password): Simple password
397 authentication using key-chain.
398 (rip_write_rte): Likewise.
399
400 * rip_interface.c (ip_rip_authentication_key_chain): Add check for
401 authentication string configuration.
402
4032000-09-08 Akihiro Mizutani <mizutani@dml.com>
404
405 * ripd.c (rip_write_rte): Add check for ri->auth_str.
406
4072000-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
408
409 * ripd_api.h: New file is added.
410
4112000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
412
413 * ripd.c (rip_rte_process): rip_route_process() is renamed to
414 rip_rte_process() to clarify meanings of the function.
415 rip_route_process() is newly added to process RIP route selection.
416
4172000-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
418
419 * ripd.c (rip_incoming_filter): Extract incoming filter code to
420 function from rip_route_process(). Add check for all interface
421 filter.
422 (rip_outgoing_filter): Extract incoming filter code to function
423 from rip_output_process(). Add check for all interface filter.
424
425 * rip_zebra.c (rip_redistribute_clean): Reset redistribute status
426 when "no router rip" is performed.
427
428 * rip_interface.c (rip_interface_clean): Reset interface's RIP
429 enable status.
430
4312000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
432
433 * ripd.c (rip_route_process): When metric infinity is received the
434 route is removed from service immediately.
435 (rip_timeout): Likewise.
436 (rip_garbage_collect): Do not delete route in garbage collection.
437 (rip_output_process): Check metric_out exceed metric infinity.
438
439 * zebra-0.88 is released.
440
4412000-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
442
443 * ripd.c (rip_distance_apply): Unlock node when there is matched
444 node.
445
4462000-08-13 Akihiro Mizutani <mizutani@dml.com>
447
448 * rip_routemap.c (match_ip_nexthop): Add check for IP address
449 validness.
450 (no_set_metric): Add new ALIAS.
451
4522000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
453
454 * ripd.h (struct rip ): Add distance.
455
4562000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
457
458 * rip_zebra.c (rip_zebra_ipv4_add): Use new Zebra api to register
459 routes. Pass RIP metric value to zebra.
460
4612000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
462
463 * rip_main.c (main): Make struct thread thread from global
464 variable to local variable in main.
465
4662000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
467
468 * ripd.c (rip_packet_dump): Add MD5 authentication dump function.
469 (rip_auth_md5): RIP MD5 authentication packet receive works.
470
4712000-08-02 David Lipovkov <davidl@nbase.co.il>
472
473 * rip_interface.c (rip_if_init): Install interface "pseudo"
474 commands.
475 (rip_interface_delete): Do not call if_delete() when interface is
476 pseudo interface.
477
4782000-07-31 Kunihiro Ishiguro <kunihiro@zebra.org>
479
480 * rip_interface.c (ip_rip_authentication_mode): "ip rip
481 authentication mode (md5|text)" is added.
482 (ip_rip_authentication_key_chain): "ip rip authentication
483 key-chain KEY-CHAIN" is added.
484 (rip_interface_clean): Clean all interface configuration.
485 (rip_interface_reset): Reset all interface configuration.
486 (rip_clean_network): Clean rip_enable_network.
487
488 * ripd.h (struct rip_interface): Add key_chain member.
489
490 * ripd.c: Include md5-gnu.h.
491
4922000-07-30 Kunihiro Ishiguro <kunihiro@zebra.org>
493
494 * ripd.h (RIP_NO_AUTH): Change RIP_NO_AUTH value from 1 to 0.
495
496 * ripd.c (rip_authentication): Use RIP_AUTH_SIMPLE_PASSWORD
497 instead of raw value 2.
498 (rip_write_rte): Likewise.
499 (rip_write_rte): Check ri->auth_type instead of ri->auth_str.
500
5012000-07-30 David Lipovkov <davidl@nbase.co.il>
502
503 * rip_interface.c (rip_if_down): Do not delete ZEBRA_ROUTE_KERNEL
504 route.
505
5062000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
507
508 * ripd.c (rip_update_process): Add "passive-interface" command.
509
510 * ripd.h (struct rip_interface): Add passive member to struct
511 rip_interface.
512
5132000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
514
515 * rip_interface.c (rip_if_init): Multiple RIP routes for one
516 prefix change. The codes are enclosed by #ifdef NEW_RIP_TABLE.
517
5182000-07-24 Akihiro Mizutani <mizutani@dml.com>
519
520 * rip_interface.c (rip_if_init): Use install_default() for
521 INTERFACE_NODE.
522
5232000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
524
525 * ripd.c: First update timer will be invoked in two seconds.
526
5272000-07-09 Jochen Friedrich <jochen@scram.de>
528
529 * rip_snmp.c: Local function definitions to static. Add INTEGER
530 ASN_INTEGER and TIMETICKS ASN_TIMETICKS definition.
531 (rip2PeerLookup): Peer with domain lookup implemented.
532 (rip2PeerTable): Temporary disable RIP2PEERLASTUPDATE value
533 support due to unknown SNMP agent startup time.
534
5352000-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
536
537 * ripd.h: Sweep obsolete definitions.
538
539 * rip_interface.c (rip_split_horizon): Add "ip split-horizon"
540 command.
541
542 * ripd.c (rip_output_process): Remove split_horizon argument.
543 (rip_update_process): Likewise.
544
545 * ripd.h (struct rip_interface): Add split_horizon flag to struct
546 rip_interface.
547
5482000-07-04 Akihiro Mizutani <mizutani@dml.com>
549
550 * ripd.c (rip_version): Change VERSION to <1-2>.
551 Add "no version" command.
552
5532000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
554
555 * rip_zebra.c (rip_redistribute_type_metric): "redistribute TYPE
556 metric <0-16>" command is added.
557
558 * rip_routemap.c (route_set_metric): Set metric_set when metric is
559 modified.
560
561 * ripd.h (struct rip_info): To check route-map set metric or not,
562 new member metric_set is added to struct rip_info.
563
564 * ripd.c (rip_route_process): Move metric handling code from
565 rip_response_process() to rip_route_process().
566 (rip_output_process): Set output offset-list metric.
567
5682000-07-02 Kunihiro Ishiguro <kunihiro@zebra.org>
569
570 * rip_offset.c (rip_offset_list): New file for offset-list.
571
5722000-07-02 Akihiro Mizutani <mizutani@dml.com>
573
574 * ripd.h (struct rip ): Add default_metric.
575
576 * ripd.c (rip_default_metric): "default-metric <1-16>" command is
577 added.
578 (config_write_rip): Change configuration order.
579
580 * rip_zebra.c: Fix help strings.
581
5822000-07-02 David Lipovkov <davidl@nbase.co.il>
583
584 * rip_interface.c (rip_if_init): Add IF_DELETE_HOOK.
585
5862000-07-01 Kunihiro Ishiguro <kunihiro@zebra.org>
587
588 * ripd.c (rip_output_process): If specified route-map does not
589 exist, it treated as deny all.
590
5912000-06-30 Kunihiro Ishiguro <kunihiro@zebra.org>
592
593 * rip_routemap.c (rip_route_map_init): Call rip_route_map_update
594 when route-map is deleted.
595
5962000-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
597
598 * rip_routemap.c (set_metric): For consistency with bgpd's set
599 metric, value range is set to <0-4294967295>.
600
6012000-06-28 David Lipovkov <davidl@nbase.co.il>
602
603 * rip_routemap.c (rip_route_map_update): Add check for rip is
604 enabled or not for avoid core dump.
605
606 * rip_debug.c (debug_rip_packet_direct): Fix bug of setting
607 rip_debug_packet flag.
608
6092000-06-13 David Lipovkov <davidl@nbase.co.il>
610
611 * rip_interface.c (rip_interface_delete): All work is done in
612 rip_if_down().
613
6142000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
615
616 * ripd.c (rip_redistribute_delete): Fix bug of missing
617 route_unlock_node() when redistribute route is not found.
618
6192000-06-05 Akihirof Mizutani <mizutani@dml.com>
620
621 * rip_debug.c (rip_debug_init): Disable show debugging in
622 VIEW_NODE like other protocol daemon.
623
624 * rip_routemap.c: Change command argument to more comprehensive.
625
626 METRIC -> <0-16>
627 IFNAME -> WORD
628 IP_ADDR -> A.B.C.D
629 ACCSESS_LIST -> WORD
630
6312000-06-05 David Lipovkov <davidl@nbase.co.il>
632
633 * rip_interface.c (rip_interface_delete): Delete all routes
634 include static and kernel through the interface , because even if
635 the interface is added again there is no guarantee that it will
636 get the same ifindex as before.
637
6382000-05-31 Akihirof Mizutani <mizutani@dml.com>
639
640 * rip_debug.c: Fix rip debug help string.
641
6422000-04-27 Mirko Karanovic <mkaranov@torsel.alcatel.com>
643
644 * rip_interface.c (rip_interface_down): Remove interface from
645 multicast group when interface goes down.
646
6472000-04-03 David Lipovkov <davidl@nbase.co.il>
648
649 * rip_interface.c (rip_interface_down): Implemented rip functions
650 for interface up/down events: rip_interface_up() and
651 rip_interface_down()
652
6532000-03-16 David Lipovkov <davidl@nbase.co.il>
654
655 * rip_zebra.c (rip_zclient_init): Added rip functions for
656 interface up/down events.
657
6582000-02-15 Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
659
660 * ripd.c (rip_write_rte): "set metic" in route-map has no effect
661 for RIPv1 in ripd. It worked fine for RIPv2.
662
6632000-01-17 Kunihiro Ishiguro <kunihiro@zebra.org>
664
665 * ripd.c (show_ip_protocols_rip): Fix bug of "show ip protocls"
666 mis-display RIP version.
667
668 * ripd.h (struct rip_peer): Add timeout thread to rip_peer
669 structure.
670
6712000-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
672
673 * rip_peer.c: Add new file for supporting RIP peer.
674
6751999-12-26 David Lipovkov <davidl@nbase.co.il>
676
677 * ripd.c (rip_authentication): RIP authantication string is 16
678 bytes long.
679
6801999-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
681
682 * ripd.c (rip_read): Add check for minimum packet length.
683 Authentication check is moved from rip_process_response() to
684 rip_read(). Patch from David Lipovkov <davidl@nbase.co.il> is
685 applied then add rte number check by Kunihiro Ishiguro
686 <kunihiro@zebra.org>.
687
6881999-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
689
690 * ripd.c (rip_response_process): In case of packet is RIPv2 and
691 network is non zero and netmask is zero, apply netmask rule as
692 same as RIPv1.
693
6941999-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
695
696 * ripd.c (rip_timers): Fix bug of timers basic argument format.
697
6981999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
699
700 * rip_snmp.c (rip2IfConfAddress): Forgot to include
701 RIP2IFCONFDOMAIN.
702
7031999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
704
705 * ripd.h (struct rip_peer): New structure added.
706
7071999-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
708
709 * rip_zebra.c (rip_zebra_ipv4_add): Increment
710 rip_global_route_changes when route change occur.
711 (rip_zebra_ipv4_delete): Likewise.
712
713 * ripd.c (rip_request_process): Increment rip_global_queries when
714 reply to the query is sent.
715
7161999-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
717
718 * rip_debug.c (rip_debug_reset): Reset function added.
719
720 * ripd.c (rip_update_process): Logging bug is fixed.
721
7221999-10-10 Marc Boucher <marc@mbsi.ca>
723
724 * ripd.c (config_write_rip): Add config_write_distribute() call.
725
7261999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
727
728 * ripd.c (rip_distribute_update): Fix bug of access-list
729 prefix-list updates.
730
7311999-09-10 VOP <vop@unity.net>
732
733 * rip_zebra.c: Add redistribute route-map feature.
734
7351999-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
736
737 * ripd.c (rip_response_process): Add check for given prefix is
738 given mask applied one.
739
7401999-09-03 VOP <vop@unity.net>
741
742 * rip_interface.c (rip_interface_multicast_set): Bug fix about
743 setting multicast interface.
744
7451999-09-02 VOP <vop@unity.net>
746
747 * rip_routemap.c: New file added.
748
7491999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
750
751 * ripd.c (show_ip_protocols_rip): Show next update time.
752 (show_ip_protocols_rip): Show redistribute information.
753
7541999-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
755
756 * RIPv2-MIB.txt: New file added.
757
758 * rip_snmp.c: New file added.
759
7601999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
761
762 * rip_interface.c (ip_rip_authentication_string): RIPv2
763 authentication command is added.
764
7651999-08-23 Kunihiro Ishiguro <kunihiro@zebra.org>
766
767 * rip_interface.c (rip_interface_multicast_set): Process of
768 setting IP_MULTICAST_IF on specific interface.
769
770 * ripd.c (rip_read): Add packet size check.
771
7721999-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
773
774 * ripd.c (rip_request_process): Fill in RIP_METRIC_INFINITY with
775 network byte order using htonl ().
776 (rip_response_process): Pass host byte order address to IN_CLASSC
777 and IN_CLASSB macro.
778
7791999-08-08 davidm@nbase.co.il (David Mozes)
780
781 * rip_zebra.c (rip_zebra_read_ipv4): Fix split horizon problem.
782
7831999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
784
785 * ripd.c (rip_timer_set): Function added.
786
7871999-07-01 Kunihiro Ishiguro <kunihiro@zebra.org>
788
789 * rip_debug.c: New file added.
790 rip_debug.h: New file added.
791
7921999-07-01 Rick Payne <rickp@rossfell.co.uk>
793
794 * rip_zebra.c (zebra_init): Install standard commands to
795 ZEBRA_NODE.
796
7971999-06-01 David Luyer <luyer@ucs.uwa.edu.au>
798
799 * ripd.c (rip_process_route): Add support for RIP version 1.
800
8011999-05-29 Kunihiro Ishiguro <kunihiro@zebra.org>
802
803 * rip_zebra.c: Change to use lib/zclient.[ch].
804
8051999-05-20 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
806
807 * ripd.c (rip_add_route): Change the existance route's metric check
808 to the condition specified by RFC2453.
809
8101999-05-17 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
811
812 * ripd.c (rip_process_route): Add the if metric to the route metric.
813
814 * ripd.c (rip_add_route): Deleted add if metric to the route.
815
8161999-05-16 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
817
818 * rip_interface.c (if_valid_neighbor): New function.
819
820 * ripd.c (rip_process_route): Added check whether the datagram
821 is from a valid neighbor.
822
8231999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
824
825 * ripd.c (rip_process_route): Set interface pointer to rinfo.
826
8271999-05-15 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
828
829 * ripd.c (rip_check_address): Unicast and not net 0 or 127 check
830 added.
831
8321999-05-14 Stephen R. van den Berg <srb@cuci.nl>
833
834 * rip_main.c (signal_init): SIGTERM call sigint.
835 (sigint): Loggging more better message.
836
8371999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
838
839 * ripd.c (rip_add_route): Fix previous route_unlock_node() chenge.
840
841 * rip_main.c (main): Change default zlog output to ZLOG_STDOUT for
842 debugging.
843
8441999-05-09 Patrick Koppen <koppen@rhrk.uni-kl.de>
845
846 * rip_interface.c (rip_request): Fix old semantics for fetching
847 connected address.
848
849 * ripd.c (rip_add_route): Update timer when the route is updated.
850
8511999-05-09 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
852
853 * rip_zebra.c (struct zebra): Add ridist_static, ridist_connect,
854 redist_rip, redist_ripng.
855
856 * rip_zebra.c (zebra_create): Updated for current zebra method.
857
858 * ripd.c (rip_add_route): Add missing route_unlock_node().
859
8601999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
861
862 * ripd.c (rip_add_route): Add metric check. Reported by Carlos
863 Alberto Barcenilla <barce@frlp.utn.edu.ar>.
864
8651999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
866
867 * syslog support added
868
8691998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
870
871 * ripd.c (rip_announce_func): Apply new lib functions.
872
8731998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
874
875 * ripd.c (config_write_rip): Delete vector v argument.
876 * rip_zebra.c (config_write_zebra): Likewise.
877 * rip_interface.c (interface_config_write): Likewise.
878
8791998-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
880
881 * rip_announce.c (rip_rib_close): When ripd terminates delete all
882 added route.
883
8841998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
885
886 * rip_interface.c: return read packet size.
887
8881998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
889
890 * ripd.h: Modify for compile on Solaris.
891
8921998-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
893
894 * ripd.c: DEFUN function return CMD_SUCCESS.
895 change xmalloc to XMALLOC macro.
896
8971998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
898
899 * rip_main.c: change CONFDIR to SYSCONFDIR.
900
9011998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
902
903 * .cvsignore: added.
904
9051998-02-04 Kunihiro Ishiguro <kunihiro@zebra.org>
906
907 * rip_interface.c (config_write_interface): correct ADVERTISE spell.
908
909 * rip_main.c (main): add usage() and make cleanup.
910
9111998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
912
913 * ripd.c (rip_version): add rip version command.
914
9151998-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
916
917 * rip_interface.c (zebra_get_interface): added to get
918 interface's information.
919
920 * ChangeLog: create.