blob: 766cecee8a9af1af67d06ecc9bf15f248f3d970b [file] [log] [blame]
Andrew J. Schorrc32d28b2007-02-27 15:24:36 +000012007-02-27 Pavol Rusnak <prusnak@suse.cz>
2
3 * ospf6_lsa.c: (ospf6_lsa_handler_name) Fix bug: must use strcmp
4 to compare strings.
5
Greg Troxel75a91402007-02-02 16:54:23 +000062007-02-02 Greg Troxel <Greg Troxel <gdt@ir.bbn.com>>
7
8 * ospf6d.h: remove declaration of errno (should be via header)
9
Paul Jakma0b26f812006-05-15 10:47:53 +0000102006-03-01 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
11
12 * ospf6_asbr.c: fix bug of needless forwarding address
13 * ospf6d.h: version 0.9.7r
14
Paul Jakmacf1ce252006-05-15 10:46:07 +0000152006-02-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
16
17 * valgrind check and memory fix
18 * route table identification string added
19 * ospf6d.h: version 0.9.7q
20
Paul Jakma932bf192006-05-15 10:42:24 +0000212005-10-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
22
23 * ospf6_neighbor.c: add the calling of ospf6_maxage_remove ()
24 when the neighbor went out of Exchange/Loading.
25
Paul Jakmacb4b8842006-05-15 10:39:30 +0000262005-10-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
27
28 * ospf6_asbr.c: fix bug of calculating AS-External routes
29 in other areas. Add debugging function for border-router
30 calculation.
31 * ospf6d.h: version 0.9.7p
32
ajsf52d13c2005-10-01 17:38:06 +0000332005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
34
35 * ospf6_asbr.c: Remove local hard-coded tables zroute_name and
36 zroute_abname. Change the ZROUTE_NAME macro to use new library
37 function zebra_route_string(). Remove the ZROUTE_ABNAME macro.
38 (ospf6_asbr_external_route_show): Replace ZROUTE_ABNAME() with
39 a call to zebra_route_char(), and be sure to fix the format string,
40 since we now have a char instead of a char *.
41 * ospf6_zebra.c: Remove local hard-coded tables zebra_route_name and
42 zebra_route_abname. Note that the zebra_route_name[] table
43 contained mixed-case strings, whereas the zebra_route_string()
44 function returns lower-case strings.
45 (ospf6_zebra_read_ipv6): Change debug message to use new library
46 function zebra_route_string() instead of zebra_route_name[].
47 (show_zebra): Use new library function zebra_route_string() instead
48 of zebra_route_name[].
49
paul47828742005-08-10 15:46:11 +0000502005-08-09 Paul Jakma <paul.jakma@sun.com>
51
52 * ospf6_asbr.c: (ospf6_asbr_redistribute_add) Fix sense of testing
53 of route_map_apply return code, it can return many things other
54 than RMAP_MATCH which do not indicate DENY. Should test explicitly
55 for equality to RMAP_DENYMATCH instead.
56
hasso34956b32005-06-24 08:44:02 +0000572005-06-24 Harald Welte <laforge@gnumonks.org>
58
59 * ospf6_abr.[ch], ospf6_area.[ch]: Add area filter-list (in|out)
60 support and area import and export lists support.
61
hasso7b6ae022005-06-24 08:17:51 +0000622005-06-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
63
64 * ospf6_message.c: Changed to be insensitive to changes of neighbors'
65 IP source address in the OSPF packets. It was sometimes problematic
66 in actual operation (needed some operational cost: restarting
67 all-neighbor routers when I/F NIC was changed). Due to this change,
68 a previously safe case, attaching multiple interface to the same
69 link will now be dengerous and will not work. Remedy to that should
70 be applied later.
71
hasso3e834b12005-06-24 07:50:12 +0000722005-06-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
73
74 * ospf6_interface.c: fix the way inactivity_timer is called. Because
75 inactivity_timer() deletes the neighbor from the neighbor_list, it
76 cannot be called by thread_execute() from inner side of the
77 neighbor_list for-loop.
78
hassob31b8132005-05-31 10:24:28 +0000792005-05-31 Hasso Tepper <hasso at quagga.net>
80
81 * ospf6d.c: No need for double ';'. Fixes parsing "show ipv6 ospf6
82 database ..." commands for vtysh by extract.pl. Remove duplicate
83 install_element calls.
84
ajs634f9ea2005-04-11 15:51:40 +0000852005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
86
87 * ospf6_zebra.c (ospf6_zebra_redistribute, ospf6_zebra_no_redistribute):
88 Change 2nd arg to zebra_redistribute_send from zclient->sock
89 to zclient.
90
paul1eb8ef22005-04-07 07:30:20 +0000912005-04-07 Paul Jakma <paul@dishone.st>
92
93 * (global) Fix up list loops to match changes in lib/linklist,
94 and some basic auditing of usage.
95 * ospf6_abr.c: (ospf6_abr_examin_brouter) change to a single
96 scan of the area list, rather than scanning all areas first for
97 INTER_ROUTER and then again for INTER_NETWORK. According to
98 16.2, the scan should be area specific anyway, and further
99 ospf6d does not seem to implement 16.3 anyway.
100
ajs3b7b8142005-04-02 16:37:07 +00001012005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
102
ajse4319de2005-04-02 23:23:55 +0000103 * ospf6_interface.[ch]: (ospf6_interface_lookup_by_name) Remove unused
104 function.
105
1062005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
107
ajsd2fc8892005-04-02 18:38:43 +0000108 * ospf6_zebra.c: (ospf6_zebra_if_del) Previously, this whole function
109 was commented out. But this is not safe: we should at least update
110 the ifindex when the interface is deleted. So the new version
111 updates the interface status and sets ifp->ifindex to
112 IFINDEX_INTERNAL.
113 (ospf6_zebra_route_update) Use if_indextoname properly.
114
1152005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
116
ajs3b7b8142005-04-02 16:37:07 +0000117 * ospf6_route.c: (ospf6_route_show, ospf6_route_show_detail) Protect
118 against the possibility that the string returned by if_indextoname
119 may not terminate with '\0'.
120
jardinc1ba9e82005-03-02 22:43:26 +00001212005-03-02 Vincent Jardin <Vincent.Jardin@6wind.com>
122
123 * ospf6_zebra.c: Fix core dump when router-id is provided with
124 an empty ospf6d.conf file (no context router ospf6) because
125 ospf6_create has not been called yet.
126
paul8bfb0cb2005-01-25 01:19:28 +00001272005-01-25 Paul Jakma <paul@dishone.st>
128
129 * ospf6_asbr.c: Add "hsls" to the zroute_name const char array.
130
hassoc6487d62004-12-24 06:00:11 +00001312004-12-24 Hasso Tepper <hasso at quagga.net>
132
133 * *.c: Change level of debug messages to LOG_DEBUG.
134
ajs274a4a42004-12-07 15:39:31 +00001352004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
136
137 * ospf6_main.c: (main) The 2nd argument to openzlog has been removed.
138 Note that stdout logging will no longer be enabled by default when
139 not running as a daemon.
140
ajs887c44a2004-12-03 16:36:46 +00001412004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
142
143 * ospf6_main.c: (sigint,sigterm) Use zlog_notice for termination
144 message.
145 (main) Remove commented-out call to pid_output_lock (which should
146 never be called other than from inside pid_output). And use
147 zlog_notice to print the startup message, which now includes
148 the vty port.
149
hassob3c8c462004-11-26 12:55:51 +00001502004-11-26 Hasso Tepper <hasso at quagga.net>
151
152 * ospf6_snmp.c: Fix compile: listnode -> struct listnode *.
153
hassoc0652302004-11-25 19:33:48 +00001542004-11-25 Hasso Tepper <hasso at quagga.net>
155
156 * ospf6_main.c: Make group to run as configurable.
157
gdt6639a042004-11-05 18:42:27 +00001582004-11-05 Phil Spagnolo <phillip.a.spagnolo@boeing.com>
159 * ospf6_flood.c: When adding a thread to retransmit an lsa after
160 rxmt_interval, the ospf6d used thread_add_event(). However,
161 thread_add_event() executes immediately and ignores the delay parameter.
162 This was causing unnecesary unicast LSU sends. Adding the thread has
163 been changed to use thread_add_timer() which will expire after delay.
164 After the fix results appear consistent with expectation.
165
hassoc75105a2004-10-13 10:33:26 +00001662004-10-12 Hasso Tepper <hasso at quagga.net>
167
168 * ospf6_snmp.c: Remove defaults used to initialize smux connection to
169 snmpd. Connection is initialized only if smux peer is configured.
170
hassoc8a440e2004-10-11 17:02:40 +00001712004-10-11 Hasso Tepper <hasso at quagga.net>
172
173 * osp6_top.c, ospf6_top.h: Better handling for router-id. If we use
174 common one, don't output it into configuration - only statically
175 configured one.
176
paulddd119f2004-10-10 08:07:29 +00001772004-10-10 Paul Jakma <paul@dishone.st>
178
179 * Makefile.am: fix listing of ospf_snmp.c in noinst_HEADERS
paul0c083ee2004-10-10 12:54:58 +0000180 * ospf6_route.c: Add const qualifier to various char arrays of
181 constants. signed/unsigned fixes.
182 (ospf6_linkstate_table_show) argv is const
183 * ospf6_snmp.c: listnode typedef is dead.
184 (ospf6_snmp_init) Take struct thread_master arg, needed for
185 smux_init.
186 * ospf6_snmp.h: update ospf6_snmp_init declaration.
187 * ospf6d.c: (ospf6_init) add const qualifier to sargv, pass master
188 to ospf_snmp6_init.
189 * ospf6_asbr.c: const char update.
190 * ospf6_interface.c: ditto, plus signed/unsigned fixes.
191 (ipv6_ospf6_cost) Check whether cost fits in u_int32_t and use
192 strtoul.
193 * ospf6_intra.c: const char update. Parenthesise expression.
194 * ospf6_lsa.c: signed/unsigned and const char updates.
195 * ospf6_proto.c: ditto.
196 * ospf6_message.c: ditto.
197 * ospf6_lsdb.c: signed/unsigned update.
198 * ospf6_main.c: const char update.
199 * ospf6_neighbor.c: ditto.
200 * ospf6_spf.c: ditto.
201 * ospf6_top.c: ditto.
202
hassoef1bbf52004-10-08 12:04:21 +00002032004-10-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
204
hasso2680aa22004-11-25 20:54:46 +0000205 * ospf6_snmp.c: add partial support for SNMP
206 (i.e. ospfv3AreaLsdbTable).
207 * OSPFv3-MIB.txt: Net-SNMP translate Unsigned32 range
208 (0..'FFFFFFFF'h) incorrectly to (0..-1). Those parts for
209 Unsigned32 range are changed to (0..4294967295).
210 Also, doubtful 'not-accessible's are changed to read-only.
211
2122004-10-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
213
hassoef1bbf52004-10-08 12:04:21 +0000214 * ospf6_snmp.[ch], OSPFV3-MIB.txt: start supporting SNMP.
215 it follows draft-ietf-ospf-ospfv3-mib-08.txt, but change
216 OSPFv3 tree to {experimental 102} based on
217 http://www.iana.org/assignments/smi-numbers:
218 Prefix: iso.org.dod.internet.experimental (1.3.6.1.3.)
219 102 OSPFv3 OSPF for IPv6 [Joyal]
220
hasso18a6dce2004-10-03 18:18:34 +00002212004-10-03 Hasso Tepper <hasso at quagga.net>
222
223 * ospf6_zebra.c: Use router id from zebra daemon if it wasn't set in
224 configuration.
225
hasso03d52f82004-09-29 00:26:19 +00002262004-09-25 Hasso Tepper <hasso at estpak.ee>
227
228 * ospf6_asbr.c, ospf6_lsa.c, ospf6_proto.c, ospf6_proto.h: Fix
229 compiler warnings.
230
hasso52dc7ee2004-09-23 19:18:23 +00002312004-09-23 Hasso Tepper <hasso at quagga.net>
232
233 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
234
hasso9428f2d2004-09-13 14:01:12 +00002352004-09-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
236
237 * ospf6_intra.c, ospf6_route.[ch]: try to fix assertion failure
238 in brouter's route_remove
239 * ospf6d.h: version 0.9.7o
240
2412004-09-12 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
242
243 * ospf6_route.c: route_count_assert bug fix
244 * ospf6d.h: version 0.9.7n
245
hasso4846ef62004-09-03 06:04:00 +00002462004-09-03 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
247
248 * ospf6_area.c, ospf6_route.c, ospf6_top.c, ospf6d.c:
249 "show intra-route" function and "show SPF result" function is
250 changed.
251 * ospf6_neighbor.c: Changed to update stub intra-prefix origination
252 when it is not DR.
253 * ospf6_route.h: resolv conflict between best flag and
254 active-summary flag.
255 * ospf6d.h: version 0.9.7m
256
hasso1e058382004-09-01 21:36:14 +00002572004-09-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
258
hasso63069ad2004-09-02 13:01:01 +0000259 * ospf6_asbr.c: E-bit check in examining AS-External-LSA
260 * ospf6_abr.c: E-bit set in receiving Inter-Area-Router-LSA
261
2622004-09-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
263
hasso1e058382004-09-01 21:36:14 +0000264 * *.[ch]: Logging LSAs of particular type is added.
265 lsa_handler is now using vector in order to adjust
266 existing LSA modules.
267 * ospf6d.h: version 0.9.7l
268
hassoe42f5a32004-08-28 17:04:33 +00002692004-08-28 Hasso Tepper <hasso at quagga.net>
270
271 * ospf6_main.c: Modify for sigevents.
272
hasso9a096262004-08-26 18:56:19 +00002732004-08-26 Hasso Tepper <hasso@estpak.ee>
274
275 * ospf6_interface.c, ospf6_top.c, ospf6d.c: for vtysh.
276
hasso3b687352004-08-19 06:56:53 +00002772004-08-19 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
278
hassoccb59b12004-08-25 09:10:37 +0000279 * ospf6_asbr.c: Bug in ASBR check fixed.
280 * ospf6d.h: version 0.9.7k
281
2822004-08-19 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
283
hasso3b687352004-08-19 06:56:53 +0000284 * ospf6_asbr.c: Bug in AS-External Origination fixed.
285 * ospf6d.h: version 0.9.7j
286
hasso6452df02004-08-15 05:52:07 +00002872004-08-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
288
289 * *.c: Area support almost done. (almost ! ;p)
290 * ospf6d.h: version 0.9.7i
291
2922004-08-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
293
294 * ospf6_message.c: Bug cause BadLSReq is fixed.
295 * ospf6_abr.c: Border Router check.
296 * ospf6d.h: version 0.9.7h
297
2982004-08-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
299
300 * ospf6_area.[ch], ospf6_abr.[ch]: area range,
301 border-routers, Inter-Area-Router-LSA origination
302 * ospf6d.h: version 0.9.7g
303
3042004-08-12 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
305
306 * *.[c,h]: LSA refreshing is changed and cleaned up.
307 * ospf6d.h: version 0.9.7f
308
hasso049207c2004-08-04 20:02:13 +00003092004-08-01 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
310
311 * ospf6_abr.[ch]: add files for abr function.
312 * *.c: VTY_NEWLINE -> VNL
313 * ospf6d.h: version 0.9.7e
314 show database functions are rewritten.
315
hasso1203e1c2004-07-23 21:34:27 +00003162004-07-23 Hasso Tepper <hasso@estpak.ee>
317
318 * ospf6_interface.c, ospf6_zebra.c: use ifp->mtu6 instead of
319 ifp->mtu.
320
paul79dc3732004-07-23 15:17:45 +00003212004-07-23 Paul Jakma <paul@dishone.st>
322
323 * ospf6_main.c: Delete LOG_PERROR, not portable.
324 * ospf6_network.c: (ospf6_set_pktinfo) use setsockopt_ipv6_pktinfo
325
hassob596c712004-07-09 18:33:43 +00003262004-07-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
327
328 * ospf6_message.c, ospf6_interface.c: add a command to configure
329 ospf6 ifmtu on a interface.
330 * ospf6d.h: version 0.9.7d
331
hasso508e53e2004-05-18 18:57:06 +00003322004-05-18 Hasso Tepper <hasso@estpak.ee>
paul0a589352004-05-08 11:48:26 +0000333
hasso508e53e2004-05-18 18:57:06 +0000334 * *.*: Merge rewritten ospf6d from Zebra repository.
335 * ospf6_network.c, ospf6_main.c: Merged privs stuff back in.
336 * ospf6_zebra.c: Sync back to zclient changes.
hasso3b4cd3a2004-05-18 19:28:32 +0000337 * ospf6_asbr.c: Added isis to the routings list.
338 * ospf6_main.c: "version.h" -> <lib/version.h>
339
3402004-05-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
341
342 * ospf6_flood.[ch], ospf6_lsa.[ch], ospf6_lsdb.h, ospf6_message.c
343 ospf6_neighbor.c: Fix crash bug and change the way to count
344 how many neighbors include paticular LSA on its retrans-list.
345 * ospf6d.h: version 0.9.7c
346
3472004-05-03 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
348
349 * ospf6_message.[ch], ospf6_interface.c: adjust send/recv buffer
350 size to interface MTUs.
351 * ospf6d.h: version 0.9.7b
hasso508e53e2004-05-18 18:57:06 +0000352
3532003-08-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
354
355 * *.[ch]: rewrite all source code from scratch
356 * ospf6d.h: version 0.9.7
357
paulf1c61a02003-08-12 05:25:49 +00003582003-08-11 Taisuke Sasaki <sasaki@soft.net.fujitsu.co.jp>
359
hasso508e53e2004-05-18 18:57:06 +0000360 * ospf6_ism.c: DR Election bug fix.
paul445f1432003-05-16 19:00:31 +0000361
3622003-04-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
363
364 * ospf6_asbr.c: AS-External LSA refresh was based on the
365 prefix of the obsolete LSA. It was wrong so fixed.
366 * version: 0.9.6p
367
paul718e3742002-12-13 20:15:29 +00003682002-11-09 Vincent Jardin <jardin@6wind.com>
369
370 * ospf6_interface.c: update link-local address on interface creation.
371
3722002-11-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
373
374 * ospf6_asbr.c: apply MinLSInterval to AS-External-LSA origination.
375 * ospf6_lsa.c: change not to issue flooding caused by expire event
376 when the received LSA is (already) MaxAge.
377 * ospf6_spf.c: fix a bug which is that ospf6d calculates
378 wrong nexthop when failed to find Link-LSA for the neighbor.
379 * ospf6_damp.c ospf6_dbex.c ospf6_neighbor.c ospf6_spf.c:
380 some clean up
381 * version: 0.9.6o
382
3832002-10-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
384
385 * ospf6_asbr.c: bug of failing ASE lsa refresh fixed.
386 * version: 0.9.6n
387
3882002-10-01 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
389
390 * ospf6_asbr.c: AS-External-LSA origination function
391 is re-written.
392 * ospf6_damp.[ch]: New feature that damps flaps is added.
393 * version: 0.9.6m
394
3952002-07-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
396
397 * ospf6_spf.c: unwanted assert() in ospf6_spf_nexthop_calculation()
398 is deleted.
399 * version: 0.9.6l
400
4012002-07-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
402
403 * ospf6_dbex.c: bug that ospf6d fails to refresh self-originated
404 LSA if he have not the LSA before has been fixed.
405 * ospf6_asbr.c: bug of failing removing ASE LSA when remove
406 message arrived from zebra has been fixed.
407 * version: 0.9.6k
408
4092002-07-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
410
411 * ospf6_zebra.c: bug reported [zebra 14642] fixed.
412 The bug was related to the synchronization between zebra
413 and ospf6d. Now synchronization will be correctly done.
414 * version: 0.9.6j
415
4162002-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
417
418 * ospf6_lsdb.c: bug fixed in ospf6_lsdb_type_router ().
419 * ospf6_dbex.c: because of retrans list structure changed
420 due to LSDB change, removal of old instance from retrans-list
421 is not necessary anymore. this caused crash but now fixed.
422 * version: 0.9.6i
423
4242002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
425
426 * zebra-0.93 released.
427
4282002-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
429
430 * ospf6_lsdb.c: entirely rewritten. now ospf6d uses
431 radix tree by using lib/table.[ch] for LSDB lookup.
432 * ospf6_abr.c, ospf6_asbr.c, ospf6_intra.c: hook changed
433 due to rewriting of lsdb module.
434 * ospf6_neighbor.c: lack of check existence and find correct
435 instance of the LSA which is going to be removed from neighbor's
436 retransmission was filled.
437 * version: 0.9.6h
438
4392002-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
440
441 * ospf6_intra.c: bug fix for Intra-route deletion.
442 * ospf6_route.c: bug fix for path comparison.
443 * version: 0.9.6g
444
4452002-06-28 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
446
447 * ospf6_route.c: some logs trying to find the situation
448 when assert occur are added. route duration statistics
449 added.
450 * ospf6_zebra.c: trying to fix the problem reported by
451 [zebra 14318] but not yet sure.
452 * version: 0.9.6f
453
4542002-06-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
455
456 * ospf6_intra.c: new file for management of intra-prefix LSA.
457 * ospf6_abr.c: inter area route calculation code added.
458 * version: 0.9.6e
459
4602002-06-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
461
462 * ospf6_asbr.c: All AS-External route was removed when
463 one of the ASBR path was gone, but the route from other ASBR
464 path should stay remained. this bug is fixed.
465 * version: 0.9.6d
466
4672002-06-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
468
469 * ospf6_route.c: route table calculation bug fixed. [zebra 14105]
470 * ospf6_spf.c, ospf6_route.c, etc.: log message cleaned up.
471 * version: 0.9.6c
472
4732002-04-27 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
474
475 * ospf6_route.c: [zebra 13514] bug fix.
476 thanks to Harald Koch.
477 * version: 0.9.6b
478
4792002-04-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
480
481 * ospf6_dump.c: fix bug of log function
482 * ospf6_area.c: fix bug of intra route deletion
483 * version: 0.9.6a
484
4852002-04-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
486
487 * merged with "current" version.
488 * version: 0.9.6
489
4902001-03-11 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
491
492 * ospf6_lsdb.c ospf6_spf.c: log message changed for debug.
493
4942001-02-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
495
496 * version: 0.9.5i
497
498 * ospf6_asbr.c: Added code that finds alternative
499 AS-External route when remove AS-External route.
500 This is temporary fix ...
501
502 * ospf6_redistribute.c: remove redistributed routes
503 immediately when 'no redistribute ...'
504
5052001-02-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
506
507 * version: 0.9.5h
508
509 * ospf6_spf.c, ospf6_lsa.c: Change to originate Link-LSA on
510 point-to-point links.
511
512 * ospf6_message.c: Bug of log messages of self-originated
513 Hello packet fixed.
514
5152001-02-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
516
517 * version: 0.9.5g
518 * ospf6_asbr.c: fix for the bug that AS-External route
519 is not get removed.
520
5212001-02-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
522
523 * ospf6_lsdb.c: crash bug while receiving wrong LSA scope bit
524 has been temporarily fixed
525
5262001-12-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
527
528 * ospf6_asbr.[ch]: The byte order bug in encoding/decoding
529 the bits/metric field in AS-External-LSA fixed.
530 Fixed to update E-bit in Router-LSA of itself.
531 Reported by Taisuke Sasaki ([zebra 11548]).
532
533 * README: updated.
534
535 * version: 0.9.5f
536
5372001-11-21 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
538
539 * ospf6_prefix.c: Intra-prefix-LSA bug fixed.
540 * ospf6_abr.[ch]: added (only just placeholder yet)
541
5422001-11-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
543
544 * ospf6_route.c: fix to overwrite a prefix when another
545 addition to the prefix is given. freeze function changed
546 not to remove routes by default.
547
548 * version: 0.9.5e
549
5502001-11-19 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
551
552 * version: 0.9.5d
553
554 * ospf6_lsa.c ospf6_spf.c: SPF Calculations are now
555 scheduled by hook.
556
557 * ospf6_route.c: ospf6_route_add bug fix,
558 ospf6_route_remove_all corrected.
559
5602001-11-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
561
562 * ospf6_hook.[ch]: added.
563 * Almost half of the code has been rewritten.
564 especially, ospf6_route.[ch]. Hook call has been injected
565 much.
566 * ospf6_asbr.[ch]: added.
567
5682001-10-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
569
570 * ospf6_dbex.c: ospf6d was wrong to omit reoriginating
571 of LSA when the self-originated LSA was received from others.
572 fixed.
573 * ospf6d.h: version: 0.9.5c
574
5752001-10-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
576
577 * ospf6_lsa.c: 'force-prefix' was not executed. fixed.
578 * ospf6d.h: version: 0.9.5b
579
5802001-10-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
581
582 * ospf6_interface.c: 'passive-interface' is now moved to
583 'ipv6 ospf6 passive' in INTERFACE NODE. 'prefix-list' which
584 specifies the filter prefix for connected address prefix also
585 moved to INTERFACE NODE as 'ipv6 ospf6 advertise prefix-list WORD'.
586 The old obsoleted commands are still acceptable though. New command
587 'ipv6 ospf6 advertise force-prefix' added, which which tells ospf6d
588 to advertise rather prefix than stub local-address even on loopback
589 or pointopoint interfaces.
590
591 * ospf6_dump.c: 'ospf6 debug hello' -> 'ospf6 debug message hello'.
592 same for other message type. The older is still acceptable.
593
594 * ospf6_lsa.c: Changed AS-External generation to new one which uses
595 LSA hooks. Delete old garbage.
596
5972001-10-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
598
599 * ospf6d.c: turn off and turn on sequence with
600 'no interface' 'interface' cmds was not work. fixed.
601
602 * ospf6_lsa.c: generating Intra-Area-Prefix-LSA for stub
603 did not care duplicate prefixes. fixed.
604
6052001-09-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
606
607 * ospf6_message.c: There was a bug that prevent LSDB
608 to syncronize. It was a DbDesc packet bug that Slave
609 sends two different DbDesc packet on the same sequence
610 number. This cause many LSAs are dropped when Exchanging
611 LSDB, because the latter DbDesc packet that have the same
612 sequence number will be ignored as duplicate packet.
613 This seems to be exist at least before 0.9.4 version.
614 Now this is the most stable candidate.
615
616 * ospf6d.h: version 0.9.5a
617
6182001-09-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
619
620 * ospf6_zebra.c ospf6_spf.c ospf6_lsa.c :
621 delete nexthop check to certify the nexthop is Link-local address.
622 Suppress Link-LSA origination on links other than Broadcast.
623 SPF's nexthop calculation first checks linklocal address
624 in Link-LSA, then checks source address of neighbor's packets.
625
626 * ospf6_interface.c ospf6_ism.c ospf6_lsa.c ospf6_nsm.c:
627 intra-area-prefix-lsa origination func moved to new one.
628
629 * ospf6_interface.h ospf6d.[ch] ospf6_lsa.c:
630 interface_area_cmd now changed to have 'passive'
631 and 'prefix-list' option.
632
633 * ospf6_prefix.c:
634 clean up.
635
6362001-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
637
638 * ospf6_dbex.c ospf6_interface.c ospf6_ism.c ospf6_lsa.[ch]:
639 clean up and new LSA origination functions added.
640
641 * ospf6_route.c ospf6_lsdb.c: make vty function more
642 clean/understandable.
643
644 * ospf6d.h: version 0.9.5
645
6462001-08-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
647
648 * ospf6_lsdb.c: Use IS_LSA_MAXAGE macro instead of
649 ospf6_lsa_is_maxage.
650
651 * ospf6_lsa.h (IS_LSA_MAXAGE): Add new macro to check MaxAge.
652
6532001-08-21 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
654
655 * ospf6_lsdb.c: if There's no previous prefix
656 ospf6d was wrongly not calculate the prefix.
657 this reported by (v6 16029) is fixed.
658
659 * ospf6_neighbor.c: Instance of LSA Summary included
660 in DbDesc packet was wrongly freed. The bug cause
661 malformed DbDesc, ExChange <-> ExStart flapping,
662 and then crash.
663
664 * ospf6d.h: version 0.9.4
665
6662001-08-21 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
667
668 * ospf6_route.[ch]: Showing format is changed.
669 'show ipv6 route ospf6' -> 'show ipv6 ospf6 route'
670 'show ipv6 route ospf6 external' ->
671 'show ipv6 ospf6 route redistribute'
672
673 * ospf6_lsdb.c ospf6_lsa.c ospf6_neighbor.c ospf6_interface.c:
674 memory leak in LS list fixed.
675
676 * all: clean up
677
678 * ospf6d.h: version 0.9.3
679
6802001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
681
682 * ospf6d.c (ospf6_timeval_sub_equal): Remove function.
683
684 * ospf6_spf.c (ospf6_timeval_cmp): Rewrite ospf6_timeval_cmp().
685 (ospf6_timeval_add_equal): Function moved from ospf6d.c
686
6872001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
688
689 * zebra-0.92a released.
690
6912001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
692
693 * zebra-0.92 released.
694
6952001-08-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
696
697 * ospf6_lsdb.c ospf6_neighbor.c:
698 LSDB function/structure and LS list function has been rewritten.
699 memory leak has been decreased.
700
701 * ospf6_lsa.[ch] ospf6_dbex.c: garbage code has been deleted.
702
703 * ospf6d.h: version 0.9.2
704
7052001-08-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
706
707 * ospf6_dbex.c ospf6_lsdb.c:
708 Retransmition list had a critical bug that breaks LSDB
709 synchronization. When new LSA be added to retrans-list,
710 old must be removed, but it was not. So new LSA dropped,
711 and LSA Acknowledgement did not work. The bug was fixed.
712
713 * ospf6d.h: version 0.9.1
714
7152001-06-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
716
717 * ospf6_spf.c: crash bug fix in temporary treat code for
718 Router-LSA whose LS-ID != 0
719
720 * ospf6_dbex.c: RFC2328 13.(4) was wrongly coded.
721 (4) Else if the LSA's LS age is equal to MaxAge, and there is
722 currently *NO* instance of the LSA in the router's link state
723 ...
724
725 * ospf6_lsa.c: RFC2328 13.1 checksum tie breaker
726 had been neglected, and has just added now.
727
728 * ospf6d.h: version 0.9.0
729 ospf6d expected to work with hitachi gr2000 from these fixes.
730
7312001-06-12 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
732
733 * ospf6_lsa.c: Fix bug in creating Intra-Area-Prefix-LSA.
734 DR was mis-include others prefixes advertised by their Link-LSA.
735
736 * ospf6_route.c: Fix bug in calculating intra area routes.
737 Not all prefixes in Intra-Area-Prefix-LSA was calculated.
738
739 * ospf6_spf.c:
740 Changed to quit when a error occured in calculating SPF tree.
741 Very messy hack for the bug reported by [zebra 8807]. This
742 is not tested yet.
743 Changed to quit SPF calculation when a nexthop calculation
744 errors.
745
746 * ospf6_zebra.c:
747 Support for interface address deletion.
748
749 * ospf6d.h:
750 version: 0.8.y
751
7522001-04-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
753
754 * ospf6d.h
755 Due to previous change (DR Election algorithm changed),
756 backward compatibility will be lost from this version.
757 version: 0.8.x
758
7592001-04-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
760
761 * ospf6_message.c ospf6_ism.c:
762 Bug of router_id comparison
763
7642001-04-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
765
766 * ospf6_dbex.c: ospf6_dbex_is_maxage_to_be_dropped() had
767 some bug causing Loading state lasts long.
768 version: 0.8.v
769
7702001-04-08 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
771
772 * ospf6_route.c: BUG in AS-External route calculation fixed.
773 It was using OLD LSDB...
774 Version: 0.8.u-
775
7762001-04-08 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
777
778 * ospf6_area.c, ospf6_dbex.c, ospf6_interface.c,
779 ospf6_lsa.c, ospf6_lsdb.c, ospf6_lsdb.h, ospf6_message.c,
780 ospf6_neighbor.c, ospf6_neighbor.h, ospf6_nsm.c,
781 ospf6_redistribute.c, ospf6_route.c, ospf6_spf.c:
782 Delete old LSDB function.
783
784 * ospf6d.h:
785 Version: 0.8.u
786
7872001-04-05 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
788
789 * ospf6_area.c, ospf6_area.h, ospf6_dbex.c, ospf6_interface.c,
790 ospf6_interface.h, ospf6_lsa.c, ospf6_lsdb.c, ospf6_lsdb.h,
791 ospf6_message.c, ospf6_nsm.c, ospf6_redistribute.c, ospf6_route.c,
792 ospf6_spf.c, ospf6_top.c, ospf6_top.h, ospf6d.h:
793 Changed to use New LSDB.
794 Version: 0.8.t
795
7962001-04-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
797
798 * ospf6_lsa.c:
799 Interface stub check in Intra-Area-Prefix-LSA origination
800 was wrong. - fixed.
801
802 * ospf6_area.h, ospf6_dbex.c, ospf6_interface.c,
803 ospf6_interface.h, ospf6_lsa.c, ospf6_lsa.h, ospf6_lsdb.c,
804 ospf6_message.c, ospf6_neighbor.c, ospf6_nsm.c,
805 ospf6_redistribute.c, ospf6_top.c, ospf6_top.h, ospf6d.c:
806 New LSDB functions, but not changed to be used.
807
808 * ospf6d.h:
809 Version: 0.8.s
810
8112001-03-28 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
812
813 * ospf6_area.c ospf6_area.h ospf6_dbex.c ospf6_dump.c
814 ospf6_interface.c ospf6_interface.h ospf6_lsa.c
815 ospf6_message.c ospf6_redistribute.c ospf6_spf.c ospf6_top.c
816 ospf6_top.h ospf6_zebra.c ospf6d.c ospf6d.h: cleaning.
817
8182001-03-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
819
820 * ospf6d.h:
821 version: 0.8.r
822
823 * ospf6_neighbor.[ch], ospf6_lsa.[ch]:
824 just clean up and log clearify.
825
826 * ospf6_message.[ch]:
827 Packet receiving function and dumping OSPFv3 packet has been
828 changed simple and clean.
829
830 * ospf6_dbex.[ch], ospf6_interface.[ch], ospf6_lsdb.[ch],
831 ospf6_neighbor.[ch], ospf6_nsm.[ch]:
832 LSList(i.e. summary list, request list, retrans list, etc) have
833 been rewritten based on new LSDB module. The main LSDB have not
834 yet shifted to this new module, but will shift eventually.
835 This change expected to resolve the problem that the ospf6d keeps
836 on sending redundant LSUpdate/LSAck.
837
838 * ospf6_interface.c: changed default MTU from 1500 to 1280.
839 It was possible that the ospf6d could not send packet (e.g.
840 LSUpdate in response to LSReq in my case) when the packet
841 size accidentally reached near 1500 (I was forget about IP
842 header :p). It is a bit illegal to set MTU 1280 constantly,
843 but I failed once with I/F MTU from kernel (through zebra),
844 and thinks that 1280 is more stable than kernel variable.
845 Comments will be appriciated.
846
8472001-03-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
848
849 * ospf6_dbex.c, ospf6_interface.c, ospf6_ism.c, ospf6_lsdb.[ch],
850 ospf6_neighbor.c, ospf6_spf.c, ospf6d.c:
851 Fix for crash. ospf6d has ever been crashing when
852 'no interface' command executed, and when starting up with
853 the configuration which does not include 'router ospf6'.
854 these has been fixed.
855
8562001-02-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
857
858 * ospf6_lsa.c, ospf6_message.c:
859 LSA summary (exchanged while Adjacency bring up) may expire
860 (may reach MaxAge). Handling this has been added but
861 it's a little bit quick hack.
862
863 * ospf6_message.c:
864 Thread chain bug fixed. Read network thread chain has been cut
865 when receive packets on not-enabled interface. this was wrong
866 and fixed.
867
8682001-02-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
869
870 * ospf6_message.c:
871 I/F MTU check part on sending packet had some bug, and it's fixed.
872 Ospf6d has believed a value from zebra as I/F MTU, but from now
873 I/F MTU is set to constant 1500. This is workaround for ATM.
874
8752001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
876
877 * zebra-0.91 is released.
878
8792001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
880
881 * just code clean up of almost all module.
882 * ospf6_dump.c, ospf6_lsa.c: file dependency.
883 * ospf6_mesg.[ch]: changed filename to ospf6_message.[ch]
884
8852001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
886
887 * zebra-0.90 is released.
888
8892001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
890
891 * ospf6_mesg.c,ospf6_lsa.c: doubly cancel thread bug fixed.
892 version 0.8.k CRASHed for this.
893 * ospf6_lsa.c: bug of logging fixed.
894 version: 0.8.l
895
8962001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
897
898 * ospf6_neighbor.c: fix typo when trying to delete
899 MaxAge AS-External LSA. MaxAge LSA remaining bug is expected
900 to be fixed.
901 version: 0.8.k
902
9032001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
904
905 * ospf6_mesg.c: add I/F Mtu check for sending LS Update.
906
907 * ospf6_dbex.c, ospf6_mesg.c, ospf6_neighbor.c, ospf6_neighbor.h,
908 ospf6_spf.c: Changed type of hisaddr field in ospf6_neighbor
909 structure, from sockaddr_in6 to in6_addr. No protocol/processing
910 changed.
911
9122001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
913
914 * ospf6_mesg.c, ospf6_neighbor.[ch]: Speed up of
915 Database Exchange.
916 version: 0.8.j
917
918 Because the LS Request list was checked only when attempt
919 to send (retransmit) LS Request packet, Loading state lasted
920 long (for RxmtInterval) unexpectedly. This was fixed; LS Request
921 packet will be send as soon as one received a LS Update packet.
922
9232001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
924
925 * ospf6d.h (OSPF6_VTYSH_PATH): Change "/tmp/ospf6d" to
926 /tmp/.ospf6d".
927
9282000-12-29 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
929
930 * ospf6_dump.[ch]: simplified.
931
9322000-12-19 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
933
934 * ospf6_route.c: Fix bug of using unavailable route.
935 version: 0.8.d
936
9372000-11-30 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
938
939 * ospf6_spf.c: calculate statistics. version: 0.8.d
940
9412000-11-26 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
942
943 * ospf6_mesg.c, ospf6_nsm.c: LSDB sync bug fixed.
944 version: 0.8.c
945
9462000-11-26 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
947
948 * ospf6_dbex.c: Start debugging and cleaning.
949
950 * ospf6_area.c, ospf6_dbex.c, ospf6_interface.c, ospf6_lsa.c,
951 ospf6_proto.c, ospf6_top.c: add some function to clarify codes.
952
9532000-11-26 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
954
955 * ospf6_spf.c: Delete old garbage (which was enclosed by #if 0)
956
957 * ospf6_redistribute.c: "redistribute ospf6" was generated in
958 "router ospf6" in config file. It is a bug, and fixed.
959 wrong warning message was deleted.
960
961 * ospf6_main.c: If daemon mode, ospf6d was silent even if
962 the config file was wrong. It is a bug, and fixed.
963
964 * ospf6_route.c, ospf6_zebra.c: Zebra syncronization method
965 has been changed. delete garbages. allow nexthop of :: in case
966 of connected route.
967
968 * ospf6_dbex.c: Delete annoying log messages.
969
970 * ospf6_lsa.c: Changed string for LSA log.
971
9722000-11-21 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
973
974 * ospf6_spf.c: some careless bug fixed.
975
976 * ospf6_route.c: changed not to send garbage route
977 whose nexthop is not linklocal address.
978
9792000-11-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
980
981 * ospf6_rtable.c: renamed to ospf6_route.c
982 whole functionality has been rewritten as new code.
983 new functions not yet installs routes; the old
984 functions still remains. cleaning log messages.
985
986 * ospf6_spf.c: whole functionality has been rewritten
987 as new code. new command "show ipv6 ospf6 spf node",
988 "show ipv6 ospf6 spf tree", "show ipv6 ospf6 spf table"
989 has been added. Memory leak was fixed. cleaning log messages.
990
991 * ospf6d version: 0.7.c
992
9932000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
994
995 * zebra-0.89 is released.
996
9972000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
998
999 * ospf6_lsdb.c (ospf6_lsdb_remove_maxage_lsa): Fix compile
1000 warnings.
1001
10022000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1003
1004 * zebra-0.88 is released.
1005
10062000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1007
1008 * ospf6_rtable.h (struct ospf6_nexthop): Change ifindex type from
1009 unsigned long to unsigned int.
1010
10112000-04-28 Kunihiro Ishiguro <kunihiro@zebra.org>
1012
1013 * ospf6d.h: Include some headers for avoid warning.
1014
1015 * ospf6_routemap.h: Add newfile.
1016
10171999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1018
1019 * ospf6_network.c: Respect IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP
1020 rather than RFC2133.
1021
10221999-10-21 Jun-ichiro itojun Hagino <itojun@itojun.org>
1023
1024 * ospf6_network.c (ospf6_ipv6_decode_ipv4): Fix bug of conversion
1025 from IPv4 Mapped Address to IPv4 address.
1026
10271999-08-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1028
1029 * ospf6_lsa.c (construct_link_lsa): Enclose KAME specific part by
1030 #ifdef/#endif.
1031
10321999-07-29 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1033
1034 * ospf6_mesg.c: add new message process function.
1035
10361999-07-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1037
1038 * ospf6_main.c (sighup): Call of log_rotate() removed.
1039
10401999-07-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1041
1042 ospf6_dbex.{c,h}: variable "acknowledge" has been deleted.
1043
10441999-07-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1045
1046 * *.{c,h}: lsa data structure has been drastically
1047 changed.
1048
10491999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1050
1051 * *.{c,h}: bug of updating LSA's which is self
1052 originated has been fixed.
1053
10541999-07-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1055
1056 * *.{c,h} : log clean up.
1057
10581999-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1059
1060 * ospf6d.c (ospf6_init): Change to use install_default.
1061
10621999-07-03 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1063
1064 * ospf6_rtable.c (nexthop_*): added some function that handles
1065 new nexthop structure.
1066
10671999-07-01 Rick Payne <rickp@rossfell.co.uk>
1068
1069 * ospf6_zebra.c (ospf6_zebra_init): Install standard commands to
1070 ZEBRA_NODE.
1071
10721999-06-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1073
1074 * ospf6_rtable.h: added for new routing table of ospf6d
1075
10761999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1077
1078 * ospf6_main.c (signal_init): SIGTERM call sigint.
1079 (sigint): Loggging more better message.
1080
10811999-05-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1082
1083 *ospf6_spf.c (get_prefix_lsa_of_vertex): bug fix about network vertex.
1084
10851999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1086
1087 * ospf6_network.c (send_linkstate_ack): Check HAVE_SIN6_SCOPE_ID
1088 is defined.
1089 * ospf6_mesg.c (make_hello): Likewise.
1090 * ospf6_lsa.c (lsa_flood): Likewise.
1091
10921999-05-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1093
1094 * ospf6_spf.c, etc: Many bug fix.
1095 intra-area-prefix-LSA treatment changed.
1096 network byte order of neighbor ifid changed.
1097
10981999-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1099
1100 * ospf6_zebra.h (struct zebra): Add hitory entry to structure.
1101
11021999-05-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1103
1104 * ospf6_main.c (main): Add KAME check for binding vty socket.
1105 (main): Delete old interface get routine garbage.
1106
1107 * ospf6d.c: Change all `show ip6' statement to `show ipv6'.
1108 (show_ipv6_ospf6_requestlist): Add description.
1109
11101999-05-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1111
1112 * ospf6_lsa.c, etc: Many bug fix, now two routers
1113 on the same segment can become FULL neighbor state
1114 each other.
1115
11161999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1117
1118 * Makefile.am: Add file dependency.
1119 (depend): Add target.
1120
11211999-05-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1122
1123 * Clean up and fix have been almost done. This code
1124 now testing stage of Intra area routing.
1125
1126 * Configuration Vty become more similar to Cisco.
1127
11281999-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1129
1130 * Trim training newline from zlog format arguemnt.
1131
1132 * ospf6_dump.c (ospf6_err): Commented out ospf6_err and
1133 ospf6_warn. Same kind of function should be implemented as
1134 zlog_err or zlog_warn or someting.
1135
1136 * ospf6d.c: Change OSPF_NODE to OSPF6_NODE.
1137 Change OSPF_DEFAULT_CONFIG to OSPF6_DEFAULT_CONFIG.
1138
1139
11401999-04-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1141
1142 * ospf6_mesg.c (make_hello): Add check of SIN6_LEN
1143
11441999-04-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1145
1146 * ospf6_neighbor.c: Change list_clear_all to list_delete_all_node.
1147 Remove list_delete_all fuction and use lib/linklist.c's one.
1148
11491999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1150
1151 * mcast_join(),mcast_leave()'s argument socket length is removed.
1152
11531999-04-08 <kunihiro@zebra.org>
1154
1155 * ospf6_zebra.h (ospf_zebra_read): Fix typo.
1156
1157 * ospf6_interface.h: Tempolary add struct rt_addrinfo.
1158
11591999-03-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1160
1161 * Merge from ospfd-zebra-990303 codes.
1162
11631999-02-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1164
1165 * Makefile.in: add new file.
1166
1167 * Makefile.am: @INCLUDES@ is added for OS/library specific IPv6
1168 directory search.
1169
1170 * Import files from Yasuhiro Ohara <yasu@sfc.wide.ad.jp>'s ospfd.
1171 Impterted files are:
1172 Makefile.am, ospf_area.h, ospf_dump.c, ospf_interface.c,
1173 ospf_interface.h, ospf_lsa.c, ospf_lsa.h, ospf_main.c,
1174 ospf_mesg.c, ospf_mesg.h, ospf_neighbor.c,
1175 ospf_neighbor.h,ospf_network.c, ospf_network.h, ospf_proto.h,
1176 ospf_spf.c, ospf_spf.h, ospf_types.h, ospfd.c, ospfd.h