]> git.proxmox.com Git - mirror_frr.git/blob - ospf6d/ChangeLog
Merge svn revision 975 from Zebra repository.
[mirror_frr.git] / ospf6d / ChangeLog
1 2004-09-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
2
3 * *.[ch]: Logging LSAs of particular type is added.
4 lsa_handler is now using vector in order to adjust
5 existing LSA modules.
6 * ospf6d.h: version 0.9.7l
7
8 2004-08-28 Hasso Tepper <hasso at quagga.net>
9
10 * ospf6_main.c: Modify for sigevents.
11
12 2004-08-26 Hasso Tepper <hasso@estpak.ee>
13
14 * ospf6_interface.c, ospf6_top.c, ospf6d.c: for vtysh.
15
16 2004-08-19 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
17
18 * ospf6_asbr.c: Bug in ASBR check fixed.
19 * ospf6d.h: version 0.9.7k
20
21 2004-08-19 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
22
23 * ospf6_asbr.c: Bug in AS-External Origination fixed.
24 * ospf6d.h: version 0.9.7j
25
26 2004-08-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
27
28 * *.c: Area support almost done. (almost ! ;p)
29 * ospf6d.h: version 0.9.7i
30
31 2004-08-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
32
33 * ospf6_message.c: Bug cause BadLSReq is fixed.
34 * ospf6_abr.c: Border Router check.
35 * ospf6d.h: version 0.9.7h
36
37 2004-08-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
38
39 * ospf6_area.[ch], ospf6_abr.[ch]: area range,
40 border-routers, Inter-Area-Router-LSA origination
41 * ospf6d.h: version 0.9.7g
42
43 2004-08-12 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
44
45 * *.[c,h]: LSA refreshing is changed and cleaned up.
46 * ospf6d.h: version 0.9.7f
47
48 2004-08-01 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
49
50 * ospf6_abr.[ch]: add files for abr function.
51 * *.c: VTY_NEWLINE -> VNL
52 * ospf6d.h: version 0.9.7e
53 show database functions are rewritten.
54
55 2004-07-23 Hasso Tepper <hasso@estpak.ee>
56
57 * ospf6_interface.c, ospf6_zebra.c: use ifp->mtu6 instead of
58 ifp->mtu.
59
60 2004-07-23 Paul Jakma <paul@dishone.st>
61
62 * ospf6_main.c: Delete LOG_PERROR, not portable.
63 * ospf6_network.c: (ospf6_set_pktinfo) use setsockopt_ipv6_pktinfo
64
65 2004-07-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
66
67 * ospf6_message.c, ospf6_interface.c: add a command to configure
68 ospf6 ifmtu on a interface.
69 * ospf6d.h: version 0.9.7d
70
71 2004-05-18 Hasso Tepper <hasso@estpak.ee>
72
73 * *.*: Merge rewritten ospf6d from Zebra repository.
74 * ospf6_network.c, ospf6_main.c: Merged privs stuff back in.
75 * ospf6_zebra.c: Sync back to zclient changes.
76 * ospf6_asbr.c: Added isis to the routings list.
77 * ospf6_main.c: "version.h" -> <lib/version.h>
78
79 2004-05-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
80
81 * ospf6_flood.[ch], ospf6_lsa.[ch], ospf6_lsdb.h, ospf6_message.c
82 ospf6_neighbor.c: Fix crash bug and change the way to count
83 how many neighbors include paticular LSA on its retrans-list.
84 * ospf6d.h: version 0.9.7c
85
86 2004-05-03 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
87
88 * ospf6_message.[ch], ospf6_interface.c: adjust send/recv buffer
89 size to interface MTUs.
90 * ospf6d.h: version 0.9.7b
91
92 2003-08-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
93
94 * *.[ch]: rewrite all source code from scratch
95 * ospf6d.h: version 0.9.7
96
97 2003-08-11 Taisuke Sasaki <sasaki@soft.net.fujitsu.co.jp>
98
99 * ospf6_ism.c: DR Election bug fix.
100
101 2003-04-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
102
103 * ospf6_asbr.c: AS-External LSA refresh was based on the
104 prefix of the obsolete LSA. It was wrong so fixed.
105 * version: 0.9.6p
106
107 2002-11-09 Vincent Jardin <jardin@6wind.com>
108
109 * ospf6_interface.c: update link-local address on interface creation.
110
111 2002-11-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
112
113 * ospf6_asbr.c: apply MinLSInterval to AS-External-LSA origination.
114 * ospf6_lsa.c: change not to issue flooding caused by expire event
115 when the received LSA is (already) MaxAge.
116 * ospf6_spf.c: fix a bug which is that ospf6d calculates
117 wrong nexthop when failed to find Link-LSA for the neighbor.
118 * ospf6_damp.c ospf6_dbex.c ospf6_neighbor.c ospf6_spf.c:
119 some clean up
120 * version: 0.9.6o
121
122 2002-10-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
123
124 * ospf6_asbr.c: bug of failing ASE lsa refresh fixed.
125 * version: 0.9.6n
126
127 2002-10-01 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
128
129 * ospf6_asbr.c: AS-External-LSA origination function
130 is re-written.
131 * ospf6_damp.[ch]: New feature that damps flaps is added.
132 * version: 0.9.6m
133
134 2002-07-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
135
136 * ospf6_spf.c: unwanted assert() in ospf6_spf_nexthop_calculation()
137 is deleted.
138 * version: 0.9.6l
139
140 2002-07-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
141
142 * ospf6_dbex.c: bug that ospf6d fails to refresh self-originated
143 LSA if he have not the LSA before has been fixed.
144 * ospf6_asbr.c: bug of failing removing ASE LSA when remove
145 message arrived from zebra has been fixed.
146 * version: 0.9.6k
147
148 2002-07-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
149
150 * ospf6_zebra.c: bug reported [zebra 14642] fixed.
151 The bug was related to the synchronization between zebra
152 and ospf6d. Now synchronization will be correctly done.
153 * version: 0.9.6j
154
155 2002-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
156
157 * ospf6_lsdb.c: bug fixed in ospf6_lsdb_type_router ().
158 * ospf6_dbex.c: because of retrans list structure changed
159 due to LSDB change, removal of old instance from retrans-list
160 is not necessary anymore. this caused crash but now fixed.
161 * version: 0.9.6i
162
163 2002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
164
165 * zebra-0.93 released.
166
167 2002-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
168
169 * ospf6_lsdb.c: entirely rewritten. now ospf6d uses
170 radix tree by using lib/table.[ch] for LSDB lookup.
171 * ospf6_abr.c, ospf6_asbr.c, ospf6_intra.c: hook changed
172 due to rewriting of lsdb module.
173 * ospf6_neighbor.c: lack of check existence and find correct
174 instance of the LSA which is going to be removed from neighbor's
175 retransmission was filled.
176 * version: 0.9.6h
177
178 2002-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
179
180 * ospf6_intra.c: bug fix for Intra-route deletion.
181 * ospf6_route.c: bug fix for path comparison.
182 * version: 0.9.6g
183
184 2002-06-28 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
185
186 * ospf6_route.c: some logs trying to find the situation
187 when assert occur are added. route duration statistics
188 added.
189 * ospf6_zebra.c: trying to fix the problem reported by
190 [zebra 14318] but not yet sure.
191 * version: 0.9.6f
192
193 2002-06-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
194
195 * ospf6_intra.c: new file for management of intra-prefix LSA.
196 * ospf6_abr.c: inter area route calculation code added.
197 * version: 0.9.6e
198
199 2002-06-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
200
201 * ospf6_asbr.c: All AS-External route was removed when
202 one of the ASBR path was gone, but the route from other ASBR
203 path should stay remained. this bug is fixed.
204 * version: 0.9.6d
205
206 2002-06-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
207
208 * ospf6_route.c: route table calculation bug fixed. [zebra 14105]
209 * ospf6_spf.c, ospf6_route.c, etc.: log message cleaned up.
210 * version: 0.9.6c
211
212 2002-04-27 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
213
214 * ospf6_route.c: [zebra 13514] bug fix.
215 thanks to Harald Koch.
216 * version: 0.9.6b
217
218 2002-04-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
219
220 * ospf6_dump.c: fix bug of log function
221 * ospf6_area.c: fix bug of intra route deletion
222 * version: 0.9.6a
223
224 2002-04-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
225
226 * merged with "current" version.
227 * version: 0.9.6
228
229 2001-03-11 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
230
231 * ospf6_lsdb.c ospf6_spf.c: log message changed for debug.
232
233 2001-02-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
234
235 * version: 0.9.5i
236
237 * ospf6_asbr.c: Added code that finds alternative
238 AS-External route when remove AS-External route.
239 This is temporary fix ...
240
241 * ospf6_redistribute.c: remove redistributed routes
242 immediately when 'no redistribute ...'
243
244 2001-02-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
245
246 * version: 0.9.5h
247
248 * ospf6_spf.c, ospf6_lsa.c: Change to originate Link-LSA on
249 point-to-point links.
250
251 * ospf6_message.c: Bug of log messages of self-originated
252 Hello packet fixed.
253
254 2001-02-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
255
256 * version: 0.9.5g
257 * ospf6_asbr.c: fix for the bug that AS-External route
258 is not get removed.
259
260 2001-02-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
261
262 * ospf6_lsdb.c: crash bug while receiving wrong LSA scope bit
263 has been temporarily fixed
264
265 2001-12-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
266
267 * ospf6_asbr.[ch]: The byte order bug in encoding/decoding
268 the bits/metric field in AS-External-LSA fixed.
269 Fixed to update E-bit in Router-LSA of itself.
270 Reported by Taisuke Sasaki ([zebra 11548]).
271
272 * README: updated.
273
274 * version: 0.9.5f
275
276 2001-11-21 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
277
278 * ospf6_prefix.c: Intra-prefix-LSA bug fixed.
279 * ospf6_abr.[ch]: added (only just placeholder yet)
280
281 2001-11-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
282
283 * ospf6_route.c: fix to overwrite a prefix when another
284 addition to the prefix is given. freeze function changed
285 not to remove routes by default.
286
287 * version: 0.9.5e
288
289 2001-11-19 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
290
291 * version: 0.9.5d
292
293 * ospf6_lsa.c ospf6_spf.c: SPF Calculations are now
294 scheduled by hook.
295
296 * ospf6_route.c: ospf6_route_add bug fix,
297 ospf6_route_remove_all corrected.
298
299 2001-11-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
300
301 * ospf6_hook.[ch]: added.
302 * Almost half of the code has been rewritten.
303 especially, ospf6_route.[ch]. Hook call has been injected
304 much.
305 * ospf6_asbr.[ch]: added.
306
307 2001-10-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
308
309 * ospf6_dbex.c: ospf6d was wrong to omit reoriginating
310 of LSA when the self-originated LSA was received from others.
311 fixed.
312 * ospf6d.h: version: 0.9.5c
313
314 2001-10-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
315
316 * ospf6_lsa.c: 'force-prefix' was not executed. fixed.
317 * ospf6d.h: version: 0.9.5b
318
319 2001-10-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
320
321 * ospf6_interface.c: 'passive-interface' is now moved to
322 'ipv6 ospf6 passive' in INTERFACE NODE. 'prefix-list' which
323 specifies the filter prefix for connected address prefix also
324 moved to INTERFACE NODE as 'ipv6 ospf6 advertise prefix-list WORD'.
325 The old obsoleted commands are still acceptable though. New command
326 'ipv6 ospf6 advertise force-prefix' added, which which tells ospf6d
327 to advertise rather prefix than stub local-address even on loopback
328 or pointopoint interfaces.
329
330 * ospf6_dump.c: 'ospf6 debug hello' -> 'ospf6 debug message hello'.
331 same for other message type. The older is still acceptable.
332
333 * ospf6_lsa.c: Changed AS-External generation to new one which uses
334 LSA hooks. Delete old garbage.
335
336 2001-10-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
337
338 * ospf6d.c: turn off and turn on sequence with
339 'no interface' 'interface' cmds was not work. fixed.
340
341 * ospf6_lsa.c: generating Intra-Area-Prefix-LSA for stub
342 did not care duplicate prefixes. fixed.
343
344 2001-09-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
345
346 * ospf6_message.c: There was a bug that prevent LSDB
347 to syncronize. It was a DbDesc packet bug that Slave
348 sends two different DbDesc packet on the same sequence
349 number. This cause many LSAs are dropped when Exchanging
350 LSDB, because the latter DbDesc packet that have the same
351 sequence number will be ignored as duplicate packet.
352 This seems to be exist at least before 0.9.4 version.
353 Now this is the most stable candidate.
354
355 * ospf6d.h: version 0.9.5a
356
357 2001-09-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
358
359 * ospf6_zebra.c ospf6_spf.c ospf6_lsa.c :
360 delete nexthop check to certify the nexthop is Link-local address.
361 Suppress Link-LSA origination on links other than Broadcast.
362 SPF's nexthop calculation first checks linklocal address
363 in Link-LSA, then checks source address of neighbor's packets.
364
365 * ospf6_interface.c ospf6_ism.c ospf6_lsa.c ospf6_nsm.c:
366 intra-area-prefix-lsa origination func moved to new one.
367
368 * ospf6_interface.h ospf6d.[ch] ospf6_lsa.c:
369 interface_area_cmd now changed to have 'passive'
370 and 'prefix-list' option.
371
372 * ospf6_prefix.c:
373 clean up.
374
375 2001-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
376
377 * ospf6_dbex.c ospf6_interface.c ospf6_ism.c ospf6_lsa.[ch]:
378 clean up and new LSA origination functions added.
379
380 * ospf6_route.c ospf6_lsdb.c: make vty function more
381 clean/understandable.
382
383 * ospf6d.h: version 0.9.5
384
385 2001-08-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
386
387 * ospf6_lsdb.c: Use IS_LSA_MAXAGE macro instead of
388 ospf6_lsa_is_maxage.
389
390 * ospf6_lsa.h (IS_LSA_MAXAGE): Add new macro to check MaxAge.
391
392 2001-08-21 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
393
394 * ospf6_lsdb.c: if There's no previous prefix
395 ospf6d was wrongly not calculate the prefix.
396 this reported by (v6 16029) is fixed.
397
398 * ospf6_neighbor.c: Instance of LSA Summary included
399 in DbDesc packet was wrongly freed. The bug cause
400 malformed DbDesc, ExChange <-> ExStart flapping,
401 and then crash.
402
403 * ospf6d.h: version 0.9.4
404
405 2001-08-21 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
406
407 * ospf6_route.[ch]: Showing format is changed.
408 'show ipv6 route ospf6' -> 'show ipv6 ospf6 route'
409 'show ipv6 route ospf6 external' ->
410 'show ipv6 ospf6 route redistribute'
411
412 * ospf6_lsdb.c ospf6_lsa.c ospf6_neighbor.c ospf6_interface.c:
413 memory leak in LS list fixed.
414
415 * all: clean up
416
417 * ospf6d.h: version 0.9.3
418
419 2001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
420
421 * ospf6d.c (ospf6_timeval_sub_equal): Remove function.
422
423 * ospf6_spf.c (ospf6_timeval_cmp): Rewrite ospf6_timeval_cmp().
424 (ospf6_timeval_add_equal): Function moved from ospf6d.c
425
426 2001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
427
428 * zebra-0.92a released.
429
430 2001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
431
432 * zebra-0.92 released.
433
434 2001-08-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
435
436 * ospf6_lsdb.c ospf6_neighbor.c:
437 LSDB function/structure and LS list function has been rewritten.
438 memory leak has been decreased.
439
440 * ospf6_lsa.[ch] ospf6_dbex.c: garbage code has been deleted.
441
442 * ospf6d.h: version 0.9.2
443
444 2001-08-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
445
446 * ospf6_dbex.c ospf6_lsdb.c:
447 Retransmition list had a critical bug that breaks LSDB
448 synchronization. When new LSA be added to retrans-list,
449 old must be removed, but it was not. So new LSA dropped,
450 and LSA Acknowledgement did not work. The bug was fixed.
451
452 * ospf6d.h: version 0.9.1
453
454 2001-06-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
455
456 * ospf6_spf.c: crash bug fix in temporary treat code for
457 Router-LSA whose LS-ID != 0
458
459 * ospf6_dbex.c: RFC2328 13.(4) was wrongly coded.
460 (4) Else if the LSA's LS age is equal to MaxAge, and there is
461 currently *NO* instance of the LSA in the router's link state
462 ...
463
464 * ospf6_lsa.c: RFC2328 13.1 checksum tie breaker
465 had been neglected, and has just added now.
466
467 * ospf6d.h: version 0.9.0
468 ospf6d expected to work with hitachi gr2000 from these fixes.
469
470 2001-06-12 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
471
472 * ospf6_lsa.c: Fix bug in creating Intra-Area-Prefix-LSA.
473 DR was mis-include others prefixes advertised by their Link-LSA.
474
475 * ospf6_route.c: Fix bug in calculating intra area routes.
476 Not all prefixes in Intra-Area-Prefix-LSA was calculated.
477
478 * ospf6_spf.c:
479 Changed to quit when a error occured in calculating SPF tree.
480 Very messy hack for the bug reported by [zebra 8807]. This
481 is not tested yet.
482 Changed to quit SPF calculation when a nexthop calculation
483 errors.
484
485 * ospf6_zebra.c:
486 Support for interface address deletion.
487
488 * ospf6d.h:
489 version: 0.8.y
490
491 2001-04-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
492
493 * ospf6d.h
494 Due to previous change (DR Election algorithm changed),
495 backward compatibility will be lost from this version.
496 version: 0.8.x
497
498 2001-04-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
499
500 * ospf6_message.c ospf6_ism.c:
501 Bug of router_id comparison
502
503 2001-04-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
504
505 * ospf6_dbex.c: ospf6_dbex_is_maxage_to_be_dropped() had
506 some bug causing Loading state lasts long.
507 version: 0.8.v
508
509 2001-04-08 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
510
511 * ospf6_route.c: BUG in AS-External route calculation fixed.
512 It was using OLD LSDB...
513 Version: 0.8.u-
514
515 2001-04-08 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
516
517 * ospf6_area.c, ospf6_dbex.c, ospf6_interface.c,
518 ospf6_lsa.c, ospf6_lsdb.c, ospf6_lsdb.h, ospf6_message.c,
519 ospf6_neighbor.c, ospf6_neighbor.h, ospf6_nsm.c,
520 ospf6_redistribute.c, ospf6_route.c, ospf6_spf.c:
521 Delete old LSDB function.
522
523 * ospf6d.h:
524 Version: 0.8.u
525
526 2001-04-05 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
527
528 * ospf6_area.c, ospf6_area.h, ospf6_dbex.c, ospf6_interface.c,
529 ospf6_interface.h, ospf6_lsa.c, ospf6_lsdb.c, ospf6_lsdb.h,
530 ospf6_message.c, ospf6_nsm.c, ospf6_redistribute.c, ospf6_route.c,
531 ospf6_spf.c, ospf6_top.c, ospf6_top.h, ospf6d.h:
532 Changed to use New LSDB.
533 Version: 0.8.t
534
535 2001-04-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
536
537 * ospf6_lsa.c:
538 Interface stub check in Intra-Area-Prefix-LSA origination
539 was wrong. - fixed.
540
541 * ospf6_area.h, ospf6_dbex.c, ospf6_interface.c,
542 ospf6_interface.h, ospf6_lsa.c, ospf6_lsa.h, ospf6_lsdb.c,
543 ospf6_message.c, ospf6_neighbor.c, ospf6_nsm.c,
544 ospf6_redistribute.c, ospf6_top.c, ospf6_top.h, ospf6d.c:
545 New LSDB functions, but not changed to be used.
546
547 * ospf6d.h:
548 Version: 0.8.s
549
550 2001-03-28 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
551
552 * ospf6_area.c ospf6_area.h ospf6_dbex.c ospf6_dump.c
553 ospf6_interface.c ospf6_interface.h ospf6_lsa.c
554 ospf6_message.c ospf6_redistribute.c ospf6_spf.c ospf6_top.c
555 ospf6_top.h ospf6_zebra.c ospf6d.c ospf6d.h: cleaning.
556
557 2001-03-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
558
559 * ospf6d.h:
560 version: 0.8.r
561
562 * ospf6_neighbor.[ch], ospf6_lsa.[ch]:
563 just clean up and log clearify.
564
565 * ospf6_message.[ch]:
566 Packet receiving function and dumping OSPFv3 packet has been
567 changed simple and clean.
568
569 * ospf6_dbex.[ch], ospf6_interface.[ch], ospf6_lsdb.[ch],
570 ospf6_neighbor.[ch], ospf6_nsm.[ch]:
571 LSList(i.e. summary list, request list, retrans list, etc) have
572 been rewritten based on new LSDB module. The main LSDB have not
573 yet shifted to this new module, but will shift eventually.
574 This change expected to resolve the problem that the ospf6d keeps
575 on sending redundant LSUpdate/LSAck.
576
577 * ospf6_interface.c: changed default MTU from 1500 to 1280.
578 It was possible that the ospf6d could not send packet (e.g.
579 LSUpdate in response to LSReq in my case) when the packet
580 size accidentally reached near 1500 (I was forget about IP
581 header :p). It is a bit illegal to set MTU 1280 constantly,
582 but I failed once with I/F MTU from kernel (through zebra),
583 and thinks that 1280 is more stable than kernel variable.
584 Comments will be appriciated.
585
586 2001-03-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
587
588 * ospf6_dbex.c, ospf6_interface.c, ospf6_ism.c, ospf6_lsdb.[ch],
589 ospf6_neighbor.c, ospf6_spf.c, ospf6d.c:
590 Fix for crash. ospf6d has ever been crashing when
591 'no interface' command executed, and when starting up with
592 the configuration which does not include 'router ospf6'.
593 these has been fixed.
594
595 2001-02-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
596
597 * ospf6_lsa.c, ospf6_message.c:
598 LSA summary (exchanged while Adjacency bring up) may expire
599 (may reach MaxAge). Handling this has been added but
600 it's a little bit quick hack.
601
602 * ospf6_message.c:
603 Thread chain bug fixed. Read network thread chain has been cut
604 when receive packets on not-enabled interface. this was wrong
605 and fixed.
606
607 2001-02-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
608
609 * ospf6_message.c:
610 I/F MTU check part on sending packet had some bug, and it's fixed.
611 Ospf6d has believed a value from zebra as I/F MTU, but from now
612 I/F MTU is set to constant 1500. This is workaround for ATM.
613
614 2001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
615
616 * zebra-0.91 is released.
617
618 2001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
619
620 * just code clean up of almost all module.
621 * ospf6_dump.c, ospf6_lsa.c: file dependency.
622 * ospf6_mesg.[ch]: changed filename to ospf6_message.[ch]
623
624 2001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
625
626 * zebra-0.90 is released.
627
628 2001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
629
630 * ospf6_mesg.c,ospf6_lsa.c: doubly cancel thread bug fixed.
631 version 0.8.k CRASHed for this.
632 * ospf6_lsa.c: bug of logging fixed.
633 version: 0.8.l
634
635 2001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
636
637 * ospf6_neighbor.c: fix typo when trying to delete
638 MaxAge AS-External LSA. MaxAge LSA remaining bug is expected
639 to be fixed.
640 version: 0.8.k
641
642 2001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
643
644 * ospf6_mesg.c: add I/F Mtu check for sending LS Update.
645
646 * ospf6_dbex.c, ospf6_mesg.c, ospf6_neighbor.c, ospf6_neighbor.h,
647 ospf6_spf.c: Changed type of hisaddr field in ospf6_neighbor
648 structure, from sockaddr_in6 to in6_addr. No protocol/processing
649 changed.
650
651 2001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
652
653 * ospf6_mesg.c, ospf6_neighbor.[ch]: Speed up of
654 Database Exchange.
655 version: 0.8.j
656
657 Because the LS Request list was checked only when attempt
658 to send (retransmit) LS Request packet, Loading state lasted
659 long (for RxmtInterval) unexpectedly. This was fixed; LS Request
660 packet will be send as soon as one received a LS Update packet.
661
662 2001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
663
664 * ospf6d.h (OSPF6_VTYSH_PATH): Change "/tmp/ospf6d" to
665 /tmp/.ospf6d".
666
667 2000-12-29 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
668
669 * ospf6_dump.[ch]: simplified.
670
671 2000-12-19 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
672
673 * ospf6_route.c: Fix bug of using unavailable route.
674 version: 0.8.d
675
676 2000-11-30 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
677
678 * ospf6_spf.c: calculate statistics. version: 0.8.d
679
680 2000-11-26 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
681
682 * ospf6_mesg.c, ospf6_nsm.c: LSDB sync bug fixed.
683 version: 0.8.c
684
685 2000-11-26 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
686
687 * ospf6_dbex.c: Start debugging and cleaning.
688
689 * ospf6_area.c, ospf6_dbex.c, ospf6_interface.c, ospf6_lsa.c,
690 ospf6_proto.c, ospf6_top.c: add some function to clarify codes.
691
692 2000-11-26 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
693
694 * ospf6_spf.c: Delete old garbage (which was enclosed by #if 0)
695
696 * ospf6_redistribute.c: "redistribute ospf6" was generated in
697 "router ospf6" in config file. It is a bug, and fixed.
698 wrong warning message was deleted.
699
700 * ospf6_main.c: If daemon mode, ospf6d was silent even if
701 the config file was wrong. It is a bug, and fixed.
702
703 * ospf6_route.c, ospf6_zebra.c: Zebra syncronization method
704 has been changed. delete garbages. allow nexthop of :: in case
705 of connected route.
706
707 * ospf6_dbex.c: Delete annoying log messages.
708
709 * ospf6_lsa.c: Changed string for LSA log.
710
711 2000-11-21 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
712
713 * ospf6_spf.c: some careless bug fixed.
714
715 * ospf6_route.c: changed not to send garbage route
716 whose nexthop is not linklocal address.
717
718 2000-11-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
719
720 * ospf6_rtable.c: renamed to ospf6_route.c
721 whole functionality has been rewritten as new code.
722 new functions not yet installs routes; the old
723 functions still remains. cleaning log messages.
724
725 * ospf6_spf.c: whole functionality has been rewritten
726 as new code. new command "show ipv6 ospf6 spf node",
727 "show ipv6 ospf6 spf tree", "show ipv6 ospf6 spf table"
728 has been added. Memory leak was fixed. cleaning log messages.
729
730 * ospf6d version: 0.7.c
731
732 2000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
733
734 * zebra-0.89 is released.
735
736 2000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
737
738 * ospf6_lsdb.c (ospf6_lsdb_remove_maxage_lsa): Fix compile
739 warnings.
740
741 2000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
742
743 * zebra-0.88 is released.
744
745 2000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
746
747 * ospf6_rtable.h (struct ospf6_nexthop): Change ifindex type from
748 unsigned long to unsigned int.
749
750 2000-04-28 Kunihiro Ishiguro <kunihiro@zebra.org>
751
752 * ospf6d.h: Include some headers for avoid warning.
753
754 * ospf6_routemap.h: Add newfile.
755
756 1999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
757
758 * ospf6_network.c: Respect IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP
759 rather than RFC2133.
760
761 1999-10-21 Jun-ichiro itojun Hagino <itojun@itojun.org>
762
763 * ospf6_network.c (ospf6_ipv6_decode_ipv4): Fix bug of conversion
764 from IPv4 Mapped Address to IPv4 address.
765
766 1999-08-08 Kunihiro Ishiguro <kunihiro@zebra.org>
767
768 * ospf6_lsa.c (construct_link_lsa): Enclose KAME specific part by
769 #ifdef/#endif.
770
771 1999-07-29 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
772
773 * ospf6_mesg.c: add new message process function.
774
775 1999-07-25 Kunihiro Ishiguro <kunihiro@zebra.org>
776
777 * ospf6_main.c (sighup): Call of log_rotate() removed.
778
779 1999-07-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
780
781 ospf6_dbex.{c,h}: variable "acknowledge" has been deleted.
782
783 1999-07-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
784
785 * *.{c,h}: lsa data structure has been drastically
786 changed.
787
788 1999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
789
790 * *.{c,h}: bug of updating LSA's which is self
791 originated has been fixed.
792
793 1999-07-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
794
795 * *.{c,h} : log clean up.
796
797 1999-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
798
799 * ospf6d.c (ospf6_init): Change to use install_default.
800
801 1999-07-03 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
802
803 * ospf6_rtable.c (nexthop_*): added some function that handles
804 new nexthop structure.
805
806 1999-07-01 Rick Payne <rickp@rossfell.co.uk>
807
808 * ospf6_zebra.c (ospf6_zebra_init): Install standard commands to
809 ZEBRA_NODE.
810
811 1999-06-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
812
813 * ospf6_rtable.h: added for new routing table of ospf6d
814
815 1999-05-14 Stephen R. van den Berg <srb@cuci.nl>
816
817 * ospf6_main.c (signal_init): SIGTERM call sigint.
818 (sigint): Loggging more better message.
819
820 1999-05-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
821
822 *ospf6_spf.c (get_prefix_lsa_of_vertex): bug fix about network vertex.
823
824 1999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
825
826 * ospf6_network.c (send_linkstate_ack): Check HAVE_SIN6_SCOPE_ID
827 is defined.
828 * ospf6_mesg.c (make_hello): Likewise.
829 * ospf6_lsa.c (lsa_flood): Likewise.
830
831 1999-05-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
832
833 * ospf6_spf.c, etc: Many bug fix.
834 intra-area-prefix-LSA treatment changed.
835 network byte order of neighbor ifid changed.
836
837 1999-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
838
839 * ospf6_zebra.h (struct zebra): Add hitory entry to structure.
840
841 1999-05-05 Kunihiro Ishiguro <kunihiro@zebra.org>
842
843 * ospf6_main.c (main): Add KAME check for binding vty socket.
844 (main): Delete old interface get routine garbage.
845
846 * ospf6d.c: Change all `show ip6' statement to `show ipv6'.
847 (show_ipv6_ospf6_requestlist): Add description.
848
849 1999-05-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
850
851 * ospf6_lsa.c, etc: Many bug fix, now two routers
852 on the same segment can become FULL neighbor state
853 each other.
854
855 1999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
856
857 * Makefile.am: Add file dependency.
858 (depend): Add target.
859
860 1999-05-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
861
862 * Clean up and fix have been almost done. This code
863 now testing stage of Intra area routing.
864
865 * Configuration Vty become more similar to Cisco.
866
867 1999-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
868
869 * Trim training newline from zlog format arguemnt.
870
871 * ospf6_dump.c (ospf6_err): Commented out ospf6_err and
872 ospf6_warn. Same kind of function should be implemented as
873 zlog_err or zlog_warn or someting.
874
875 * ospf6d.c: Change OSPF_NODE to OSPF6_NODE.
876 Change OSPF_DEFAULT_CONFIG to OSPF6_DEFAULT_CONFIG.
877
878
879 1999-04-21 Kunihiro Ishiguro <kunihiro@zebra.org>
880
881 * ospf6_mesg.c (make_hello): Add check of SIN6_LEN
882
883 1999-04-16 Kunihiro Ishiguro <kunihiro@zebra.org>
884
885 * ospf6_neighbor.c: Change list_clear_all to list_delete_all_node.
886 Remove list_delete_all fuction and use lib/linklist.c's one.
887
888 1999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
889
890 * mcast_join(),mcast_leave()'s argument socket length is removed.
891
892 1999-04-08 <kunihiro@zebra.org>
893
894 * ospf6_zebra.h (ospf_zebra_read): Fix typo.
895
896 * ospf6_interface.h: Tempolary add struct rt_addrinfo.
897
898 1999-03-05 Kunihiro Ishiguro <kunihiro@zebra.org>
899
900 * Merge from ospfd-zebra-990303 codes.
901
902 1999-02-23 Kunihiro Ishiguro <kunihiro@zebra.org>
903
904 * Makefile.in: add new file.
905
906 * Makefile.am: @INCLUDES@ is added for OS/library specific IPv6
907 directory search.
908
909 * Import files from Yasuhiro Ohara <yasu@sfc.wide.ad.jp>'s ospfd.
910 Impterted files are:
911 Makefile.am, ospf_area.h, ospf_dump.c, ospf_interface.c,
912 ospf_interface.h, ospf_lsa.c, ospf_lsa.h, ospf_main.c,
913 ospf_mesg.c, ospf_mesg.h, ospf_neighbor.c,
914 ospf_neighbor.h,ospf_network.c, ospf_network.h, ospf_proto.h,
915 ospf_spf.c, ospf_spf.h, ospf_types.h, ospfd.c, ospfd.h