blob: 87b4fac7766543bd441d6de1bfafe2ca1ca0c391 [file] [log] [blame]
hasso3e834b12005-06-24 07:50:12 +000012005-06-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
2
3 * ospf6_interface.c: fix the way inactivity_timer is called. Because
4 inactivity_timer() deletes the neighbor from the neighbor_list, it
5 cannot be called by thread_execute() from inner side of the
6 neighbor_list for-loop.
7
hassob31b8132005-05-31 10:24:28 +000082005-05-31 Hasso Tepper <hasso at quagga.net>
9
10 * ospf6d.c: No need for double ';'. Fixes parsing "show ipv6 ospf6
11 database ..." commands for vtysh by extract.pl. Remove duplicate
12 install_element calls.
13
ajs634f9ea2005-04-11 15:51:40 +0000142005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
15
16 * ospf6_zebra.c (ospf6_zebra_redistribute, ospf6_zebra_no_redistribute):
17 Change 2nd arg to zebra_redistribute_send from zclient->sock
18 to zclient.
19
paul1eb8ef22005-04-07 07:30:20 +0000202005-04-07 Paul Jakma <paul@dishone.st>
21
22 * (global) Fix up list loops to match changes in lib/linklist,
23 and some basic auditing of usage.
24 * ospf6_abr.c: (ospf6_abr_examin_brouter) change to a single
25 scan of the area list, rather than scanning all areas first for
26 INTER_ROUTER and then again for INTER_NETWORK. According to
27 16.2, the scan should be area specific anyway, and further
28 ospf6d does not seem to implement 16.3 anyway.
29
ajs3b7b8142005-04-02 16:37:07 +0000302005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
31
ajse4319de2005-04-02 23:23:55 +000032 * ospf6_interface.[ch]: (ospf6_interface_lookup_by_name) Remove unused
33 function.
34
352005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
36
ajsd2fc8892005-04-02 18:38:43 +000037 * ospf6_zebra.c: (ospf6_zebra_if_del) Previously, this whole function
38 was commented out. But this is not safe: we should at least update
39 the ifindex when the interface is deleted. So the new version
40 updates the interface status and sets ifp->ifindex to
41 IFINDEX_INTERNAL.
42 (ospf6_zebra_route_update) Use if_indextoname properly.
43
442005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
45
ajs3b7b8142005-04-02 16:37:07 +000046 * ospf6_route.c: (ospf6_route_show, ospf6_route_show_detail) Protect
47 against the possibility that the string returned by if_indextoname
48 may not terminate with '\0'.
49
jardinc1ba9e82005-03-02 22:43:26 +0000502005-03-02 Vincent Jardin <Vincent.Jardin@6wind.com>
51
52 * ospf6_zebra.c: Fix core dump when router-id is provided with
53 an empty ospf6d.conf file (no context router ospf6) because
54 ospf6_create has not been called yet.
55
paul8bfb0cb2005-01-25 01:19:28 +0000562005-01-25 Paul Jakma <paul@dishone.st>
57
58 * ospf6_asbr.c: Add "hsls" to the zroute_name const char array.
59
hassoc6487d62004-12-24 06:00:11 +0000602004-12-24 Hasso Tepper <hasso at quagga.net>
61
62 * *.c: Change level of debug messages to LOG_DEBUG.
63
ajs274a4a42004-12-07 15:39:31 +0000642004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
65
66 * ospf6_main.c: (main) The 2nd argument to openzlog has been removed.
67 Note that stdout logging will no longer be enabled by default when
68 not running as a daemon.
69
ajs887c44a2004-12-03 16:36:46 +0000702004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
71
72 * ospf6_main.c: (sigint,sigterm) Use zlog_notice for termination
73 message.
74 (main) Remove commented-out call to pid_output_lock (which should
75 never be called other than from inside pid_output). And use
76 zlog_notice to print the startup message, which now includes
77 the vty port.
78
hassob3c8c462004-11-26 12:55:51 +0000792004-11-26 Hasso Tepper <hasso at quagga.net>
80
81 * ospf6_snmp.c: Fix compile: listnode -> struct listnode *.
82
hassoc0652302004-11-25 19:33:48 +0000832004-11-25 Hasso Tepper <hasso at quagga.net>
84
85 * ospf6_main.c: Make group to run as configurable.
86
gdt6639a042004-11-05 18:42:27 +0000872004-11-05 Phil Spagnolo <phillip.a.spagnolo@boeing.com>
88 * ospf6_flood.c: When adding a thread to retransmit an lsa after
89 rxmt_interval, the ospf6d used thread_add_event(). However,
90 thread_add_event() executes immediately and ignores the delay parameter.
91 This was causing unnecesary unicast LSU sends. Adding the thread has
92 been changed to use thread_add_timer() which will expire after delay.
93 After the fix results appear consistent with expectation.
94
hassoc75105a2004-10-13 10:33:26 +0000952004-10-12 Hasso Tepper <hasso at quagga.net>
96
97 * ospf6_snmp.c: Remove defaults used to initialize smux connection to
98 snmpd. Connection is initialized only if smux peer is configured.
99
hassoc8a440e2004-10-11 17:02:40 +00001002004-10-11 Hasso Tepper <hasso at quagga.net>
101
102 * osp6_top.c, ospf6_top.h: Better handling for router-id. If we use
103 common one, don't output it into configuration - only statically
104 configured one.
105
paulddd119f2004-10-10 08:07:29 +00001062004-10-10 Paul Jakma <paul@dishone.st>
107
108 * Makefile.am: fix listing of ospf_snmp.c in noinst_HEADERS
paul0c083ee2004-10-10 12:54:58 +0000109 * ospf6_route.c: Add const qualifier to various char arrays of
110 constants. signed/unsigned fixes.
111 (ospf6_linkstate_table_show) argv is const
112 * ospf6_snmp.c: listnode typedef is dead.
113 (ospf6_snmp_init) Take struct thread_master arg, needed for
114 smux_init.
115 * ospf6_snmp.h: update ospf6_snmp_init declaration.
116 * ospf6d.c: (ospf6_init) add const qualifier to sargv, pass master
117 to ospf_snmp6_init.
118 * ospf6_asbr.c: const char update.
119 * ospf6_interface.c: ditto, plus signed/unsigned fixes.
120 (ipv6_ospf6_cost) Check whether cost fits in u_int32_t and use
121 strtoul.
122 * ospf6_intra.c: const char update. Parenthesise expression.
123 * ospf6_lsa.c: signed/unsigned and const char updates.
124 * ospf6_proto.c: ditto.
125 * ospf6_message.c: ditto.
126 * ospf6_lsdb.c: signed/unsigned update.
127 * ospf6_main.c: const char update.
128 * ospf6_neighbor.c: ditto.
129 * ospf6_spf.c: ditto.
130 * ospf6_top.c: ditto.
131
hassoef1bbf52004-10-08 12:04:21 +00001322004-10-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
133
hasso2680aa22004-11-25 20:54:46 +0000134 * ospf6_snmp.c: add partial support for SNMP
135 (i.e. ospfv3AreaLsdbTable).
136 * OSPFv3-MIB.txt: Net-SNMP translate Unsigned32 range
137 (0..'FFFFFFFF'h) incorrectly to (0..-1). Those parts for
138 Unsigned32 range are changed to (0..4294967295).
139 Also, doubtful 'not-accessible's are changed to read-only.
140
1412004-10-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
142
hassoef1bbf52004-10-08 12:04:21 +0000143 * ospf6_snmp.[ch], OSPFV3-MIB.txt: start supporting SNMP.
144 it follows draft-ietf-ospf-ospfv3-mib-08.txt, but change
145 OSPFv3 tree to {experimental 102} based on
146 http://www.iana.org/assignments/smi-numbers:
147 Prefix: iso.org.dod.internet.experimental (1.3.6.1.3.)
148 102 OSPFv3 OSPF for IPv6 [Joyal]
149
hasso18a6dce2004-10-03 18:18:34 +00001502004-10-03 Hasso Tepper <hasso at quagga.net>
151
152 * ospf6_zebra.c: Use router id from zebra daemon if it wasn't set in
153 configuration.
154
hasso03d52f82004-09-29 00:26:19 +00001552004-09-25 Hasso Tepper <hasso at estpak.ee>
156
157 * ospf6_asbr.c, ospf6_lsa.c, ospf6_proto.c, ospf6_proto.h: Fix
158 compiler warnings.
159
hasso52dc7ee2004-09-23 19:18:23 +00001602004-09-23 Hasso Tepper <hasso at quagga.net>
161
162 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
163
hasso9428f2d2004-09-13 14:01:12 +00001642004-09-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
165
166 * ospf6_intra.c, ospf6_route.[ch]: try to fix assertion failure
167 in brouter's route_remove
168 * ospf6d.h: version 0.9.7o
169
1702004-09-12 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
171
172 * ospf6_route.c: route_count_assert bug fix
173 * ospf6d.h: version 0.9.7n
174
hasso4846ef62004-09-03 06:04:00 +00001752004-09-03 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
176
177 * ospf6_area.c, ospf6_route.c, ospf6_top.c, ospf6d.c:
178 "show intra-route" function and "show SPF result" function is
179 changed.
180 * ospf6_neighbor.c: Changed to update stub intra-prefix origination
181 when it is not DR.
182 * ospf6_route.h: resolv conflict between best flag and
183 active-summary flag.
184 * ospf6d.h: version 0.9.7m
185
hasso1e058382004-09-01 21:36:14 +00001862004-09-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
187
hasso63069ad2004-09-02 13:01:01 +0000188 * ospf6_asbr.c: E-bit check in examining AS-External-LSA
189 * ospf6_abr.c: E-bit set in receiving Inter-Area-Router-LSA
190
1912004-09-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
192
hasso1e058382004-09-01 21:36:14 +0000193 * *.[ch]: Logging LSAs of particular type is added.
194 lsa_handler is now using vector in order to adjust
195 existing LSA modules.
196 * ospf6d.h: version 0.9.7l
197
hassoe42f5a32004-08-28 17:04:33 +00001982004-08-28 Hasso Tepper <hasso at quagga.net>
199
200 * ospf6_main.c: Modify for sigevents.
201
hasso9a096262004-08-26 18:56:19 +00002022004-08-26 Hasso Tepper <hasso@estpak.ee>
203
204 * ospf6_interface.c, ospf6_top.c, ospf6d.c: for vtysh.
205
hasso3b687352004-08-19 06:56:53 +00002062004-08-19 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
207
hassoccb59b12004-08-25 09:10:37 +0000208 * ospf6_asbr.c: Bug in ASBR check fixed.
209 * ospf6d.h: version 0.9.7k
210
2112004-08-19 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
212
hasso3b687352004-08-19 06:56:53 +0000213 * ospf6_asbr.c: Bug in AS-External Origination fixed.
214 * ospf6d.h: version 0.9.7j
215
hasso6452df02004-08-15 05:52:07 +00002162004-08-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
217
218 * *.c: Area support almost done. (almost ! ;p)
219 * ospf6d.h: version 0.9.7i
220
2212004-08-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
222
223 * ospf6_message.c: Bug cause BadLSReq is fixed.
224 * ospf6_abr.c: Border Router check.
225 * ospf6d.h: version 0.9.7h
226
2272004-08-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
228
229 * ospf6_area.[ch], ospf6_abr.[ch]: area range,
230 border-routers, Inter-Area-Router-LSA origination
231 * ospf6d.h: version 0.9.7g
232
2332004-08-12 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
234
235 * *.[c,h]: LSA refreshing is changed and cleaned up.
236 * ospf6d.h: version 0.9.7f
237
hasso049207c2004-08-04 20:02:13 +00002382004-08-01 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
239
240 * ospf6_abr.[ch]: add files for abr function.
241 * *.c: VTY_NEWLINE -> VNL
242 * ospf6d.h: version 0.9.7e
243 show database functions are rewritten.
244
hasso1203e1c2004-07-23 21:34:27 +00002452004-07-23 Hasso Tepper <hasso@estpak.ee>
246
247 * ospf6_interface.c, ospf6_zebra.c: use ifp->mtu6 instead of
248 ifp->mtu.
249
paul79dc3732004-07-23 15:17:45 +00002502004-07-23 Paul Jakma <paul@dishone.st>
251
252 * ospf6_main.c: Delete LOG_PERROR, not portable.
253 * ospf6_network.c: (ospf6_set_pktinfo) use setsockopt_ipv6_pktinfo
254
hassob596c712004-07-09 18:33:43 +00002552004-07-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
256
257 * ospf6_message.c, ospf6_interface.c: add a command to configure
258 ospf6 ifmtu on a interface.
259 * ospf6d.h: version 0.9.7d
260
hasso508e53e2004-05-18 18:57:06 +00002612004-05-18 Hasso Tepper <hasso@estpak.ee>
paul0a589352004-05-08 11:48:26 +0000262
hasso508e53e2004-05-18 18:57:06 +0000263 * *.*: Merge rewritten ospf6d from Zebra repository.
264 * ospf6_network.c, ospf6_main.c: Merged privs stuff back in.
265 * ospf6_zebra.c: Sync back to zclient changes.
hasso3b4cd3a2004-05-18 19:28:32 +0000266 * ospf6_asbr.c: Added isis to the routings list.
267 * ospf6_main.c: "version.h" -> <lib/version.h>
268
2692004-05-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
270
271 * ospf6_flood.[ch], ospf6_lsa.[ch], ospf6_lsdb.h, ospf6_message.c
272 ospf6_neighbor.c: Fix crash bug and change the way to count
273 how many neighbors include paticular LSA on its retrans-list.
274 * ospf6d.h: version 0.9.7c
275
2762004-05-03 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
277
278 * ospf6_message.[ch], ospf6_interface.c: adjust send/recv buffer
279 size to interface MTUs.
280 * ospf6d.h: version 0.9.7b
hasso508e53e2004-05-18 18:57:06 +0000281
2822003-08-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
283
284 * *.[ch]: rewrite all source code from scratch
285 * ospf6d.h: version 0.9.7
286
paulf1c61a02003-08-12 05:25:49 +00002872003-08-11 Taisuke Sasaki <sasaki@soft.net.fujitsu.co.jp>
288
hasso508e53e2004-05-18 18:57:06 +0000289 * ospf6_ism.c: DR Election bug fix.
paul445f1432003-05-16 19:00:31 +0000290
2912003-04-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
292
293 * ospf6_asbr.c: AS-External LSA refresh was based on the
294 prefix of the obsolete LSA. It was wrong so fixed.
295 * version: 0.9.6p
296
paul718e3742002-12-13 20:15:29 +00002972002-11-09 Vincent Jardin <jardin@6wind.com>
298
299 * ospf6_interface.c: update link-local address on interface creation.
300
3012002-11-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
302
303 * ospf6_asbr.c: apply MinLSInterval to AS-External-LSA origination.
304 * ospf6_lsa.c: change not to issue flooding caused by expire event
305 when the received LSA is (already) MaxAge.
306 * ospf6_spf.c: fix a bug which is that ospf6d calculates
307 wrong nexthop when failed to find Link-LSA for the neighbor.
308 * ospf6_damp.c ospf6_dbex.c ospf6_neighbor.c ospf6_spf.c:
309 some clean up
310 * version: 0.9.6o
311
3122002-10-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
313
314 * ospf6_asbr.c: bug of failing ASE lsa refresh fixed.
315 * version: 0.9.6n
316
3172002-10-01 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
318
319 * ospf6_asbr.c: AS-External-LSA origination function
320 is re-written.
321 * ospf6_damp.[ch]: New feature that damps flaps is added.
322 * version: 0.9.6m
323
3242002-07-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
325
326 * ospf6_spf.c: unwanted assert() in ospf6_spf_nexthop_calculation()
327 is deleted.
328 * version: 0.9.6l
329
3302002-07-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
331
332 * ospf6_dbex.c: bug that ospf6d fails to refresh self-originated
333 LSA if he have not the LSA before has been fixed.
334 * ospf6_asbr.c: bug of failing removing ASE LSA when remove
335 message arrived from zebra has been fixed.
336 * version: 0.9.6k
337
3382002-07-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
339
340 * ospf6_zebra.c: bug reported [zebra 14642] fixed.
341 The bug was related to the synchronization between zebra
342 and ospf6d. Now synchronization will be correctly done.
343 * version: 0.9.6j
344
3452002-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
346
347 * ospf6_lsdb.c: bug fixed in ospf6_lsdb_type_router ().
348 * ospf6_dbex.c: because of retrans list structure changed
349 due to LSDB change, removal of old instance from retrans-list
350 is not necessary anymore. this caused crash but now fixed.
351 * version: 0.9.6i
352
3532002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
354
355 * zebra-0.93 released.
356
3572002-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
358
359 * ospf6_lsdb.c: entirely rewritten. now ospf6d uses
360 radix tree by using lib/table.[ch] for LSDB lookup.
361 * ospf6_abr.c, ospf6_asbr.c, ospf6_intra.c: hook changed
362 due to rewriting of lsdb module.
363 * ospf6_neighbor.c: lack of check existence and find correct
364 instance of the LSA which is going to be removed from neighbor's
365 retransmission was filled.
366 * version: 0.9.6h
367
3682002-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
369
370 * ospf6_intra.c: bug fix for Intra-route deletion.
371 * ospf6_route.c: bug fix for path comparison.
372 * version: 0.9.6g
373
3742002-06-28 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
375
376 * ospf6_route.c: some logs trying to find the situation
377 when assert occur are added. route duration statistics
378 added.
379 * ospf6_zebra.c: trying to fix the problem reported by
380 [zebra 14318] but not yet sure.
381 * version: 0.9.6f
382
3832002-06-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
384
385 * ospf6_intra.c: new file for management of intra-prefix LSA.
386 * ospf6_abr.c: inter area route calculation code added.
387 * version: 0.9.6e
388
3892002-06-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
390
391 * ospf6_asbr.c: All AS-External route was removed when
392 one of the ASBR path was gone, but the route from other ASBR
393 path should stay remained. this bug is fixed.
394 * version: 0.9.6d
395
3962002-06-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
397
398 * ospf6_route.c: route table calculation bug fixed. [zebra 14105]
399 * ospf6_spf.c, ospf6_route.c, etc.: log message cleaned up.
400 * version: 0.9.6c
401
4022002-04-27 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
403
404 * ospf6_route.c: [zebra 13514] bug fix.
405 thanks to Harald Koch.
406 * version: 0.9.6b
407
4082002-04-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
409
410 * ospf6_dump.c: fix bug of log function
411 * ospf6_area.c: fix bug of intra route deletion
412 * version: 0.9.6a
413
4142002-04-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
415
416 * merged with "current" version.
417 * version: 0.9.6
418
4192001-03-11 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
420
421 * ospf6_lsdb.c ospf6_spf.c: log message changed for debug.
422
4232001-02-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
424
425 * version: 0.9.5i
426
427 * ospf6_asbr.c: Added code that finds alternative
428 AS-External route when remove AS-External route.
429 This is temporary fix ...
430
431 * ospf6_redistribute.c: remove redistributed routes
432 immediately when 'no redistribute ...'
433
4342001-02-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
435
436 * version: 0.9.5h
437
438 * ospf6_spf.c, ospf6_lsa.c: Change to originate Link-LSA on
439 point-to-point links.
440
441 * ospf6_message.c: Bug of log messages of self-originated
442 Hello packet fixed.
443
4442001-02-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
445
446 * version: 0.9.5g
447 * ospf6_asbr.c: fix for the bug that AS-External route
448 is not get removed.
449
4502001-02-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
451
452 * ospf6_lsdb.c: crash bug while receiving wrong LSA scope bit
453 has been temporarily fixed
454
4552001-12-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
456
457 * ospf6_asbr.[ch]: The byte order bug in encoding/decoding
458 the bits/metric field in AS-External-LSA fixed.
459 Fixed to update E-bit in Router-LSA of itself.
460 Reported by Taisuke Sasaki ([zebra 11548]).
461
462 * README: updated.
463
464 * version: 0.9.5f
465
4662001-11-21 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
467
468 * ospf6_prefix.c: Intra-prefix-LSA bug fixed.
469 * ospf6_abr.[ch]: added (only just placeholder yet)
470
4712001-11-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
472
473 * ospf6_route.c: fix to overwrite a prefix when another
474 addition to the prefix is given. freeze function changed
475 not to remove routes by default.
476
477 * version: 0.9.5e
478
4792001-11-19 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
480
481 * version: 0.9.5d
482
483 * ospf6_lsa.c ospf6_spf.c: SPF Calculations are now
484 scheduled by hook.
485
486 * ospf6_route.c: ospf6_route_add bug fix,
487 ospf6_route_remove_all corrected.
488
4892001-11-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
490
491 * ospf6_hook.[ch]: added.
492 * Almost half of the code has been rewritten.
493 especially, ospf6_route.[ch]. Hook call has been injected
494 much.
495 * ospf6_asbr.[ch]: added.
496
4972001-10-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
498
499 * ospf6_dbex.c: ospf6d was wrong to omit reoriginating
500 of LSA when the self-originated LSA was received from others.
501 fixed.
502 * ospf6d.h: version: 0.9.5c
503
5042001-10-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
505
506 * ospf6_lsa.c: 'force-prefix' was not executed. fixed.
507 * ospf6d.h: version: 0.9.5b
508
5092001-10-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
510
511 * ospf6_interface.c: 'passive-interface' is now moved to
512 'ipv6 ospf6 passive' in INTERFACE NODE. 'prefix-list' which
513 specifies the filter prefix for connected address prefix also
514 moved to INTERFACE NODE as 'ipv6 ospf6 advertise prefix-list WORD'.
515 The old obsoleted commands are still acceptable though. New command
516 'ipv6 ospf6 advertise force-prefix' added, which which tells ospf6d
517 to advertise rather prefix than stub local-address even on loopback
518 or pointopoint interfaces.
519
520 * ospf6_dump.c: 'ospf6 debug hello' -> 'ospf6 debug message hello'.
521 same for other message type. The older is still acceptable.
522
523 * ospf6_lsa.c: Changed AS-External generation to new one which uses
524 LSA hooks. Delete old garbage.
525
5262001-10-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
527
528 * ospf6d.c: turn off and turn on sequence with
529 'no interface' 'interface' cmds was not work. fixed.
530
531 * ospf6_lsa.c: generating Intra-Area-Prefix-LSA for stub
532 did not care duplicate prefixes. fixed.
533
5342001-09-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
535
536 * ospf6_message.c: There was a bug that prevent LSDB
537 to syncronize. It was a DbDesc packet bug that Slave
538 sends two different DbDesc packet on the same sequence
539 number. This cause many LSAs are dropped when Exchanging
540 LSDB, because the latter DbDesc packet that have the same
541 sequence number will be ignored as duplicate packet.
542 This seems to be exist at least before 0.9.4 version.
543 Now this is the most stable candidate.
544
545 * ospf6d.h: version 0.9.5a
546
5472001-09-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
548
549 * ospf6_zebra.c ospf6_spf.c ospf6_lsa.c :
550 delete nexthop check to certify the nexthop is Link-local address.
551 Suppress Link-LSA origination on links other than Broadcast.
552 SPF's nexthop calculation first checks linklocal address
553 in Link-LSA, then checks source address of neighbor's packets.
554
555 * ospf6_interface.c ospf6_ism.c ospf6_lsa.c ospf6_nsm.c:
556 intra-area-prefix-lsa origination func moved to new one.
557
558 * ospf6_interface.h ospf6d.[ch] ospf6_lsa.c:
559 interface_area_cmd now changed to have 'passive'
560 and 'prefix-list' option.
561
562 * ospf6_prefix.c:
563 clean up.
564
5652001-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
566
567 * ospf6_dbex.c ospf6_interface.c ospf6_ism.c ospf6_lsa.[ch]:
568 clean up and new LSA origination functions added.
569
570 * ospf6_route.c ospf6_lsdb.c: make vty function more
571 clean/understandable.
572
573 * ospf6d.h: version 0.9.5
574
5752001-08-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
576
577 * ospf6_lsdb.c: Use IS_LSA_MAXAGE macro instead of
578 ospf6_lsa_is_maxage.
579
580 * ospf6_lsa.h (IS_LSA_MAXAGE): Add new macro to check MaxAge.
581
5822001-08-21 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
583
584 * ospf6_lsdb.c: if There's no previous prefix
585 ospf6d was wrongly not calculate the prefix.
586 this reported by (v6 16029) is fixed.
587
588 * ospf6_neighbor.c: Instance of LSA Summary included
589 in DbDesc packet was wrongly freed. The bug cause
590 malformed DbDesc, ExChange <-> ExStart flapping,
591 and then crash.
592
593 * ospf6d.h: version 0.9.4
594
5952001-08-21 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
596
597 * ospf6_route.[ch]: Showing format is changed.
598 'show ipv6 route ospf6' -> 'show ipv6 ospf6 route'
599 'show ipv6 route ospf6 external' ->
600 'show ipv6 ospf6 route redistribute'
601
602 * ospf6_lsdb.c ospf6_lsa.c ospf6_neighbor.c ospf6_interface.c:
603 memory leak in LS list fixed.
604
605 * all: clean up
606
607 * ospf6d.h: version 0.9.3
608
6092001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
610
611 * ospf6d.c (ospf6_timeval_sub_equal): Remove function.
612
613 * ospf6_spf.c (ospf6_timeval_cmp): Rewrite ospf6_timeval_cmp().
614 (ospf6_timeval_add_equal): Function moved from ospf6d.c
615
6162001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
617
618 * zebra-0.92a released.
619
6202001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
621
622 * zebra-0.92 released.
623
6242001-08-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
625
626 * ospf6_lsdb.c ospf6_neighbor.c:
627 LSDB function/structure and LS list function has been rewritten.
628 memory leak has been decreased.
629
630 * ospf6_lsa.[ch] ospf6_dbex.c: garbage code has been deleted.
631
632 * ospf6d.h: version 0.9.2
633
6342001-08-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
635
636 * ospf6_dbex.c ospf6_lsdb.c:
637 Retransmition list had a critical bug that breaks LSDB
638 synchronization. When new LSA be added to retrans-list,
639 old must be removed, but it was not. So new LSA dropped,
640 and LSA Acknowledgement did not work. The bug was fixed.
641
642 * ospf6d.h: version 0.9.1
643
6442001-06-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
645
646 * ospf6_spf.c: crash bug fix in temporary treat code for
647 Router-LSA whose LS-ID != 0
648
649 * ospf6_dbex.c: RFC2328 13.(4) was wrongly coded.
650 (4) Else if the LSA's LS age is equal to MaxAge, and there is
651 currently *NO* instance of the LSA in the router's link state
652 ...
653
654 * ospf6_lsa.c: RFC2328 13.1 checksum tie breaker
655 had been neglected, and has just added now.
656
657 * ospf6d.h: version 0.9.0
658 ospf6d expected to work with hitachi gr2000 from these fixes.
659
6602001-06-12 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
661
662 * ospf6_lsa.c: Fix bug in creating Intra-Area-Prefix-LSA.
663 DR was mis-include others prefixes advertised by their Link-LSA.
664
665 * ospf6_route.c: Fix bug in calculating intra area routes.
666 Not all prefixes in Intra-Area-Prefix-LSA was calculated.
667
668 * ospf6_spf.c:
669 Changed to quit when a error occured in calculating SPF tree.
670 Very messy hack for the bug reported by [zebra 8807]. This
671 is not tested yet.
672 Changed to quit SPF calculation when a nexthop calculation
673 errors.
674
675 * ospf6_zebra.c:
676 Support for interface address deletion.
677
678 * ospf6d.h:
679 version: 0.8.y
680
6812001-04-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
682
683 * ospf6d.h
684 Due to previous change (DR Election algorithm changed),
685 backward compatibility will be lost from this version.
686 version: 0.8.x
687
6882001-04-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
689
690 * ospf6_message.c ospf6_ism.c:
691 Bug of router_id comparison
692
6932001-04-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
694
695 * ospf6_dbex.c: ospf6_dbex_is_maxage_to_be_dropped() had
696 some bug causing Loading state lasts long.
697 version: 0.8.v
698
6992001-04-08 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
700
701 * ospf6_route.c: BUG in AS-External route calculation fixed.
702 It was using OLD LSDB...
703 Version: 0.8.u-
704
7052001-04-08 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
706
707 * ospf6_area.c, ospf6_dbex.c, ospf6_interface.c,
708 ospf6_lsa.c, ospf6_lsdb.c, ospf6_lsdb.h, ospf6_message.c,
709 ospf6_neighbor.c, ospf6_neighbor.h, ospf6_nsm.c,
710 ospf6_redistribute.c, ospf6_route.c, ospf6_spf.c:
711 Delete old LSDB function.
712
713 * ospf6d.h:
714 Version: 0.8.u
715
7162001-04-05 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
717
718 * ospf6_area.c, ospf6_area.h, ospf6_dbex.c, ospf6_interface.c,
719 ospf6_interface.h, ospf6_lsa.c, ospf6_lsdb.c, ospf6_lsdb.h,
720 ospf6_message.c, ospf6_nsm.c, ospf6_redistribute.c, ospf6_route.c,
721 ospf6_spf.c, ospf6_top.c, ospf6_top.h, ospf6d.h:
722 Changed to use New LSDB.
723 Version: 0.8.t
724
7252001-04-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
726
727 * ospf6_lsa.c:
728 Interface stub check in Intra-Area-Prefix-LSA origination
729 was wrong. - fixed.
730
731 * ospf6_area.h, ospf6_dbex.c, ospf6_interface.c,
732 ospf6_interface.h, ospf6_lsa.c, ospf6_lsa.h, ospf6_lsdb.c,
733 ospf6_message.c, ospf6_neighbor.c, ospf6_nsm.c,
734 ospf6_redistribute.c, ospf6_top.c, ospf6_top.h, ospf6d.c:
735 New LSDB functions, but not changed to be used.
736
737 * ospf6d.h:
738 Version: 0.8.s
739
7402001-03-28 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
741
742 * ospf6_area.c ospf6_area.h ospf6_dbex.c ospf6_dump.c
743 ospf6_interface.c ospf6_interface.h ospf6_lsa.c
744 ospf6_message.c ospf6_redistribute.c ospf6_spf.c ospf6_top.c
745 ospf6_top.h ospf6_zebra.c ospf6d.c ospf6d.h: cleaning.
746
7472001-03-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
748
749 * ospf6d.h:
750 version: 0.8.r
751
752 * ospf6_neighbor.[ch], ospf6_lsa.[ch]:
753 just clean up and log clearify.
754
755 * ospf6_message.[ch]:
756 Packet receiving function and dumping OSPFv3 packet has been
757 changed simple and clean.
758
759 * ospf6_dbex.[ch], ospf6_interface.[ch], ospf6_lsdb.[ch],
760 ospf6_neighbor.[ch], ospf6_nsm.[ch]:
761 LSList(i.e. summary list, request list, retrans list, etc) have
762 been rewritten based on new LSDB module. The main LSDB have not
763 yet shifted to this new module, but will shift eventually.
764 This change expected to resolve the problem that the ospf6d keeps
765 on sending redundant LSUpdate/LSAck.
766
767 * ospf6_interface.c: changed default MTU from 1500 to 1280.
768 It was possible that the ospf6d could not send packet (e.g.
769 LSUpdate in response to LSReq in my case) when the packet
770 size accidentally reached near 1500 (I was forget about IP
771 header :p). It is a bit illegal to set MTU 1280 constantly,
772 but I failed once with I/F MTU from kernel (through zebra),
773 and thinks that 1280 is more stable than kernel variable.
774 Comments will be appriciated.
775
7762001-03-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
777
778 * ospf6_dbex.c, ospf6_interface.c, ospf6_ism.c, ospf6_lsdb.[ch],
779 ospf6_neighbor.c, ospf6_spf.c, ospf6d.c:
780 Fix for crash. ospf6d has ever been crashing when
781 'no interface' command executed, and when starting up with
782 the configuration which does not include 'router ospf6'.
783 these has been fixed.
784
7852001-02-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
786
787 * ospf6_lsa.c, ospf6_message.c:
788 LSA summary (exchanged while Adjacency bring up) may expire
789 (may reach MaxAge). Handling this has been added but
790 it's a little bit quick hack.
791
792 * ospf6_message.c:
793 Thread chain bug fixed. Read network thread chain has been cut
794 when receive packets on not-enabled interface. this was wrong
795 and fixed.
796
7972001-02-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
798
799 * ospf6_message.c:
800 I/F MTU check part on sending packet had some bug, and it's fixed.
801 Ospf6d has believed a value from zebra as I/F MTU, but from now
802 I/F MTU is set to constant 1500. This is workaround for ATM.
803
8042001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
805
806 * zebra-0.91 is released.
807
8082001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
809
810 * just code clean up of almost all module.
811 * ospf6_dump.c, ospf6_lsa.c: file dependency.
812 * ospf6_mesg.[ch]: changed filename to ospf6_message.[ch]
813
8142001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
815
816 * zebra-0.90 is released.
817
8182001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
819
820 * ospf6_mesg.c,ospf6_lsa.c: doubly cancel thread bug fixed.
821 version 0.8.k CRASHed for this.
822 * ospf6_lsa.c: bug of logging fixed.
823 version: 0.8.l
824
8252001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
826
827 * ospf6_neighbor.c: fix typo when trying to delete
828 MaxAge AS-External LSA. MaxAge LSA remaining bug is expected
829 to be fixed.
830 version: 0.8.k
831
8322001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
833
834 * ospf6_mesg.c: add I/F Mtu check for sending LS Update.
835
836 * ospf6_dbex.c, ospf6_mesg.c, ospf6_neighbor.c, ospf6_neighbor.h,
837 ospf6_spf.c: Changed type of hisaddr field in ospf6_neighbor
838 structure, from sockaddr_in6 to in6_addr. No protocol/processing
839 changed.
840
8412001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
842
843 * ospf6_mesg.c, ospf6_neighbor.[ch]: Speed up of
844 Database Exchange.
845 version: 0.8.j
846
847 Because the LS Request list was checked only when attempt
848 to send (retransmit) LS Request packet, Loading state lasted
849 long (for RxmtInterval) unexpectedly. This was fixed; LS Request
850 packet will be send as soon as one received a LS Update packet.
851
8522001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
853
854 * ospf6d.h (OSPF6_VTYSH_PATH): Change "/tmp/ospf6d" to
855 /tmp/.ospf6d".
856
8572000-12-29 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
858
859 * ospf6_dump.[ch]: simplified.
860
8612000-12-19 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
862
863 * ospf6_route.c: Fix bug of using unavailable route.
864 version: 0.8.d
865
8662000-11-30 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
867
868 * ospf6_spf.c: calculate statistics. version: 0.8.d
869
8702000-11-26 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
871
872 * ospf6_mesg.c, ospf6_nsm.c: LSDB sync bug fixed.
873 version: 0.8.c
874
8752000-11-26 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
876
877 * ospf6_dbex.c: Start debugging and cleaning.
878
879 * ospf6_area.c, ospf6_dbex.c, ospf6_interface.c, ospf6_lsa.c,
880 ospf6_proto.c, ospf6_top.c: add some function to clarify codes.
881
8822000-11-26 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
883
884 * ospf6_spf.c: Delete old garbage (which was enclosed by #if 0)
885
886 * ospf6_redistribute.c: "redistribute ospf6" was generated in
887 "router ospf6" in config file. It is a bug, and fixed.
888 wrong warning message was deleted.
889
890 * ospf6_main.c: If daemon mode, ospf6d was silent even if
891 the config file was wrong. It is a bug, and fixed.
892
893 * ospf6_route.c, ospf6_zebra.c: Zebra syncronization method
894 has been changed. delete garbages. allow nexthop of :: in case
895 of connected route.
896
897 * ospf6_dbex.c: Delete annoying log messages.
898
899 * ospf6_lsa.c: Changed string for LSA log.
900
9012000-11-21 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
902
903 * ospf6_spf.c: some careless bug fixed.
904
905 * ospf6_route.c: changed not to send garbage route
906 whose nexthop is not linklocal address.
907
9082000-11-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
909
910 * ospf6_rtable.c: renamed to ospf6_route.c
911 whole functionality has been rewritten as new code.
912 new functions not yet installs routes; the old
913 functions still remains. cleaning log messages.
914
915 * ospf6_spf.c: whole functionality has been rewritten
916 as new code. new command "show ipv6 ospf6 spf node",
917 "show ipv6 ospf6 spf tree", "show ipv6 ospf6 spf table"
918 has been added. Memory leak was fixed. cleaning log messages.
919
920 * ospf6d version: 0.7.c
921
9222000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
923
924 * zebra-0.89 is released.
925
9262000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
927
928 * ospf6_lsdb.c (ospf6_lsdb_remove_maxage_lsa): Fix compile
929 warnings.
930
9312000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
932
933 * zebra-0.88 is released.
934
9352000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
936
937 * ospf6_rtable.h (struct ospf6_nexthop): Change ifindex type from
938 unsigned long to unsigned int.
939
9402000-04-28 Kunihiro Ishiguro <kunihiro@zebra.org>
941
942 * ospf6d.h: Include some headers for avoid warning.
943
944 * ospf6_routemap.h: Add newfile.
945
9461999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
947
948 * ospf6_network.c: Respect IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP
949 rather than RFC2133.
950
9511999-10-21 Jun-ichiro itojun Hagino <itojun@itojun.org>
952
953 * ospf6_network.c (ospf6_ipv6_decode_ipv4): Fix bug of conversion
954 from IPv4 Mapped Address to IPv4 address.
955
9561999-08-08 Kunihiro Ishiguro <kunihiro@zebra.org>
957
958 * ospf6_lsa.c (construct_link_lsa): Enclose KAME specific part by
959 #ifdef/#endif.
960
9611999-07-29 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
962
963 * ospf6_mesg.c: add new message process function.
964
9651999-07-25 Kunihiro Ishiguro <kunihiro@zebra.org>
966
967 * ospf6_main.c (sighup): Call of log_rotate() removed.
968
9691999-07-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
970
971 ospf6_dbex.{c,h}: variable "acknowledge" has been deleted.
972
9731999-07-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
974
975 * *.{c,h}: lsa data structure has been drastically
976 changed.
977
9781999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
979
980 * *.{c,h}: bug of updating LSA's which is self
981 originated has been fixed.
982
9831999-07-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
984
985 * *.{c,h} : log clean up.
986
9871999-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
988
989 * ospf6d.c (ospf6_init): Change to use install_default.
990
9911999-07-03 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
992
993 * ospf6_rtable.c (nexthop_*): added some function that handles
994 new nexthop structure.
995
9961999-07-01 Rick Payne <rickp@rossfell.co.uk>
997
998 * ospf6_zebra.c (ospf6_zebra_init): Install standard commands to
999 ZEBRA_NODE.
1000
10011999-06-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1002
1003 * ospf6_rtable.h: added for new routing table of ospf6d
1004
10051999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1006
1007 * ospf6_main.c (signal_init): SIGTERM call sigint.
1008 (sigint): Loggging more better message.
1009
10101999-05-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1011
1012 *ospf6_spf.c (get_prefix_lsa_of_vertex): bug fix about network vertex.
1013
10141999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1015
1016 * ospf6_network.c (send_linkstate_ack): Check HAVE_SIN6_SCOPE_ID
1017 is defined.
1018 * ospf6_mesg.c (make_hello): Likewise.
1019 * ospf6_lsa.c (lsa_flood): Likewise.
1020
10211999-05-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1022
1023 * ospf6_spf.c, etc: Many bug fix.
1024 intra-area-prefix-LSA treatment changed.
1025 network byte order of neighbor ifid changed.
1026
10271999-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1028
1029 * ospf6_zebra.h (struct zebra): Add hitory entry to structure.
1030
10311999-05-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1032
1033 * ospf6_main.c (main): Add KAME check for binding vty socket.
1034 (main): Delete old interface get routine garbage.
1035
1036 * ospf6d.c: Change all `show ip6' statement to `show ipv6'.
1037 (show_ipv6_ospf6_requestlist): Add description.
1038
10391999-05-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1040
1041 * ospf6_lsa.c, etc: Many bug fix, now two routers
1042 on the same segment can become FULL neighbor state
1043 each other.
1044
10451999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1046
1047 * Makefile.am: Add file dependency.
1048 (depend): Add target.
1049
10501999-05-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1051
1052 * Clean up and fix have been almost done. This code
1053 now testing stage of Intra area routing.
1054
1055 * Configuration Vty become more similar to Cisco.
1056
10571999-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1058
1059 * Trim training newline from zlog format arguemnt.
1060
1061 * ospf6_dump.c (ospf6_err): Commented out ospf6_err and
1062 ospf6_warn. Same kind of function should be implemented as
1063 zlog_err or zlog_warn or someting.
1064
1065 * ospf6d.c: Change OSPF_NODE to OSPF6_NODE.
1066 Change OSPF_DEFAULT_CONFIG to OSPF6_DEFAULT_CONFIG.
1067
1068
10691999-04-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1070
1071 * ospf6_mesg.c (make_hello): Add check of SIN6_LEN
1072
10731999-04-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1074
1075 * ospf6_neighbor.c: Change list_clear_all to list_delete_all_node.
1076 Remove list_delete_all fuction and use lib/linklist.c's one.
1077
10781999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1079
1080 * mcast_join(),mcast_leave()'s argument socket length is removed.
1081
10821999-04-08 <kunihiro@zebra.org>
1083
1084 * ospf6_zebra.h (ospf_zebra_read): Fix typo.
1085
1086 * ospf6_interface.h: Tempolary add struct rt_addrinfo.
1087
10881999-03-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1089
1090 * Merge from ospfd-zebra-990303 codes.
1091
10921999-02-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1093
1094 * Makefile.in: add new file.
1095
1096 * Makefile.am: @INCLUDES@ is added for OS/library specific IPv6
1097 directory search.
1098
1099 * Import files from Yasuhiro Ohara <yasu@sfc.wide.ad.jp>'s ospfd.
1100 Impterted files are:
1101 Makefile.am, ospf_area.h, ospf_dump.c, ospf_interface.c,
1102 ospf_interface.h, ospf_lsa.c, ospf_lsa.h, ospf_main.c,
1103 ospf_mesg.c, ospf_mesg.h, ospf_neighbor.c,
1104 ospf_neighbor.h,ospf_network.c, ospf_network.h, ospf_proto.h,
1105 ospf_spf.c, ospf_spf.h, ospf_types.h, ospfd.c, ospfd.h