blob: f374cfc9bc2c41ea17eeadc523b35930e8f7eab5 [file] [log] [blame]
Paul Jakmacb4b8842006-05-15 10:39:30 +000012005-10-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
2
3 * ospf6_asbr.c: fix bug of calculating AS-External routes
4 in other areas. Add debugging function for border-router
5 calculation.
6 * ospf6d.h: version 0.9.7p
7
ajsf52d13c2005-10-01 17:38:06 +000082005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
9
10 * ospf6_asbr.c: Remove local hard-coded tables zroute_name and
11 zroute_abname. Change the ZROUTE_NAME macro to use new library
12 function zebra_route_string(). Remove the ZROUTE_ABNAME macro.
13 (ospf6_asbr_external_route_show): Replace ZROUTE_ABNAME() with
14 a call to zebra_route_char(), and be sure to fix the format string,
15 since we now have a char instead of a char *.
16 * ospf6_zebra.c: Remove local hard-coded tables zebra_route_name and
17 zebra_route_abname. Note that the zebra_route_name[] table
18 contained mixed-case strings, whereas the zebra_route_string()
19 function returns lower-case strings.
20 (ospf6_zebra_read_ipv6): Change debug message to use new library
21 function zebra_route_string() instead of zebra_route_name[].
22 (show_zebra): Use new library function zebra_route_string() instead
23 of zebra_route_name[].
24
paul47828742005-08-10 15:46:11 +0000252005-08-09 Paul Jakma <paul.jakma@sun.com>
26
27 * ospf6_asbr.c: (ospf6_asbr_redistribute_add) Fix sense of testing
28 of route_map_apply return code, it can return many things other
29 than RMAP_MATCH which do not indicate DENY. Should test explicitly
30 for equality to RMAP_DENYMATCH instead.
31
hasso34956b32005-06-24 08:44:02 +0000322005-06-24 Harald Welte <laforge@gnumonks.org>
33
34 * ospf6_abr.[ch], ospf6_area.[ch]: Add area filter-list (in|out)
35 support and area import and export lists support.
36
hasso7b6ae022005-06-24 08:17:51 +0000372005-06-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
38
39 * ospf6_message.c: Changed to be insensitive to changes of neighbors'
40 IP source address in the OSPF packets. It was sometimes problematic
41 in actual operation (needed some operational cost: restarting
42 all-neighbor routers when I/F NIC was changed). Due to this change,
43 a previously safe case, attaching multiple interface to the same
44 link will now be dengerous and will not work. Remedy to that should
45 be applied later.
46
hasso3e834b12005-06-24 07:50:12 +0000472005-06-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
48
49 * ospf6_interface.c: fix the way inactivity_timer is called. Because
50 inactivity_timer() deletes the neighbor from the neighbor_list, it
51 cannot be called by thread_execute() from inner side of the
52 neighbor_list for-loop.
53
hassob31b8132005-05-31 10:24:28 +0000542005-05-31 Hasso Tepper <hasso at quagga.net>
55
56 * ospf6d.c: No need for double ';'. Fixes parsing "show ipv6 ospf6
57 database ..." commands for vtysh by extract.pl. Remove duplicate
58 install_element calls.
59
ajs634f9ea2005-04-11 15:51:40 +0000602005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
61
62 * ospf6_zebra.c (ospf6_zebra_redistribute, ospf6_zebra_no_redistribute):
63 Change 2nd arg to zebra_redistribute_send from zclient->sock
64 to zclient.
65
paul1eb8ef22005-04-07 07:30:20 +0000662005-04-07 Paul Jakma <paul@dishone.st>
67
68 * (global) Fix up list loops to match changes in lib/linklist,
69 and some basic auditing of usage.
70 * ospf6_abr.c: (ospf6_abr_examin_brouter) change to a single
71 scan of the area list, rather than scanning all areas first for
72 INTER_ROUTER and then again for INTER_NETWORK. According to
73 16.2, the scan should be area specific anyway, and further
74 ospf6d does not seem to implement 16.3 anyway.
75
ajs3b7b8142005-04-02 16:37:07 +0000762005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
77
ajse4319de2005-04-02 23:23:55 +000078 * ospf6_interface.[ch]: (ospf6_interface_lookup_by_name) Remove unused
79 function.
80
812005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
82
ajsd2fc8892005-04-02 18:38:43 +000083 * ospf6_zebra.c: (ospf6_zebra_if_del) Previously, this whole function
84 was commented out. But this is not safe: we should at least update
85 the ifindex when the interface is deleted. So the new version
86 updates the interface status and sets ifp->ifindex to
87 IFINDEX_INTERNAL.
88 (ospf6_zebra_route_update) Use if_indextoname properly.
89
902005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
91
ajs3b7b8142005-04-02 16:37:07 +000092 * ospf6_route.c: (ospf6_route_show, ospf6_route_show_detail) Protect
93 against the possibility that the string returned by if_indextoname
94 may not terminate with '\0'.
95
jardinc1ba9e82005-03-02 22:43:26 +0000962005-03-02 Vincent Jardin <Vincent.Jardin@6wind.com>
97
98 * ospf6_zebra.c: Fix core dump when router-id is provided with
99 an empty ospf6d.conf file (no context router ospf6) because
100 ospf6_create has not been called yet.
101
paul8bfb0cb2005-01-25 01:19:28 +00001022005-01-25 Paul Jakma <paul@dishone.st>
103
104 * ospf6_asbr.c: Add "hsls" to the zroute_name const char array.
105
hassoc6487d62004-12-24 06:00:11 +00001062004-12-24 Hasso Tepper <hasso at quagga.net>
107
108 * *.c: Change level of debug messages to LOG_DEBUG.
109
ajs274a4a42004-12-07 15:39:31 +00001102004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
111
112 * ospf6_main.c: (main) The 2nd argument to openzlog has been removed.
113 Note that stdout logging will no longer be enabled by default when
114 not running as a daemon.
115
ajs887c44a2004-12-03 16:36:46 +00001162004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
117
118 * ospf6_main.c: (sigint,sigterm) Use zlog_notice for termination
119 message.
120 (main) Remove commented-out call to pid_output_lock (which should
121 never be called other than from inside pid_output). And use
122 zlog_notice to print the startup message, which now includes
123 the vty port.
124
hassob3c8c462004-11-26 12:55:51 +00001252004-11-26 Hasso Tepper <hasso at quagga.net>
126
127 * ospf6_snmp.c: Fix compile: listnode -> struct listnode *.
128
hassoc0652302004-11-25 19:33:48 +00001292004-11-25 Hasso Tepper <hasso at quagga.net>
130
131 * ospf6_main.c: Make group to run as configurable.
132
gdt6639a042004-11-05 18:42:27 +00001332004-11-05 Phil Spagnolo <phillip.a.spagnolo@boeing.com>
134 * ospf6_flood.c: When adding a thread to retransmit an lsa after
135 rxmt_interval, the ospf6d used thread_add_event(). However,
136 thread_add_event() executes immediately and ignores the delay parameter.
137 This was causing unnecesary unicast LSU sends. Adding the thread has
138 been changed to use thread_add_timer() which will expire after delay.
139 After the fix results appear consistent with expectation.
140
hassoc75105a2004-10-13 10:33:26 +00001412004-10-12 Hasso Tepper <hasso at quagga.net>
142
143 * ospf6_snmp.c: Remove defaults used to initialize smux connection to
144 snmpd. Connection is initialized only if smux peer is configured.
145
hassoc8a440e2004-10-11 17:02:40 +00001462004-10-11 Hasso Tepper <hasso at quagga.net>
147
148 * osp6_top.c, ospf6_top.h: Better handling for router-id. If we use
149 common one, don't output it into configuration - only statically
150 configured one.
151
paulddd119f2004-10-10 08:07:29 +00001522004-10-10 Paul Jakma <paul@dishone.st>
153
154 * Makefile.am: fix listing of ospf_snmp.c in noinst_HEADERS
paul0c083ee2004-10-10 12:54:58 +0000155 * ospf6_route.c: Add const qualifier to various char arrays of
156 constants. signed/unsigned fixes.
157 (ospf6_linkstate_table_show) argv is const
158 * ospf6_snmp.c: listnode typedef is dead.
159 (ospf6_snmp_init) Take struct thread_master arg, needed for
160 smux_init.
161 * ospf6_snmp.h: update ospf6_snmp_init declaration.
162 * ospf6d.c: (ospf6_init) add const qualifier to sargv, pass master
163 to ospf_snmp6_init.
164 * ospf6_asbr.c: const char update.
165 * ospf6_interface.c: ditto, plus signed/unsigned fixes.
166 (ipv6_ospf6_cost) Check whether cost fits in u_int32_t and use
167 strtoul.
168 * ospf6_intra.c: const char update. Parenthesise expression.
169 * ospf6_lsa.c: signed/unsigned and const char updates.
170 * ospf6_proto.c: ditto.
171 * ospf6_message.c: ditto.
172 * ospf6_lsdb.c: signed/unsigned update.
173 * ospf6_main.c: const char update.
174 * ospf6_neighbor.c: ditto.
175 * ospf6_spf.c: ditto.
176 * ospf6_top.c: ditto.
177
hassoef1bbf52004-10-08 12:04:21 +00001782004-10-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
179
hasso2680aa22004-11-25 20:54:46 +0000180 * ospf6_snmp.c: add partial support for SNMP
181 (i.e. ospfv3AreaLsdbTable).
182 * OSPFv3-MIB.txt: Net-SNMP translate Unsigned32 range
183 (0..'FFFFFFFF'h) incorrectly to (0..-1). Those parts for
184 Unsigned32 range are changed to (0..4294967295).
185 Also, doubtful 'not-accessible's are changed to read-only.
186
1872004-10-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
188
hassoef1bbf52004-10-08 12:04:21 +0000189 * ospf6_snmp.[ch], OSPFV3-MIB.txt: start supporting SNMP.
190 it follows draft-ietf-ospf-ospfv3-mib-08.txt, but change
191 OSPFv3 tree to {experimental 102} based on
192 http://www.iana.org/assignments/smi-numbers:
193 Prefix: iso.org.dod.internet.experimental (1.3.6.1.3.)
194 102 OSPFv3 OSPF for IPv6 [Joyal]
195
hasso18a6dce2004-10-03 18:18:34 +00001962004-10-03 Hasso Tepper <hasso at quagga.net>
197
198 * ospf6_zebra.c: Use router id from zebra daemon if it wasn't set in
199 configuration.
200
hasso03d52f82004-09-29 00:26:19 +00002012004-09-25 Hasso Tepper <hasso at estpak.ee>
202
203 * ospf6_asbr.c, ospf6_lsa.c, ospf6_proto.c, ospf6_proto.h: Fix
204 compiler warnings.
205
hasso52dc7ee2004-09-23 19:18:23 +00002062004-09-23 Hasso Tepper <hasso at quagga.net>
207
208 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
209
hasso9428f2d2004-09-13 14:01:12 +00002102004-09-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
211
212 * ospf6_intra.c, ospf6_route.[ch]: try to fix assertion failure
213 in brouter's route_remove
214 * ospf6d.h: version 0.9.7o
215
2162004-09-12 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
217
218 * ospf6_route.c: route_count_assert bug fix
219 * ospf6d.h: version 0.9.7n
220
hasso4846ef62004-09-03 06:04:00 +00002212004-09-03 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
222
223 * ospf6_area.c, ospf6_route.c, ospf6_top.c, ospf6d.c:
224 "show intra-route" function and "show SPF result" function is
225 changed.
226 * ospf6_neighbor.c: Changed to update stub intra-prefix origination
227 when it is not DR.
228 * ospf6_route.h: resolv conflict between best flag and
229 active-summary flag.
230 * ospf6d.h: version 0.9.7m
231
hasso1e058382004-09-01 21:36:14 +00002322004-09-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
233
hasso63069ad2004-09-02 13:01:01 +0000234 * ospf6_asbr.c: E-bit check in examining AS-External-LSA
235 * ospf6_abr.c: E-bit set in receiving Inter-Area-Router-LSA
236
2372004-09-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
238
hasso1e058382004-09-01 21:36:14 +0000239 * *.[ch]: Logging LSAs of particular type is added.
240 lsa_handler is now using vector in order to adjust
241 existing LSA modules.
242 * ospf6d.h: version 0.9.7l
243
hassoe42f5a32004-08-28 17:04:33 +00002442004-08-28 Hasso Tepper <hasso at quagga.net>
245
246 * ospf6_main.c: Modify for sigevents.
247
hasso9a096262004-08-26 18:56:19 +00002482004-08-26 Hasso Tepper <hasso@estpak.ee>
249
250 * ospf6_interface.c, ospf6_top.c, ospf6d.c: for vtysh.
251
hasso3b687352004-08-19 06:56:53 +00002522004-08-19 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
253
hassoccb59b12004-08-25 09:10:37 +0000254 * ospf6_asbr.c: Bug in ASBR check fixed.
255 * ospf6d.h: version 0.9.7k
256
2572004-08-19 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
258
hasso3b687352004-08-19 06:56:53 +0000259 * ospf6_asbr.c: Bug in AS-External Origination fixed.
260 * ospf6d.h: version 0.9.7j
261
hasso6452df02004-08-15 05:52:07 +00002622004-08-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
263
264 * *.c: Area support almost done. (almost ! ;p)
265 * ospf6d.h: version 0.9.7i
266
2672004-08-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
268
269 * ospf6_message.c: Bug cause BadLSReq is fixed.
270 * ospf6_abr.c: Border Router check.
271 * ospf6d.h: version 0.9.7h
272
2732004-08-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
274
275 * ospf6_area.[ch], ospf6_abr.[ch]: area range,
276 border-routers, Inter-Area-Router-LSA origination
277 * ospf6d.h: version 0.9.7g
278
2792004-08-12 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
280
281 * *.[c,h]: LSA refreshing is changed and cleaned up.
282 * ospf6d.h: version 0.9.7f
283
hasso049207c2004-08-04 20:02:13 +00002842004-08-01 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
285
286 * ospf6_abr.[ch]: add files for abr function.
287 * *.c: VTY_NEWLINE -> VNL
288 * ospf6d.h: version 0.9.7e
289 show database functions are rewritten.
290
hasso1203e1c2004-07-23 21:34:27 +00002912004-07-23 Hasso Tepper <hasso@estpak.ee>
292
293 * ospf6_interface.c, ospf6_zebra.c: use ifp->mtu6 instead of
294 ifp->mtu.
295
paul79dc3732004-07-23 15:17:45 +00002962004-07-23 Paul Jakma <paul@dishone.st>
297
298 * ospf6_main.c: Delete LOG_PERROR, not portable.
299 * ospf6_network.c: (ospf6_set_pktinfo) use setsockopt_ipv6_pktinfo
300
hassob596c712004-07-09 18:33:43 +00003012004-07-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
302
303 * ospf6_message.c, ospf6_interface.c: add a command to configure
304 ospf6 ifmtu on a interface.
305 * ospf6d.h: version 0.9.7d
306
hasso508e53e2004-05-18 18:57:06 +00003072004-05-18 Hasso Tepper <hasso@estpak.ee>
paul0a589352004-05-08 11:48:26 +0000308
hasso508e53e2004-05-18 18:57:06 +0000309 * *.*: Merge rewritten ospf6d from Zebra repository.
310 * ospf6_network.c, ospf6_main.c: Merged privs stuff back in.
311 * ospf6_zebra.c: Sync back to zclient changes.
hasso3b4cd3a2004-05-18 19:28:32 +0000312 * ospf6_asbr.c: Added isis to the routings list.
313 * ospf6_main.c: "version.h" -> <lib/version.h>
314
3152004-05-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
316
317 * ospf6_flood.[ch], ospf6_lsa.[ch], ospf6_lsdb.h, ospf6_message.c
318 ospf6_neighbor.c: Fix crash bug and change the way to count
319 how many neighbors include paticular LSA on its retrans-list.
320 * ospf6d.h: version 0.9.7c
321
3222004-05-03 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
323
324 * ospf6_message.[ch], ospf6_interface.c: adjust send/recv buffer
325 size to interface MTUs.
326 * ospf6d.h: version 0.9.7b
hasso508e53e2004-05-18 18:57:06 +0000327
3282003-08-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
329
330 * *.[ch]: rewrite all source code from scratch
331 * ospf6d.h: version 0.9.7
332
paulf1c61a02003-08-12 05:25:49 +00003332003-08-11 Taisuke Sasaki <sasaki@soft.net.fujitsu.co.jp>
334
hasso508e53e2004-05-18 18:57:06 +0000335 * ospf6_ism.c: DR Election bug fix.
paul445f1432003-05-16 19:00:31 +0000336
3372003-04-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
338
339 * ospf6_asbr.c: AS-External LSA refresh was based on the
340 prefix of the obsolete LSA. It was wrong so fixed.
341 * version: 0.9.6p
342
paul718e3742002-12-13 20:15:29 +00003432002-11-09 Vincent Jardin <jardin@6wind.com>
344
345 * ospf6_interface.c: update link-local address on interface creation.
346
3472002-11-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
348
349 * ospf6_asbr.c: apply MinLSInterval to AS-External-LSA origination.
350 * ospf6_lsa.c: change not to issue flooding caused by expire event
351 when the received LSA is (already) MaxAge.
352 * ospf6_spf.c: fix a bug which is that ospf6d calculates
353 wrong nexthop when failed to find Link-LSA for the neighbor.
354 * ospf6_damp.c ospf6_dbex.c ospf6_neighbor.c ospf6_spf.c:
355 some clean up
356 * version: 0.9.6o
357
3582002-10-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
359
360 * ospf6_asbr.c: bug of failing ASE lsa refresh fixed.
361 * version: 0.9.6n
362
3632002-10-01 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
364
365 * ospf6_asbr.c: AS-External-LSA origination function
366 is re-written.
367 * ospf6_damp.[ch]: New feature that damps flaps is added.
368 * version: 0.9.6m
369
3702002-07-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
371
372 * ospf6_spf.c: unwanted assert() in ospf6_spf_nexthop_calculation()
373 is deleted.
374 * version: 0.9.6l
375
3762002-07-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
377
378 * ospf6_dbex.c: bug that ospf6d fails to refresh self-originated
379 LSA if he have not the LSA before has been fixed.
380 * ospf6_asbr.c: bug of failing removing ASE LSA when remove
381 message arrived from zebra has been fixed.
382 * version: 0.9.6k
383
3842002-07-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
385
386 * ospf6_zebra.c: bug reported [zebra 14642] fixed.
387 The bug was related to the synchronization between zebra
388 and ospf6d. Now synchronization will be correctly done.
389 * version: 0.9.6j
390
3912002-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
392
393 * ospf6_lsdb.c: bug fixed in ospf6_lsdb_type_router ().
394 * ospf6_dbex.c: because of retrans list structure changed
395 due to LSDB change, removal of old instance from retrans-list
396 is not necessary anymore. this caused crash but now fixed.
397 * version: 0.9.6i
398
3992002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
400
401 * zebra-0.93 released.
402
4032002-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
404
405 * ospf6_lsdb.c: entirely rewritten. now ospf6d uses
406 radix tree by using lib/table.[ch] for LSDB lookup.
407 * ospf6_abr.c, ospf6_asbr.c, ospf6_intra.c: hook changed
408 due to rewriting of lsdb module.
409 * ospf6_neighbor.c: lack of check existence and find correct
410 instance of the LSA which is going to be removed from neighbor's
411 retransmission was filled.
412 * version: 0.9.6h
413
4142002-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
415
416 * ospf6_intra.c: bug fix for Intra-route deletion.
417 * ospf6_route.c: bug fix for path comparison.
418 * version: 0.9.6g
419
4202002-06-28 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
421
422 * ospf6_route.c: some logs trying to find the situation
423 when assert occur are added. route duration statistics
424 added.
425 * ospf6_zebra.c: trying to fix the problem reported by
426 [zebra 14318] but not yet sure.
427 * version: 0.9.6f
428
4292002-06-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
430
431 * ospf6_intra.c: new file for management of intra-prefix LSA.
432 * ospf6_abr.c: inter area route calculation code added.
433 * version: 0.9.6e
434
4352002-06-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
436
437 * ospf6_asbr.c: All AS-External route was removed when
438 one of the ASBR path was gone, but the route from other ASBR
439 path should stay remained. this bug is fixed.
440 * version: 0.9.6d
441
4422002-06-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
443
444 * ospf6_route.c: route table calculation bug fixed. [zebra 14105]
445 * ospf6_spf.c, ospf6_route.c, etc.: log message cleaned up.
446 * version: 0.9.6c
447
4482002-04-27 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
449
450 * ospf6_route.c: [zebra 13514] bug fix.
451 thanks to Harald Koch.
452 * version: 0.9.6b
453
4542002-04-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
455
456 * ospf6_dump.c: fix bug of log function
457 * ospf6_area.c: fix bug of intra route deletion
458 * version: 0.9.6a
459
4602002-04-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
461
462 * merged with "current" version.
463 * version: 0.9.6
464
4652001-03-11 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
466
467 * ospf6_lsdb.c ospf6_spf.c: log message changed for debug.
468
4692001-02-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
470
471 * version: 0.9.5i
472
473 * ospf6_asbr.c: Added code that finds alternative
474 AS-External route when remove AS-External route.
475 This is temporary fix ...
476
477 * ospf6_redistribute.c: remove redistributed routes
478 immediately when 'no redistribute ...'
479
4802001-02-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
481
482 * version: 0.9.5h
483
484 * ospf6_spf.c, ospf6_lsa.c: Change to originate Link-LSA on
485 point-to-point links.
486
487 * ospf6_message.c: Bug of log messages of self-originated
488 Hello packet fixed.
489
4902001-02-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
491
492 * version: 0.9.5g
493 * ospf6_asbr.c: fix for the bug that AS-External route
494 is not get removed.
495
4962001-02-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
497
498 * ospf6_lsdb.c: crash bug while receiving wrong LSA scope bit
499 has been temporarily fixed
500
5012001-12-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
502
503 * ospf6_asbr.[ch]: The byte order bug in encoding/decoding
504 the bits/metric field in AS-External-LSA fixed.
505 Fixed to update E-bit in Router-LSA of itself.
506 Reported by Taisuke Sasaki ([zebra 11548]).
507
508 * README: updated.
509
510 * version: 0.9.5f
511
5122001-11-21 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
513
514 * ospf6_prefix.c: Intra-prefix-LSA bug fixed.
515 * ospf6_abr.[ch]: added (only just placeholder yet)
516
5172001-11-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
518
519 * ospf6_route.c: fix to overwrite a prefix when another
520 addition to the prefix is given. freeze function changed
521 not to remove routes by default.
522
523 * version: 0.9.5e
524
5252001-11-19 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
526
527 * version: 0.9.5d
528
529 * ospf6_lsa.c ospf6_spf.c: SPF Calculations are now
530 scheduled by hook.
531
532 * ospf6_route.c: ospf6_route_add bug fix,
533 ospf6_route_remove_all corrected.
534
5352001-11-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
536
537 * ospf6_hook.[ch]: added.
538 * Almost half of the code has been rewritten.
539 especially, ospf6_route.[ch]. Hook call has been injected
540 much.
541 * ospf6_asbr.[ch]: added.
542
5432001-10-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
544
545 * ospf6_dbex.c: ospf6d was wrong to omit reoriginating
546 of LSA when the self-originated LSA was received from others.
547 fixed.
548 * ospf6d.h: version: 0.9.5c
549
5502001-10-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
551
552 * ospf6_lsa.c: 'force-prefix' was not executed. fixed.
553 * ospf6d.h: version: 0.9.5b
554
5552001-10-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
556
557 * ospf6_interface.c: 'passive-interface' is now moved to
558 'ipv6 ospf6 passive' in INTERFACE NODE. 'prefix-list' which
559 specifies the filter prefix for connected address prefix also
560 moved to INTERFACE NODE as 'ipv6 ospf6 advertise prefix-list WORD'.
561 The old obsoleted commands are still acceptable though. New command
562 'ipv6 ospf6 advertise force-prefix' added, which which tells ospf6d
563 to advertise rather prefix than stub local-address even on loopback
564 or pointopoint interfaces.
565
566 * ospf6_dump.c: 'ospf6 debug hello' -> 'ospf6 debug message hello'.
567 same for other message type. The older is still acceptable.
568
569 * ospf6_lsa.c: Changed AS-External generation to new one which uses
570 LSA hooks. Delete old garbage.
571
5722001-10-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
573
574 * ospf6d.c: turn off and turn on sequence with
575 'no interface' 'interface' cmds was not work. fixed.
576
577 * ospf6_lsa.c: generating Intra-Area-Prefix-LSA for stub
578 did not care duplicate prefixes. fixed.
579
5802001-09-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
581
582 * ospf6_message.c: There was a bug that prevent LSDB
583 to syncronize. It was a DbDesc packet bug that Slave
584 sends two different DbDesc packet on the same sequence
585 number. This cause many LSAs are dropped when Exchanging
586 LSDB, because the latter DbDesc packet that have the same
587 sequence number will be ignored as duplicate packet.
588 This seems to be exist at least before 0.9.4 version.
589 Now this is the most stable candidate.
590
591 * ospf6d.h: version 0.9.5a
592
5932001-09-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
594
595 * ospf6_zebra.c ospf6_spf.c ospf6_lsa.c :
596 delete nexthop check to certify the nexthop is Link-local address.
597 Suppress Link-LSA origination on links other than Broadcast.
598 SPF's nexthop calculation first checks linklocal address
599 in Link-LSA, then checks source address of neighbor's packets.
600
601 * ospf6_interface.c ospf6_ism.c ospf6_lsa.c ospf6_nsm.c:
602 intra-area-prefix-lsa origination func moved to new one.
603
604 * ospf6_interface.h ospf6d.[ch] ospf6_lsa.c:
605 interface_area_cmd now changed to have 'passive'
606 and 'prefix-list' option.
607
608 * ospf6_prefix.c:
609 clean up.
610
6112001-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
612
613 * ospf6_dbex.c ospf6_interface.c ospf6_ism.c ospf6_lsa.[ch]:
614 clean up and new LSA origination functions added.
615
616 * ospf6_route.c ospf6_lsdb.c: make vty function more
617 clean/understandable.
618
619 * ospf6d.h: version 0.9.5
620
6212001-08-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
622
623 * ospf6_lsdb.c: Use IS_LSA_MAXAGE macro instead of
624 ospf6_lsa_is_maxage.
625
626 * ospf6_lsa.h (IS_LSA_MAXAGE): Add new macro to check MaxAge.
627
6282001-08-21 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
629
630 * ospf6_lsdb.c: if There's no previous prefix
631 ospf6d was wrongly not calculate the prefix.
632 this reported by (v6 16029) is fixed.
633
634 * ospf6_neighbor.c: Instance of LSA Summary included
635 in DbDesc packet was wrongly freed. The bug cause
636 malformed DbDesc, ExChange <-> ExStart flapping,
637 and then crash.
638
639 * ospf6d.h: version 0.9.4
640
6412001-08-21 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
642
643 * ospf6_route.[ch]: Showing format is changed.
644 'show ipv6 route ospf6' -> 'show ipv6 ospf6 route'
645 'show ipv6 route ospf6 external' ->
646 'show ipv6 ospf6 route redistribute'
647
648 * ospf6_lsdb.c ospf6_lsa.c ospf6_neighbor.c ospf6_interface.c:
649 memory leak in LS list fixed.
650
651 * all: clean up
652
653 * ospf6d.h: version 0.9.3
654
6552001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
656
657 * ospf6d.c (ospf6_timeval_sub_equal): Remove function.
658
659 * ospf6_spf.c (ospf6_timeval_cmp): Rewrite ospf6_timeval_cmp().
660 (ospf6_timeval_add_equal): Function moved from ospf6d.c
661
6622001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
663
664 * zebra-0.92a released.
665
6662001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
667
668 * zebra-0.92 released.
669
6702001-08-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
671
672 * ospf6_lsdb.c ospf6_neighbor.c:
673 LSDB function/structure and LS list function has been rewritten.
674 memory leak has been decreased.
675
676 * ospf6_lsa.[ch] ospf6_dbex.c: garbage code has been deleted.
677
678 * ospf6d.h: version 0.9.2
679
6802001-08-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
681
682 * ospf6_dbex.c ospf6_lsdb.c:
683 Retransmition list had a critical bug that breaks LSDB
684 synchronization. When new LSA be added to retrans-list,
685 old must be removed, but it was not. So new LSA dropped,
686 and LSA Acknowledgement did not work. The bug was fixed.
687
688 * ospf6d.h: version 0.9.1
689
6902001-06-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
691
692 * ospf6_spf.c: crash bug fix in temporary treat code for
693 Router-LSA whose LS-ID != 0
694
695 * ospf6_dbex.c: RFC2328 13.(4) was wrongly coded.
696 (4) Else if the LSA's LS age is equal to MaxAge, and there is
697 currently *NO* instance of the LSA in the router's link state
698 ...
699
700 * ospf6_lsa.c: RFC2328 13.1 checksum tie breaker
701 had been neglected, and has just added now.
702
703 * ospf6d.h: version 0.9.0
704 ospf6d expected to work with hitachi gr2000 from these fixes.
705
7062001-06-12 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
707
708 * ospf6_lsa.c: Fix bug in creating Intra-Area-Prefix-LSA.
709 DR was mis-include others prefixes advertised by their Link-LSA.
710
711 * ospf6_route.c: Fix bug in calculating intra area routes.
712 Not all prefixes in Intra-Area-Prefix-LSA was calculated.
713
714 * ospf6_spf.c:
715 Changed to quit when a error occured in calculating SPF tree.
716 Very messy hack for the bug reported by [zebra 8807]. This
717 is not tested yet.
718 Changed to quit SPF calculation when a nexthop calculation
719 errors.
720
721 * ospf6_zebra.c:
722 Support for interface address deletion.
723
724 * ospf6d.h:
725 version: 0.8.y
726
7272001-04-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
728
729 * ospf6d.h
730 Due to previous change (DR Election algorithm changed),
731 backward compatibility will be lost from this version.
732 version: 0.8.x
733
7342001-04-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
735
736 * ospf6_message.c ospf6_ism.c:
737 Bug of router_id comparison
738
7392001-04-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
740
741 * ospf6_dbex.c: ospf6_dbex_is_maxage_to_be_dropped() had
742 some bug causing Loading state lasts long.
743 version: 0.8.v
744
7452001-04-08 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
746
747 * ospf6_route.c: BUG in AS-External route calculation fixed.
748 It was using OLD LSDB...
749 Version: 0.8.u-
750
7512001-04-08 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
752
753 * ospf6_area.c, ospf6_dbex.c, ospf6_interface.c,
754 ospf6_lsa.c, ospf6_lsdb.c, ospf6_lsdb.h, ospf6_message.c,
755 ospf6_neighbor.c, ospf6_neighbor.h, ospf6_nsm.c,
756 ospf6_redistribute.c, ospf6_route.c, ospf6_spf.c:
757 Delete old LSDB function.
758
759 * ospf6d.h:
760 Version: 0.8.u
761
7622001-04-05 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
763
764 * ospf6_area.c, ospf6_area.h, ospf6_dbex.c, ospf6_interface.c,
765 ospf6_interface.h, ospf6_lsa.c, ospf6_lsdb.c, ospf6_lsdb.h,
766 ospf6_message.c, ospf6_nsm.c, ospf6_redistribute.c, ospf6_route.c,
767 ospf6_spf.c, ospf6_top.c, ospf6_top.h, ospf6d.h:
768 Changed to use New LSDB.
769 Version: 0.8.t
770
7712001-04-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
772
773 * ospf6_lsa.c:
774 Interface stub check in Intra-Area-Prefix-LSA origination
775 was wrong. - fixed.
776
777 * ospf6_area.h, ospf6_dbex.c, ospf6_interface.c,
778 ospf6_interface.h, ospf6_lsa.c, ospf6_lsa.h, ospf6_lsdb.c,
779 ospf6_message.c, ospf6_neighbor.c, ospf6_nsm.c,
780 ospf6_redistribute.c, ospf6_top.c, ospf6_top.h, ospf6d.c:
781 New LSDB functions, but not changed to be used.
782
783 * ospf6d.h:
784 Version: 0.8.s
785
7862001-03-28 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
787
788 * ospf6_area.c ospf6_area.h ospf6_dbex.c ospf6_dump.c
789 ospf6_interface.c ospf6_interface.h ospf6_lsa.c
790 ospf6_message.c ospf6_redistribute.c ospf6_spf.c ospf6_top.c
791 ospf6_top.h ospf6_zebra.c ospf6d.c ospf6d.h: cleaning.
792
7932001-03-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
794
795 * ospf6d.h:
796 version: 0.8.r
797
798 * ospf6_neighbor.[ch], ospf6_lsa.[ch]:
799 just clean up and log clearify.
800
801 * ospf6_message.[ch]:
802 Packet receiving function and dumping OSPFv3 packet has been
803 changed simple and clean.
804
805 * ospf6_dbex.[ch], ospf6_interface.[ch], ospf6_lsdb.[ch],
806 ospf6_neighbor.[ch], ospf6_nsm.[ch]:
807 LSList(i.e. summary list, request list, retrans list, etc) have
808 been rewritten based on new LSDB module. The main LSDB have not
809 yet shifted to this new module, but will shift eventually.
810 This change expected to resolve the problem that the ospf6d keeps
811 on sending redundant LSUpdate/LSAck.
812
813 * ospf6_interface.c: changed default MTU from 1500 to 1280.
814 It was possible that the ospf6d could not send packet (e.g.
815 LSUpdate in response to LSReq in my case) when the packet
816 size accidentally reached near 1500 (I was forget about IP
817 header :p). It is a bit illegal to set MTU 1280 constantly,
818 but I failed once with I/F MTU from kernel (through zebra),
819 and thinks that 1280 is more stable than kernel variable.
820 Comments will be appriciated.
821
8222001-03-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
823
824 * ospf6_dbex.c, ospf6_interface.c, ospf6_ism.c, ospf6_lsdb.[ch],
825 ospf6_neighbor.c, ospf6_spf.c, ospf6d.c:
826 Fix for crash. ospf6d has ever been crashing when
827 'no interface' command executed, and when starting up with
828 the configuration which does not include 'router ospf6'.
829 these has been fixed.
830
8312001-02-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
832
833 * ospf6_lsa.c, ospf6_message.c:
834 LSA summary (exchanged while Adjacency bring up) may expire
835 (may reach MaxAge). Handling this has been added but
836 it's a little bit quick hack.
837
838 * ospf6_message.c:
839 Thread chain bug fixed. Read network thread chain has been cut
840 when receive packets on not-enabled interface. this was wrong
841 and fixed.
842
8432001-02-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
844
845 * ospf6_message.c:
846 I/F MTU check part on sending packet had some bug, and it's fixed.
847 Ospf6d has believed a value from zebra as I/F MTU, but from now
848 I/F MTU is set to constant 1500. This is workaround for ATM.
849
8502001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
851
852 * zebra-0.91 is released.
853
8542001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
855
856 * just code clean up of almost all module.
857 * ospf6_dump.c, ospf6_lsa.c: file dependency.
858 * ospf6_mesg.[ch]: changed filename to ospf6_message.[ch]
859
8602001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
861
862 * zebra-0.90 is released.
863
8642001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
865
866 * ospf6_mesg.c,ospf6_lsa.c: doubly cancel thread bug fixed.
867 version 0.8.k CRASHed for this.
868 * ospf6_lsa.c: bug of logging fixed.
869 version: 0.8.l
870
8712001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
872
873 * ospf6_neighbor.c: fix typo when trying to delete
874 MaxAge AS-External LSA. MaxAge LSA remaining bug is expected
875 to be fixed.
876 version: 0.8.k
877
8782001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
879
880 * ospf6_mesg.c: add I/F Mtu check for sending LS Update.
881
882 * ospf6_dbex.c, ospf6_mesg.c, ospf6_neighbor.c, ospf6_neighbor.h,
883 ospf6_spf.c: Changed type of hisaddr field in ospf6_neighbor
884 structure, from sockaddr_in6 to in6_addr. No protocol/processing
885 changed.
886
8872001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
888
889 * ospf6_mesg.c, ospf6_neighbor.[ch]: Speed up of
890 Database Exchange.
891 version: 0.8.j
892
893 Because the LS Request list was checked only when attempt
894 to send (retransmit) LS Request packet, Loading state lasted
895 long (for RxmtInterval) unexpectedly. This was fixed; LS Request
896 packet will be send as soon as one received a LS Update packet.
897
8982001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
899
900 * ospf6d.h (OSPF6_VTYSH_PATH): Change "/tmp/ospf6d" to
901 /tmp/.ospf6d".
902
9032000-12-29 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
904
905 * ospf6_dump.[ch]: simplified.
906
9072000-12-19 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
908
909 * ospf6_route.c: Fix bug of using unavailable route.
910 version: 0.8.d
911
9122000-11-30 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
913
914 * ospf6_spf.c: calculate statistics. version: 0.8.d
915
9162000-11-26 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
917
918 * ospf6_mesg.c, ospf6_nsm.c: LSDB sync bug fixed.
919 version: 0.8.c
920
9212000-11-26 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
922
923 * ospf6_dbex.c: Start debugging and cleaning.
924
925 * ospf6_area.c, ospf6_dbex.c, ospf6_interface.c, ospf6_lsa.c,
926 ospf6_proto.c, ospf6_top.c: add some function to clarify codes.
927
9282000-11-26 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
929
930 * ospf6_spf.c: Delete old garbage (which was enclosed by #if 0)
931
932 * ospf6_redistribute.c: "redistribute ospf6" was generated in
933 "router ospf6" in config file. It is a bug, and fixed.
934 wrong warning message was deleted.
935
936 * ospf6_main.c: If daemon mode, ospf6d was silent even if
937 the config file was wrong. It is a bug, and fixed.
938
939 * ospf6_route.c, ospf6_zebra.c: Zebra syncronization method
940 has been changed. delete garbages. allow nexthop of :: in case
941 of connected route.
942
943 * ospf6_dbex.c: Delete annoying log messages.
944
945 * ospf6_lsa.c: Changed string for LSA log.
946
9472000-11-21 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
948
949 * ospf6_spf.c: some careless bug fixed.
950
951 * ospf6_route.c: changed not to send garbage route
952 whose nexthop is not linklocal address.
953
9542000-11-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
955
956 * ospf6_rtable.c: renamed to ospf6_route.c
957 whole functionality has been rewritten as new code.
958 new functions not yet installs routes; the old
959 functions still remains. cleaning log messages.
960
961 * ospf6_spf.c: whole functionality has been rewritten
962 as new code. new command "show ipv6 ospf6 spf node",
963 "show ipv6 ospf6 spf tree", "show ipv6 ospf6 spf table"
964 has been added. Memory leak was fixed. cleaning log messages.
965
966 * ospf6d version: 0.7.c
967
9682000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
969
970 * zebra-0.89 is released.
971
9722000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
973
974 * ospf6_lsdb.c (ospf6_lsdb_remove_maxage_lsa): Fix compile
975 warnings.
976
9772000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
978
979 * zebra-0.88 is released.
980
9812000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
982
983 * ospf6_rtable.h (struct ospf6_nexthop): Change ifindex type from
984 unsigned long to unsigned int.
985
9862000-04-28 Kunihiro Ishiguro <kunihiro@zebra.org>
987
988 * ospf6d.h: Include some headers for avoid warning.
989
990 * ospf6_routemap.h: Add newfile.
991
9921999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
993
994 * ospf6_network.c: Respect IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP
995 rather than RFC2133.
996
9971999-10-21 Jun-ichiro itojun Hagino <itojun@itojun.org>
998
999 * ospf6_network.c (ospf6_ipv6_decode_ipv4): Fix bug of conversion
1000 from IPv4 Mapped Address to IPv4 address.
1001
10021999-08-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1003
1004 * ospf6_lsa.c (construct_link_lsa): Enclose KAME specific part by
1005 #ifdef/#endif.
1006
10071999-07-29 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1008
1009 * ospf6_mesg.c: add new message process function.
1010
10111999-07-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1012
1013 * ospf6_main.c (sighup): Call of log_rotate() removed.
1014
10151999-07-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1016
1017 ospf6_dbex.{c,h}: variable "acknowledge" has been deleted.
1018
10191999-07-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1020
1021 * *.{c,h}: lsa data structure has been drastically
1022 changed.
1023
10241999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1025
1026 * *.{c,h}: bug of updating LSA's which is self
1027 originated has been fixed.
1028
10291999-07-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1030
1031 * *.{c,h} : log clean up.
1032
10331999-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1034
1035 * ospf6d.c (ospf6_init): Change to use install_default.
1036
10371999-07-03 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1038
1039 * ospf6_rtable.c (nexthop_*): added some function that handles
1040 new nexthop structure.
1041
10421999-07-01 Rick Payne <rickp@rossfell.co.uk>
1043
1044 * ospf6_zebra.c (ospf6_zebra_init): Install standard commands to
1045 ZEBRA_NODE.
1046
10471999-06-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1048
1049 * ospf6_rtable.h: added for new routing table of ospf6d
1050
10511999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1052
1053 * ospf6_main.c (signal_init): SIGTERM call sigint.
1054 (sigint): Loggging more better message.
1055
10561999-05-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1057
1058 *ospf6_spf.c (get_prefix_lsa_of_vertex): bug fix about network vertex.
1059
10601999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1061
1062 * ospf6_network.c (send_linkstate_ack): Check HAVE_SIN6_SCOPE_ID
1063 is defined.
1064 * ospf6_mesg.c (make_hello): Likewise.
1065 * ospf6_lsa.c (lsa_flood): Likewise.
1066
10671999-05-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1068
1069 * ospf6_spf.c, etc: Many bug fix.
1070 intra-area-prefix-LSA treatment changed.
1071 network byte order of neighbor ifid changed.
1072
10731999-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1074
1075 * ospf6_zebra.h (struct zebra): Add hitory entry to structure.
1076
10771999-05-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1078
1079 * ospf6_main.c (main): Add KAME check for binding vty socket.
1080 (main): Delete old interface get routine garbage.
1081
1082 * ospf6d.c: Change all `show ip6' statement to `show ipv6'.
1083 (show_ipv6_ospf6_requestlist): Add description.
1084
10851999-05-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1086
1087 * ospf6_lsa.c, etc: Many bug fix, now two routers
1088 on the same segment can become FULL neighbor state
1089 each other.
1090
10911999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1092
1093 * Makefile.am: Add file dependency.
1094 (depend): Add target.
1095
10961999-05-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1097
1098 * Clean up and fix have been almost done. This code
1099 now testing stage of Intra area routing.
1100
1101 * Configuration Vty become more similar to Cisco.
1102
11031999-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1104
1105 * Trim training newline from zlog format arguemnt.
1106
1107 * ospf6_dump.c (ospf6_err): Commented out ospf6_err and
1108 ospf6_warn. Same kind of function should be implemented as
1109 zlog_err or zlog_warn or someting.
1110
1111 * ospf6d.c: Change OSPF_NODE to OSPF6_NODE.
1112 Change OSPF_DEFAULT_CONFIG to OSPF6_DEFAULT_CONFIG.
1113
1114
11151999-04-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1116
1117 * ospf6_mesg.c (make_hello): Add check of SIN6_LEN
1118
11191999-04-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1120
1121 * ospf6_neighbor.c: Change list_clear_all to list_delete_all_node.
1122 Remove list_delete_all fuction and use lib/linklist.c's one.
1123
11241999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1125
1126 * mcast_join(),mcast_leave()'s argument socket length is removed.
1127
11281999-04-08 <kunihiro@zebra.org>
1129
1130 * ospf6_zebra.h (ospf_zebra_read): Fix typo.
1131
1132 * ospf6_interface.h: Tempolary add struct rt_addrinfo.
1133
11341999-03-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1135
1136 * Merge from ospfd-zebra-990303 codes.
1137
11381999-02-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1139
1140 * Makefile.in: add new file.
1141
1142 * Makefile.am: @INCLUDES@ is added for OS/library specific IPv6
1143 directory search.
1144
1145 * Import files from Yasuhiro Ohara <yasu@sfc.wide.ad.jp>'s ospfd.
1146 Impterted files are:
1147 Makefile.am, ospf_area.h, ospf_dump.c, ospf_interface.c,
1148 ospf_interface.h, ospf_lsa.c, ospf_lsa.h, ospf_main.c,
1149 ospf_mesg.c, ospf_mesg.h, ospf_neighbor.c,
1150 ospf_neighbor.h,ospf_network.c, ospf_network.h, ospf_proto.h,
1151 ospf_spf.c, ospf_spf.h, ospf_types.h, ospfd.c, ospfd.h