blob: 01064aa5bd61341c94a0854c00d29eb46f554dd4 [file] [log] [blame]
Paul Jakmacf1ce252006-05-15 10:46:07 +000012006-02-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
2
3 * valgrind check and memory fix
4 * route table identification string added
5 * ospf6d.h: version 0.9.7q
6
Paul Jakma932bf192006-05-15 10:42:24 +000072005-10-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
8
9 * ospf6_neighbor.c: add the calling of ospf6_maxage_remove ()
10 when the neighbor went out of Exchange/Loading.
11
Paul Jakmacb4b8842006-05-15 10:39:30 +0000122005-10-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
13
14 * ospf6_asbr.c: fix bug of calculating AS-External routes
15 in other areas. Add debugging function for border-router
16 calculation.
17 * ospf6d.h: version 0.9.7p
18
ajsf52d13c2005-10-01 17:38:06 +0000192005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
20
21 * ospf6_asbr.c: Remove local hard-coded tables zroute_name and
22 zroute_abname. Change the ZROUTE_NAME macro to use new library
23 function zebra_route_string(). Remove the ZROUTE_ABNAME macro.
24 (ospf6_asbr_external_route_show): Replace ZROUTE_ABNAME() with
25 a call to zebra_route_char(), and be sure to fix the format string,
26 since we now have a char instead of a char *.
27 * ospf6_zebra.c: Remove local hard-coded tables zebra_route_name and
28 zebra_route_abname. Note that the zebra_route_name[] table
29 contained mixed-case strings, whereas the zebra_route_string()
30 function returns lower-case strings.
31 (ospf6_zebra_read_ipv6): Change debug message to use new library
32 function zebra_route_string() instead of zebra_route_name[].
33 (show_zebra): Use new library function zebra_route_string() instead
34 of zebra_route_name[].
35
paul47828742005-08-10 15:46:11 +0000362005-08-09 Paul Jakma <paul.jakma@sun.com>
37
38 * ospf6_asbr.c: (ospf6_asbr_redistribute_add) Fix sense of testing
39 of route_map_apply return code, it can return many things other
40 than RMAP_MATCH which do not indicate DENY. Should test explicitly
41 for equality to RMAP_DENYMATCH instead.
42
hasso34956b32005-06-24 08:44:02 +0000432005-06-24 Harald Welte <laforge@gnumonks.org>
44
45 * ospf6_abr.[ch], ospf6_area.[ch]: Add area filter-list (in|out)
46 support and area import and export lists support.
47
hasso7b6ae022005-06-24 08:17:51 +0000482005-06-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
49
50 * ospf6_message.c: Changed to be insensitive to changes of neighbors'
51 IP source address in the OSPF packets. It was sometimes problematic
52 in actual operation (needed some operational cost: restarting
53 all-neighbor routers when I/F NIC was changed). Due to this change,
54 a previously safe case, attaching multiple interface to the same
55 link will now be dengerous and will not work. Remedy to that should
56 be applied later.
57
hasso3e834b12005-06-24 07:50:12 +0000582005-06-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
59
60 * ospf6_interface.c: fix the way inactivity_timer is called. Because
61 inactivity_timer() deletes the neighbor from the neighbor_list, it
62 cannot be called by thread_execute() from inner side of the
63 neighbor_list for-loop.
64
hassob31b8132005-05-31 10:24:28 +0000652005-05-31 Hasso Tepper <hasso at quagga.net>
66
67 * ospf6d.c: No need for double ';'. Fixes parsing "show ipv6 ospf6
68 database ..." commands for vtysh by extract.pl. Remove duplicate
69 install_element calls.
70
ajs634f9ea2005-04-11 15:51:40 +0000712005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
72
73 * ospf6_zebra.c (ospf6_zebra_redistribute, ospf6_zebra_no_redistribute):
74 Change 2nd arg to zebra_redistribute_send from zclient->sock
75 to zclient.
76
paul1eb8ef22005-04-07 07:30:20 +0000772005-04-07 Paul Jakma <paul@dishone.st>
78
79 * (global) Fix up list loops to match changes in lib/linklist,
80 and some basic auditing of usage.
81 * ospf6_abr.c: (ospf6_abr_examin_brouter) change to a single
82 scan of the area list, rather than scanning all areas first for
83 INTER_ROUTER and then again for INTER_NETWORK. According to
84 16.2, the scan should be area specific anyway, and further
85 ospf6d does not seem to implement 16.3 anyway.
86
ajs3b7b8142005-04-02 16:37:07 +0000872005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
88
ajse4319de2005-04-02 23:23:55 +000089 * ospf6_interface.[ch]: (ospf6_interface_lookup_by_name) Remove unused
90 function.
91
922005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
93
ajsd2fc8892005-04-02 18:38:43 +000094 * ospf6_zebra.c: (ospf6_zebra_if_del) Previously, this whole function
95 was commented out. But this is not safe: we should at least update
96 the ifindex when the interface is deleted. So the new version
97 updates the interface status and sets ifp->ifindex to
98 IFINDEX_INTERNAL.
99 (ospf6_zebra_route_update) Use if_indextoname properly.
100
1012005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
102
ajs3b7b8142005-04-02 16:37:07 +0000103 * ospf6_route.c: (ospf6_route_show, ospf6_route_show_detail) Protect
104 against the possibility that the string returned by if_indextoname
105 may not terminate with '\0'.
106
jardinc1ba9e82005-03-02 22:43:26 +00001072005-03-02 Vincent Jardin <Vincent.Jardin@6wind.com>
108
109 * ospf6_zebra.c: Fix core dump when router-id is provided with
110 an empty ospf6d.conf file (no context router ospf6) because
111 ospf6_create has not been called yet.
112
paul8bfb0cb2005-01-25 01:19:28 +00001132005-01-25 Paul Jakma <paul@dishone.st>
114
115 * ospf6_asbr.c: Add "hsls" to the zroute_name const char array.
116
hassoc6487d62004-12-24 06:00:11 +00001172004-12-24 Hasso Tepper <hasso at quagga.net>
118
119 * *.c: Change level of debug messages to LOG_DEBUG.
120
ajs274a4a42004-12-07 15:39:31 +00001212004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
122
123 * ospf6_main.c: (main) The 2nd argument to openzlog has been removed.
124 Note that stdout logging will no longer be enabled by default when
125 not running as a daemon.
126
ajs887c44a2004-12-03 16:36:46 +00001272004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
128
129 * ospf6_main.c: (sigint,sigterm) Use zlog_notice for termination
130 message.
131 (main) Remove commented-out call to pid_output_lock (which should
132 never be called other than from inside pid_output). And use
133 zlog_notice to print the startup message, which now includes
134 the vty port.
135
hassob3c8c462004-11-26 12:55:51 +00001362004-11-26 Hasso Tepper <hasso at quagga.net>
137
138 * ospf6_snmp.c: Fix compile: listnode -> struct listnode *.
139
hassoc0652302004-11-25 19:33:48 +00001402004-11-25 Hasso Tepper <hasso at quagga.net>
141
142 * ospf6_main.c: Make group to run as configurable.
143
gdt6639a042004-11-05 18:42:27 +00001442004-11-05 Phil Spagnolo <phillip.a.spagnolo@boeing.com>
145 * ospf6_flood.c: When adding a thread to retransmit an lsa after
146 rxmt_interval, the ospf6d used thread_add_event(). However,
147 thread_add_event() executes immediately and ignores the delay parameter.
148 This was causing unnecesary unicast LSU sends. Adding the thread has
149 been changed to use thread_add_timer() which will expire after delay.
150 After the fix results appear consistent with expectation.
151
hassoc75105a2004-10-13 10:33:26 +00001522004-10-12 Hasso Tepper <hasso at quagga.net>
153
154 * ospf6_snmp.c: Remove defaults used to initialize smux connection to
155 snmpd. Connection is initialized only if smux peer is configured.
156
hassoc8a440e2004-10-11 17:02:40 +00001572004-10-11 Hasso Tepper <hasso at quagga.net>
158
159 * osp6_top.c, ospf6_top.h: Better handling for router-id. If we use
160 common one, don't output it into configuration - only statically
161 configured one.
162
paulddd119f2004-10-10 08:07:29 +00001632004-10-10 Paul Jakma <paul@dishone.st>
164
165 * Makefile.am: fix listing of ospf_snmp.c in noinst_HEADERS
paul0c083ee2004-10-10 12:54:58 +0000166 * ospf6_route.c: Add const qualifier to various char arrays of
167 constants. signed/unsigned fixes.
168 (ospf6_linkstate_table_show) argv is const
169 * ospf6_snmp.c: listnode typedef is dead.
170 (ospf6_snmp_init) Take struct thread_master arg, needed for
171 smux_init.
172 * ospf6_snmp.h: update ospf6_snmp_init declaration.
173 * ospf6d.c: (ospf6_init) add const qualifier to sargv, pass master
174 to ospf_snmp6_init.
175 * ospf6_asbr.c: const char update.
176 * ospf6_interface.c: ditto, plus signed/unsigned fixes.
177 (ipv6_ospf6_cost) Check whether cost fits in u_int32_t and use
178 strtoul.
179 * ospf6_intra.c: const char update. Parenthesise expression.
180 * ospf6_lsa.c: signed/unsigned and const char updates.
181 * ospf6_proto.c: ditto.
182 * ospf6_message.c: ditto.
183 * ospf6_lsdb.c: signed/unsigned update.
184 * ospf6_main.c: const char update.
185 * ospf6_neighbor.c: ditto.
186 * ospf6_spf.c: ditto.
187 * ospf6_top.c: ditto.
188
hassoef1bbf52004-10-08 12:04:21 +00001892004-10-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
190
hasso2680aa22004-11-25 20:54:46 +0000191 * ospf6_snmp.c: add partial support for SNMP
192 (i.e. ospfv3AreaLsdbTable).
193 * OSPFv3-MIB.txt: Net-SNMP translate Unsigned32 range
194 (0..'FFFFFFFF'h) incorrectly to (0..-1). Those parts for
195 Unsigned32 range are changed to (0..4294967295).
196 Also, doubtful 'not-accessible's are changed to read-only.
197
1982004-10-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
199
hassoef1bbf52004-10-08 12:04:21 +0000200 * ospf6_snmp.[ch], OSPFV3-MIB.txt: start supporting SNMP.
201 it follows draft-ietf-ospf-ospfv3-mib-08.txt, but change
202 OSPFv3 tree to {experimental 102} based on
203 http://www.iana.org/assignments/smi-numbers:
204 Prefix: iso.org.dod.internet.experimental (1.3.6.1.3.)
205 102 OSPFv3 OSPF for IPv6 [Joyal]
206
hasso18a6dce2004-10-03 18:18:34 +00002072004-10-03 Hasso Tepper <hasso at quagga.net>
208
209 * ospf6_zebra.c: Use router id from zebra daemon if it wasn't set in
210 configuration.
211
hasso03d52f82004-09-29 00:26:19 +00002122004-09-25 Hasso Tepper <hasso at estpak.ee>
213
214 * ospf6_asbr.c, ospf6_lsa.c, ospf6_proto.c, ospf6_proto.h: Fix
215 compiler warnings.
216
hasso52dc7ee2004-09-23 19:18:23 +00002172004-09-23 Hasso Tepper <hasso at quagga.net>
218
219 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
220
hasso9428f2d2004-09-13 14:01:12 +00002212004-09-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
222
223 * ospf6_intra.c, ospf6_route.[ch]: try to fix assertion failure
224 in brouter's route_remove
225 * ospf6d.h: version 0.9.7o
226
2272004-09-12 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
228
229 * ospf6_route.c: route_count_assert bug fix
230 * ospf6d.h: version 0.9.7n
231
hasso4846ef62004-09-03 06:04:00 +00002322004-09-03 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
233
234 * ospf6_area.c, ospf6_route.c, ospf6_top.c, ospf6d.c:
235 "show intra-route" function and "show SPF result" function is
236 changed.
237 * ospf6_neighbor.c: Changed to update stub intra-prefix origination
238 when it is not DR.
239 * ospf6_route.h: resolv conflict between best flag and
240 active-summary flag.
241 * ospf6d.h: version 0.9.7m
242
hasso1e058382004-09-01 21:36:14 +00002432004-09-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
244
hasso63069ad2004-09-02 13:01:01 +0000245 * ospf6_asbr.c: E-bit check in examining AS-External-LSA
246 * ospf6_abr.c: E-bit set in receiving Inter-Area-Router-LSA
247
2482004-09-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
249
hasso1e058382004-09-01 21:36:14 +0000250 * *.[ch]: Logging LSAs of particular type is added.
251 lsa_handler is now using vector in order to adjust
252 existing LSA modules.
253 * ospf6d.h: version 0.9.7l
254
hassoe42f5a32004-08-28 17:04:33 +00002552004-08-28 Hasso Tepper <hasso at quagga.net>
256
257 * ospf6_main.c: Modify for sigevents.
258
hasso9a096262004-08-26 18:56:19 +00002592004-08-26 Hasso Tepper <hasso@estpak.ee>
260
261 * ospf6_interface.c, ospf6_top.c, ospf6d.c: for vtysh.
262
hasso3b687352004-08-19 06:56:53 +00002632004-08-19 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
264
hassoccb59b12004-08-25 09:10:37 +0000265 * ospf6_asbr.c: Bug in ASBR check fixed.
266 * ospf6d.h: version 0.9.7k
267
2682004-08-19 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
269
hasso3b687352004-08-19 06:56:53 +0000270 * ospf6_asbr.c: Bug in AS-External Origination fixed.
271 * ospf6d.h: version 0.9.7j
272
hasso6452df02004-08-15 05:52:07 +00002732004-08-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
274
275 * *.c: Area support almost done. (almost ! ;p)
276 * ospf6d.h: version 0.9.7i
277
2782004-08-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
279
280 * ospf6_message.c: Bug cause BadLSReq is fixed.
281 * ospf6_abr.c: Border Router check.
282 * ospf6d.h: version 0.9.7h
283
2842004-08-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
285
286 * ospf6_area.[ch], ospf6_abr.[ch]: area range,
287 border-routers, Inter-Area-Router-LSA origination
288 * ospf6d.h: version 0.9.7g
289
2902004-08-12 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
291
292 * *.[c,h]: LSA refreshing is changed and cleaned up.
293 * ospf6d.h: version 0.9.7f
294
hasso049207c2004-08-04 20:02:13 +00002952004-08-01 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
296
297 * ospf6_abr.[ch]: add files for abr function.
298 * *.c: VTY_NEWLINE -> VNL
299 * ospf6d.h: version 0.9.7e
300 show database functions are rewritten.
301
hasso1203e1c2004-07-23 21:34:27 +00003022004-07-23 Hasso Tepper <hasso@estpak.ee>
303
304 * ospf6_interface.c, ospf6_zebra.c: use ifp->mtu6 instead of
305 ifp->mtu.
306
paul79dc3732004-07-23 15:17:45 +00003072004-07-23 Paul Jakma <paul@dishone.st>
308
309 * ospf6_main.c: Delete LOG_PERROR, not portable.
310 * ospf6_network.c: (ospf6_set_pktinfo) use setsockopt_ipv6_pktinfo
311
hassob596c712004-07-09 18:33:43 +00003122004-07-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
313
314 * ospf6_message.c, ospf6_interface.c: add a command to configure
315 ospf6 ifmtu on a interface.
316 * ospf6d.h: version 0.9.7d
317
hasso508e53e2004-05-18 18:57:06 +00003182004-05-18 Hasso Tepper <hasso@estpak.ee>
paul0a589352004-05-08 11:48:26 +0000319
hasso508e53e2004-05-18 18:57:06 +0000320 * *.*: Merge rewritten ospf6d from Zebra repository.
321 * ospf6_network.c, ospf6_main.c: Merged privs stuff back in.
322 * ospf6_zebra.c: Sync back to zclient changes.
hasso3b4cd3a2004-05-18 19:28:32 +0000323 * ospf6_asbr.c: Added isis to the routings list.
324 * ospf6_main.c: "version.h" -> <lib/version.h>
325
3262004-05-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
327
328 * ospf6_flood.[ch], ospf6_lsa.[ch], ospf6_lsdb.h, ospf6_message.c
329 ospf6_neighbor.c: Fix crash bug and change the way to count
330 how many neighbors include paticular LSA on its retrans-list.
331 * ospf6d.h: version 0.9.7c
332
3332004-05-03 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
334
335 * ospf6_message.[ch], ospf6_interface.c: adjust send/recv buffer
336 size to interface MTUs.
337 * ospf6d.h: version 0.9.7b
hasso508e53e2004-05-18 18:57:06 +0000338
3392003-08-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
340
341 * *.[ch]: rewrite all source code from scratch
342 * ospf6d.h: version 0.9.7
343
paulf1c61a02003-08-12 05:25:49 +00003442003-08-11 Taisuke Sasaki <sasaki@soft.net.fujitsu.co.jp>
345
hasso508e53e2004-05-18 18:57:06 +0000346 * ospf6_ism.c: DR Election bug fix.
paul445f1432003-05-16 19:00:31 +0000347
3482003-04-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
349
350 * ospf6_asbr.c: AS-External LSA refresh was based on the
351 prefix of the obsolete LSA. It was wrong so fixed.
352 * version: 0.9.6p
353
paul718e3742002-12-13 20:15:29 +00003542002-11-09 Vincent Jardin <jardin@6wind.com>
355
356 * ospf6_interface.c: update link-local address on interface creation.
357
3582002-11-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
359
360 * ospf6_asbr.c: apply MinLSInterval to AS-External-LSA origination.
361 * ospf6_lsa.c: change not to issue flooding caused by expire event
362 when the received LSA is (already) MaxAge.
363 * ospf6_spf.c: fix a bug which is that ospf6d calculates
364 wrong nexthop when failed to find Link-LSA for the neighbor.
365 * ospf6_damp.c ospf6_dbex.c ospf6_neighbor.c ospf6_spf.c:
366 some clean up
367 * version: 0.9.6o
368
3692002-10-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
370
371 * ospf6_asbr.c: bug of failing ASE lsa refresh fixed.
372 * version: 0.9.6n
373
3742002-10-01 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
375
376 * ospf6_asbr.c: AS-External-LSA origination function
377 is re-written.
378 * ospf6_damp.[ch]: New feature that damps flaps is added.
379 * version: 0.9.6m
380
3812002-07-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
382
383 * ospf6_spf.c: unwanted assert() in ospf6_spf_nexthop_calculation()
384 is deleted.
385 * version: 0.9.6l
386
3872002-07-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
388
389 * ospf6_dbex.c: bug that ospf6d fails to refresh self-originated
390 LSA if he have not the LSA before has been fixed.
391 * ospf6_asbr.c: bug of failing removing ASE LSA when remove
392 message arrived from zebra has been fixed.
393 * version: 0.9.6k
394
3952002-07-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
396
397 * ospf6_zebra.c: bug reported [zebra 14642] fixed.
398 The bug was related to the synchronization between zebra
399 and ospf6d. Now synchronization will be correctly done.
400 * version: 0.9.6j
401
4022002-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
403
404 * ospf6_lsdb.c: bug fixed in ospf6_lsdb_type_router ().
405 * ospf6_dbex.c: because of retrans list structure changed
406 due to LSDB change, removal of old instance from retrans-list
407 is not necessary anymore. this caused crash but now fixed.
408 * version: 0.9.6i
409
4102002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
411
412 * zebra-0.93 released.
413
4142002-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
415
416 * ospf6_lsdb.c: entirely rewritten. now ospf6d uses
417 radix tree by using lib/table.[ch] for LSDB lookup.
418 * ospf6_abr.c, ospf6_asbr.c, ospf6_intra.c: hook changed
419 due to rewriting of lsdb module.
420 * ospf6_neighbor.c: lack of check existence and find correct
421 instance of the LSA which is going to be removed from neighbor's
422 retransmission was filled.
423 * version: 0.9.6h
424
4252002-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
426
427 * ospf6_intra.c: bug fix for Intra-route deletion.
428 * ospf6_route.c: bug fix for path comparison.
429 * version: 0.9.6g
430
4312002-06-28 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
432
433 * ospf6_route.c: some logs trying to find the situation
434 when assert occur are added. route duration statistics
435 added.
436 * ospf6_zebra.c: trying to fix the problem reported by
437 [zebra 14318] but not yet sure.
438 * version: 0.9.6f
439
4402002-06-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
441
442 * ospf6_intra.c: new file for management of intra-prefix LSA.
443 * ospf6_abr.c: inter area route calculation code added.
444 * version: 0.9.6e
445
4462002-06-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
447
448 * ospf6_asbr.c: All AS-External route was removed when
449 one of the ASBR path was gone, but the route from other ASBR
450 path should stay remained. this bug is fixed.
451 * version: 0.9.6d
452
4532002-06-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
454
455 * ospf6_route.c: route table calculation bug fixed. [zebra 14105]
456 * ospf6_spf.c, ospf6_route.c, etc.: log message cleaned up.
457 * version: 0.9.6c
458
4592002-04-27 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
460
461 * ospf6_route.c: [zebra 13514] bug fix.
462 thanks to Harald Koch.
463 * version: 0.9.6b
464
4652002-04-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
466
467 * ospf6_dump.c: fix bug of log function
468 * ospf6_area.c: fix bug of intra route deletion
469 * version: 0.9.6a
470
4712002-04-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
472
473 * merged with "current" version.
474 * version: 0.9.6
475
4762001-03-11 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
477
478 * ospf6_lsdb.c ospf6_spf.c: log message changed for debug.
479
4802001-02-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
481
482 * version: 0.9.5i
483
484 * ospf6_asbr.c: Added code that finds alternative
485 AS-External route when remove AS-External route.
486 This is temporary fix ...
487
488 * ospf6_redistribute.c: remove redistributed routes
489 immediately when 'no redistribute ...'
490
4912001-02-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
492
493 * version: 0.9.5h
494
495 * ospf6_spf.c, ospf6_lsa.c: Change to originate Link-LSA on
496 point-to-point links.
497
498 * ospf6_message.c: Bug of log messages of self-originated
499 Hello packet fixed.
500
5012001-02-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
502
503 * version: 0.9.5g
504 * ospf6_asbr.c: fix for the bug that AS-External route
505 is not get removed.
506
5072001-02-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
508
509 * ospf6_lsdb.c: crash bug while receiving wrong LSA scope bit
510 has been temporarily fixed
511
5122001-12-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
513
514 * ospf6_asbr.[ch]: The byte order bug in encoding/decoding
515 the bits/metric field in AS-External-LSA fixed.
516 Fixed to update E-bit in Router-LSA of itself.
517 Reported by Taisuke Sasaki ([zebra 11548]).
518
519 * README: updated.
520
521 * version: 0.9.5f
522
5232001-11-21 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
524
525 * ospf6_prefix.c: Intra-prefix-LSA bug fixed.
526 * ospf6_abr.[ch]: added (only just placeholder yet)
527
5282001-11-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
529
530 * ospf6_route.c: fix to overwrite a prefix when another
531 addition to the prefix is given. freeze function changed
532 not to remove routes by default.
533
534 * version: 0.9.5e
535
5362001-11-19 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
537
538 * version: 0.9.5d
539
540 * ospf6_lsa.c ospf6_spf.c: SPF Calculations are now
541 scheduled by hook.
542
543 * ospf6_route.c: ospf6_route_add bug fix,
544 ospf6_route_remove_all corrected.
545
5462001-11-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
547
548 * ospf6_hook.[ch]: added.
549 * Almost half of the code has been rewritten.
550 especially, ospf6_route.[ch]. Hook call has been injected
551 much.
552 * ospf6_asbr.[ch]: added.
553
5542001-10-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
555
556 * ospf6_dbex.c: ospf6d was wrong to omit reoriginating
557 of LSA when the self-originated LSA was received from others.
558 fixed.
559 * ospf6d.h: version: 0.9.5c
560
5612001-10-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
562
563 * ospf6_lsa.c: 'force-prefix' was not executed. fixed.
564 * ospf6d.h: version: 0.9.5b
565
5662001-10-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
567
568 * ospf6_interface.c: 'passive-interface' is now moved to
569 'ipv6 ospf6 passive' in INTERFACE NODE. 'prefix-list' which
570 specifies the filter prefix for connected address prefix also
571 moved to INTERFACE NODE as 'ipv6 ospf6 advertise prefix-list WORD'.
572 The old obsoleted commands are still acceptable though. New command
573 'ipv6 ospf6 advertise force-prefix' added, which which tells ospf6d
574 to advertise rather prefix than stub local-address even on loopback
575 or pointopoint interfaces.
576
577 * ospf6_dump.c: 'ospf6 debug hello' -> 'ospf6 debug message hello'.
578 same for other message type. The older is still acceptable.
579
580 * ospf6_lsa.c: Changed AS-External generation to new one which uses
581 LSA hooks. Delete old garbage.
582
5832001-10-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
584
585 * ospf6d.c: turn off and turn on sequence with
586 'no interface' 'interface' cmds was not work. fixed.
587
588 * ospf6_lsa.c: generating Intra-Area-Prefix-LSA for stub
589 did not care duplicate prefixes. fixed.
590
5912001-09-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
592
593 * ospf6_message.c: There was a bug that prevent LSDB
594 to syncronize. It was a DbDesc packet bug that Slave
595 sends two different DbDesc packet on the same sequence
596 number. This cause many LSAs are dropped when Exchanging
597 LSDB, because the latter DbDesc packet that have the same
598 sequence number will be ignored as duplicate packet.
599 This seems to be exist at least before 0.9.4 version.
600 Now this is the most stable candidate.
601
602 * ospf6d.h: version 0.9.5a
603
6042001-09-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
605
606 * ospf6_zebra.c ospf6_spf.c ospf6_lsa.c :
607 delete nexthop check to certify the nexthop is Link-local address.
608 Suppress Link-LSA origination on links other than Broadcast.
609 SPF's nexthop calculation first checks linklocal address
610 in Link-LSA, then checks source address of neighbor's packets.
611
612 * ospf6_interface.c ospf6_ism.c ospf6_lsa.c ospf6_nsm.c:
613 intra-area-prefix-lsa origination func moved to new one.
614
615 * ospf6_interface.h ospf6d.[ch] ospf6_lsa.c:
616 interface_area_cmd now changed to have 'passive'
617 and 'prefix-list' option.
618
619 * ospf6_prefix.c:
620 clean up.
621
6222001-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
623
624 * ospf6_dbex.c ospf6_interface.c ospf6_ism.c ospf6_lsa.[ch]:
625 clean up and new LSA origination functions added.
626
627 * ospf6_route.c ospf6_lsdb.c: make vty function more
628 clean/understandable.
629
630 * ospf6d.h: version 0.9.5
631
6322001-08-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
633
634 * ospf6_lsdb.c: Use IS_LSA_MAXAGE macro instead of
635 ospf6_lsa_is_maxage.
636
637 * ospf6_lsa.h (IS_LSA_MAXAGE): Add new macro to check MaxAge.
638
6392001-08-21 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
640
641 * ospf6_lsdb.c: if There's no previous prefix
642 ospf6d was wrongly not calculate the prefix.
643 this reported by (v6 16029) is fixed.
644
645 * ospf6_neighbor.c: Instance of LSA Summary included
646 in DbDesc packet was wrongly freed. The bug cause
647 malformed DbDesc, ExChange <-> ExStart flapping,
648 and then crash.
649
650 * ospf6d.h: version 0.9.4
651
6522001-08-21 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
653
654 * ospf6_route.[ch]: Showing format is changed.
655 'show ipv6 route ospf6' -> 'show ipv6 ospf6 route'
656 'show ipv6 route ospf6 external' ->
657 'show ipv6 ospf6 route redistribute'
658
659 * ospf6_lsdb.c ospf6_lsa.c ospf6_neighbor.c ospf6_interface.c:
660 memory leak in LS list fixed.
661
662 * all: clean up
663
664 * ospf6d.h: version 0.9.3
665
6662001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
667
668 * ospf6d.c (ospf6_timeval_sub_equal): Remove function.
669
670 * ospf6_spf.c (ospf6_timeval_cmp): Rewrite ospf6_timeval_cmp().
671 (ospf6_timeval_add_equal): Function moved from ospf6d.c
672
6732001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
674
675 * zebra-0.92a released.
676
6772001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
678
679 * zebra-0.92 released.
680
6812001-08-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
682
683 * ospf6_lsdb.c ospf6_neighbor.c:
684 LSDB function/structure and LS list function has been rewritten.
685 memory leak has been decreased.
686
687 * ospf6_lsa.[ch] ospf6_dbex.c: garbage code has been deleted.
688
689 * ospf6d.h: version 0.9.2
690
6912001-08-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
692
693 * ospf6_dbex.c ospf6_lsdb.c:
694 Retransmition list had a critical bug that breaks LSDB
695 synchronization. When new LSA be added to retrans-list,
696 old must be removed, but it was not. So new LSA dropped,
697 and LSA Acknowledgement did not work. The bug was fixed.
698
699 * ospf6d.h: version 0.9.1
700
7012001-06-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
702
703 * ospf6_spf.c: crash bug fix in temporary treat code for
704 Router-LSA whose LS-ID != 0
705
706 * ospf6_dbex.c: RFC2328 13.(4) was wrongly coded.
707 (4) Else if the LSA's LS age is equal to MaxAge, and there is
708 currently *NO* instance of the LSA in the router's link state
709 ...
710
711 * ospf6_lsa.c: RFC2328 13.1 checksum tie breaker
712 had been neglected, and has just added now.
713
714 * ospf6d.h: version 0.9.0
715 ospf6d expected to work with hitachi gr2000 from these fixes.
716
7172001-06-12 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
718
719 * ospf6_lsa.c: Fix bug in creating Intra-Area-Prefix-LSA.
720 DR was mis-include others prefixes advertised by their Link-LSA.
721
722 * ospf6_route.c: Fix bug in calculating intra area routes.
723 Not all prefixes in Intra-Area-Prefix-LSA was calculated.
724
725 * ospf6_spf.c:
726 Changed to quit when a error occured in calculating SPF tree.
727 Very messy hack for the bug reported by [zebra 8807]. This
728 is not tested yet.
729 Changed to quit SPF calculation when a nexthop calculation
730 errors.
731
732 * ospf6_zebra.c:
733 Support for interface address deletion.
734
735 * ospf6d.h:
736 version: 0.8.y
737
7382001-04-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
739
740 * ospf6d.h
741 Due to previous change (DR Election algorithm changed),
742 backward compatibility will be lost from this version.
743 version: 0.8.x
744
7452001-04-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
746
747 * ospf6_message.c ospf6_ism.c:
748 Bug of router_id comparison
749
7502001-04-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
751
752 * ospf6_dbex.c: ospf6_dbex_is_maxage_to_be_dropped() had
753 some bug causing Loading state lasts long.
754 version: 0.8.v
755
7562001-04-08 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
757
758 * ospf6_route.c: BUG in AS-External route calculation fixed.
759 It was using OLD LSDB...
760 Version: 0.8.u-
761
7622001-04-08 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
763
764 * ospf6_area.c, ospf6_dbex.c, ospf6_interface.c,
765 ospf6_lsa.c, ospf6_lsdb.c, ospf6_lsdb.h, ospf6_message.c,
766 ospf6_neighbor.c, ospf6_neighbor.h, ospf6_nsm.c,
767 ospf6_redistribute.c, ospf6_route.c, ospf6_spf.c:
768 Delete old LSDB function.
769
770 * ospf6d.h:
771 Version: 0.8.u
772
7732001-04-05 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
774
775 * ospf6_area.c, ospf6_area.h, ospf6_dbex.c, ospf6_interface.c,
776 ospf6_interface.h, ospf6_lsa.c, ospf6_lsdb.c, ospf6_lsdb.h,
777 ospf6_message.c, ospf6_nsm.c, ospf6_redistribute.c, ospf6_route.c,
778 ospf6_spf.c, ospf6_top.c, ospf6_top.h, ospf6d.h:
779 Changed to use New LSDB.
780 Version: 0.8.t
781
7822001-04-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
783
784 * ospf6_lsa.c:
785 Interface stub check in Intra-Area-Prefix-LSA origination
786 was wrong. - fixed.
787
788 * ospf6_area.h, ospf6_dbex.c, ospf6_interface.c,
789 ospf6_interface.h, ospf6_lsa.c, ospf6_lsa.h, ospf6_lsdb.c,
790 ospf6_message.c, ospf6_neighbor.c, ospf6_nsm.c,
791 ospf6_redistribute.c, ospf6_top.c, ospf6_top.h, ospf6d.c:
792 New LSDB functions, but not changed to be used.
793
794 * ospf6d.h:
795 Version: 0.8.s
796
7972001-03-28 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
798
799 * ospf6_area.c ospf6_area.h ospf6_dbex.c ospf6_dump.c
800 ospf6_interface.c ospf6_interface.h ospf6_lsa.c
801 ospf6_message.c ospf6_redistribute.c ospf6_spf.c ospf6_top.c
802 ospf6_top.h ospf6_zebra.c ospf6d.c ospf6d.h: cleaning.
803
8042001-03-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
805
806 * ospf6d.h:
807 version: 0.8.r
808
809 * ospf6_neighbor.[ch], ospf6_lsa.[ch]:
810 just clean up and log clearify.
811
812 * ospf6_message.[ch]:
813 Packet receiving function and dumping OSPFv3 packet has been
814 changed simple and clean.
815
816 * ospf6_dbex.[ch], ospf6_interface.[ch], ospf6_lsdb.[ch],
817 ospf6_neighbor.[ch], ospf6_nsm.[ch]:
818 LSList(i.e. summary list, request list, retrans list, etc) have
819 been rewritten based on new LSDB module. The main LSDB have not
820 yet shifted to this new module, but will shift eventually.
821 This change expected to resolve the problem that the ospf6d keeps
822 on sending redundant LSUpdate/LSAck.
823
824 * ospf6_interface.c: changed default MTU from 1500 to 1280.
825 It was possible that the ospf6d could not send packet (e.g.
826 LSUpdate in response to LSReq in my case) when the packet
827 size accidentally reached near 1500 (I was forget about IP
828 header :p). It is a bit illegal to set MTU 1280 constantly,
829 but I failed once with I/F MTU from kernel (through zebra),
830 and thinks that 1280 is more stable than kernel variable.
831 Comments will be appriciated.
832
8332001-03-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
834
835 * ospf6_dbex.c, ospf6_interface.c, ospf6_ism.c, ospf6_lsdb.[ch],
836 ospf6_neighbor.c, ospf6_spf.c, ospf6d.c:
837 Fix for crash. ospf6d has ever been crashing when
838 'no interface' command executed, and when starting up with
839 the configuration which does not include 'router ospf6'.
840 these has been fixed.
841
8422001-02-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
843
844 * ospf6_lsa.c, ospf6_message.c:
845 LSA summary (exchanged while Adjacency bring up) may expire
846 (may reach MaxAge). Handling this has been added but
847 it's a little bit quick hack.
848
849 * ospf6_message.c:
850 Thread chain bug fixed. Read network thread chain has been cut
851 when receive packets on not-enabled interface. this was wrong
852 and fixed.
853
8542001-02-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
855
856 * ospf6_message.c:
857 I/F MTU check part on sending packet had some bug, and it's fixed.
858 Ospf6d has believed a value from zebra as I/F MTU, but from now
859 I/F MTU is set to constant 1500. This is workaround for ATM.
860
8612001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
862
863 * zebra-0.91 is released.
864
8652001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
866
867 * just code clean up of almost all module.
868 * ospf6_dump.c, ospf6_lsa.c: file dependency.
869 * ospf6_mesg.[ch]: changed filename to ospf6_message.[ch]
870
8712001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
872
873 * zebra-0.90 is released.
874
8752001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
876
877 * ospf6_mesg.c,ospf6_lsa.c: doubly cancel thread bug fixed.
878 version 0.8.k CRASHed for this.
879 * ospf6_lsa.c: bug of logging fixed.
880 version: 0.8.l
881
8822001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
883
884 * ospf6_neighbor.c: fix typo when trying to delete
885 MaxAge AS-External LSA. MaxAge LSA remaining bug is expected
886 to be fixed.
887 version: 0.8.k
888
8892001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
890
891 * ospf6_mesg.c: add I/F Mtu check for sending LS Update.
892
893 * ospf6_dbex.c, ospf6_mesg.c, ospf6_neighbor.c, ospf6_neighbor.h,
894 ospf6_spf.c: Changed type of hisaddr field in ospf6_neighbor
895 structure, from sockaddr_in6 to in6_addr. No protocol/processing
896 changed.
897
8982001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
899
900 * ospf6_mesg.c, ospf6_neighbor.[ch]: Speed up of
901 Database Exchange.
902 version: 0.8.j
903
904 Because the LS Request list was checked only when attempt
905 to send (retransmit) LS Request packet, Loading state lasted
906 long (for RxmtInterval) unexpectedly. This was fixed; LS Request
907 packet will be send as soon as one received a LS Update packet.
908
9092001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
910
911 * ospf6d.h (OSPF6_VTYSH_PATH): Change "/tmp/ospf6d" to
912 /tmp/.ospf6d".
913
9142000-12-29 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
915
916 * ospf6_dump.[ch]: simplified.
917
9182000-12-19 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
919
920 * ospf6_route.c: Fix bug of using unavailable route.
921 version: 0.8.d
922
9232000-11-30 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
924
925 * ospf6_spf.c: calculate statistics. version: 0.8.d
926
9272000-11-26 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
928
929 * ospf6_mesg.c, ospf6_nsm.c: LSDB sync bug fixed.
930 version: 0.8.c
931
9322000-11-26 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
933
934 * ospf6_dbex.c: Start debugging and cleaning.
935
936 * ospf6_area.c, ospf6_dbex.c, ospf6_interface.c, ospf6_lsa.c,
937 ospf6_proto.c, ospf6_top.c: add some function to clarify codes.
938
9392000-11-26 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
940
941 * ospf6_spf.c: Delete old garbage (which was enclosed by #if 0)
942
943 * ospf6_redistribute.c: "redistribute ospf6" was generated in
944 "router ospf6" in config file. It is a bug, and fixed.
945 wrong warning message was deleted.
946
947 * ospf6_main.c: If daemon mode, ospf6d was silent even if
948 the config file was wrong. It is a bug, and fixed.
949
950 * ospf6_route.c, ospf6_zebra.c: Zebra syncronization method
951 has been changed. delete garbages. allow nexthop of :: in case
952 of connected route.
953
954 * ospf6_dbex.c: Delete annoying log messages.
955
956 * ospf6_lsa.c: Changed string for LSA log.
957
9582000-11-21 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
959
960 * ospf6_spf.c: some careless bug fixed.
961
962 * ospf6_route.c: changed not to send garbage route
963 whose nexthop is not linklocal address.
964
9652000-11-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
966
967 * ospf6_rtable.c: renamed to ospf6_route.c
968 whole functionality has been rewritten as new code.
969 new functions not yet installs routes; the old
970 functions still remains. cleaning log messages.
971
972 * ospf6_spf.c: whole functionality has been rewritten
973 as new code. new command "show ipv6 ospf6 spf node",
974 "show ipv6 ospf6 spf tree", "show ipv6 ospf6 spf table"
975 has been added. Memory leak was fixed. cleaning log messages.
976
977 * ospf6d version: 0.7.c
978
9792000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
980
981 * zebra-0.89 is released.
982
9832000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
984
985 * ospf6_lsdb.c (ospf6_lsdb_remove_maxage_lsa): Fix compile
986 warnings.
987
9882000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
989
990 * zebra-0.88 is released.
991
9922000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
993
994 * ospf6_rtable.h (struct ospf6_nexthop): Change ifindex type from
995 unsigned long to unsigned int.
996
9972000-04-28 Kunihiro Ishiguro <kunihiro@zebra.org>
998
999 * ospf6d.h: Include some headers for avoid warning.
1000
1001 * ospf6_routemap.h: Add newfile.
1002
10031999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1004
1005 * ospf6_network.c: Respect IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP
1006 rather than RFC2133.
1007
10081999-10-21 Jun-ichiro itojun Hagino <itojun@itojun.org>
1009
1010 * ospf6_network.c (ospf6_ipv6_decode_ipv4): Fix bug of conversion
1011 from IPv4 Mapped Address to IPv4 address.
1012
10131999-08-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1014
1015 * ospf6_lsa.c (construct_link_lsa): Enclose KAME specific part by
1016 #ifdef/#endif.
1017
10181999-07-29 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1019
1020 * ospf6_mesg.c: add new message process function.
1021
10221999-07-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1023
1024 * ospf6_main.c (sighup): Call of log_rotate() removed.
1025
10261999-07-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1027
1028 ospf6_dbex.{c,h}: variable "acknowledge" has been deleted.
1029
10301999-07-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1031
1032 * *.{c,h}: lsa data structure has been drastically
1033 changed.
1034
10351999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1036
1037 * *.{c,h}: bug of updating LSA's which is self
1038 originated has been fixed.
1039
10401999-07-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1041
1042 * *.{c,h} : log clean up.
1043
10441999-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1045
1046 * ospf6d.c (ospf6_init): Change to use install_default.
1047
10481999-07-03 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1049
1050 * ospf6_rtable.c (nexthop_*): added some function that handles
1051 new nexthop structure.
1052
10531999-07-01 Rick Payne <rickp@rossfell.co.uk>
1054
1055 * ospf6_zebra.c (ospf6_zebra_init): Install standard commands to
1056 ZEBRA_NODE.
1057
10581999-06-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1059
1060 * ospf6_rtable.h: added for new routing table of ospf6d
1061
10621999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1063
1064 * ospf6_main.c (signal_init): SIGTERM call sigint.
1065 (sigint): Loggging more better message.
1066
10671999-05-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1068
1069 *ospf6_spf.c (get_prefix_lsa_of_vertex): bug fix about network vertex.
1070
10711999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1072
1073 * ospf6_network.c (send_linkstate_ack): Check HAVE_SIN6_SCOPE_ID
1074 is defined.
1075 * ospf6_mesg.c (make_hello): Likewise.
1076 * ospf6_lsa.c (lsa_flood): Likewise.
1077
10781999-05-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1079
1080 * ospf6_spf.c, etc: Many bug fix.
1081 intra-area-prefix-LSA treatment changed.
1082 network byte order of neighbor ifid changed.
1083
10841999-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1085
1086 * ospf6_zebra.h (struct zebra): Add hitory entry to structure.
1087
10881999-05-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1089
1090 * ospf6_main.c (main): Add KAME check for binding vty socket.
1091 (main): Delete old interface get routine garbage.
1092
1093 * ospf6d.c: Change all `show ip6' statement to `show ipv6'.
1094 (show_ipv6_ospf6_requestlist): Add description.
1095
10961999-05-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1097
1098 * ospf6_lsa.c, etc: Many bug fix, now two routers
1099 on the same segment can become FULL neighbor state
1100 each other.
1101
11021999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1103
1104 * Makefile.am: Add file dependency.
1105 (depend): Add target.
1106
11071999-05-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1108
1109 * Clean up and fix have been almost done. This code
1110 now testing stage of Intra area routing.
1111
1112 * Configuration Vty become more similar to Cisco.
1113
11141999-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1115
1116 * Trim training newline from zlog format arguemnt.
1117
1118 * ospf6_dump.c (ospf6_err): Commented out ospf6_err and
1119 ospf6_warn. Same kind of function should be implemented as
1120 zlog_err or zlog_warn or someting.
1121
1122 * ospf6d.c: Change OSPF_NODE to OSPF6_NODE.
1123 Change OSPF_DEFAULT_CONFIG to OSPF6_DEFAULT_CONFIG.
1124
1125
11261999-04-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1127
1128 * ospf6_mesg.c (make_hello): Add check of SIN6_LEN
1129
11301999-04-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1131
1132 * ospf6_neighbor.c: Change list_clear_all to list_delete_all_node.
1133 Remove list_delete_all fuction and use lib/linklist.c's one.
1134
11351999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1136
1137 * mcast_join(),mcast_leave()'s argument socket length is removed.
1138
11391999-04-08 <kunihiro@zebra.org>
1140
1141 * ospf6_zebra.h (ospf_zebra_read): Fix typo.
1142
1143 * ospf6_interface.h: Tempolary add struct rt_addrinfo.
1144
11451999-03-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1146
1147 * Merge from ospfd-zebra-990303 codes.
1148
11491999-02-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1150
1151 * Makefile.in: add new file.
1152
1153 * Makefile.am: @INCLUDES@ is added for OS/library specific IPv6
1154 directory search.
1155
1156 * Import files from Yasuhiro Ohara <yasu@sfc.wide.ad.jp>'s ospfd.
1157 Impterted files are:
1158 Makefile.am, ospf_area.h, ospf_dump.c, ospf_interface.c,
1159 ospf_interface.h, ospf_lsa.c, ospf_lsa.h, ospf_main.c,
1160 ospf_mesg.c, ospf_mesg.h, ospf_neighbor.c,
1161 ospf_neighbor.h,ospf_network.c, ospf_network.h, ospf_proto.h,
1162 ospf_spf.c, ospf_spf.h, ospf_types.h, ospfd.c, ospfd.h