blob: ed9c2a1eeb6cf970de0230cc8430f7f96feb5829 [file] [log] [blame]
Greg Troxel75a91402007-02-02 16:54:23 +000012007-02-02 Greg Troxel <Greg Troxel <gdt@ir.bbn.com>>
2
3 * ospf6d.h: remove declaration of errno (should be via header)
4
Paul Jakma0b26f812006-05-15 10:47:53 +000052006-03-01 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
6
7 * ospf6_asbr.c: fix bug of needless forwarding address
8 * ospf6d.h: version 0.9.7r
9
Paul Jakmacf1ce252006-05-15 10:46:07 +0000102006-02-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
11
12 * valgrind check and memory fix
13 * route table identification string added
14 * ospf6d.h: version 0.9.7q
15
Paul Jakma932bf192006-05-15 10:42:24 +0000162005-10-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
17
18 * ospf6_neighbor.c: add the calling of ospf6_maxage_remove ()
19 when the neighbor went out of Exchange/Loading.
20
Paul Jakmacb4b8842006-05-15 10:39:30 +0000212005-10-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
22
23 * ospf6_asbr.c: fix bug of calculating AS-External routes
24 in other areas. Add debugging function for border-router
25 calculation.
26 * ospf6d.h: version 0.9.7p
27
ajsf52d13c2005-10-01 17:38:06 +0000282005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
29
30 * ospf6_asbr.c: Remove local hard-coded tables zroute_name and
31 zroute_abname. Change the ZROUTE_NAME macro to use new library
32 function zebra_route_string(). Remove the ZROUTE_ABNAME macro.
33 (ospf6_asbr_external_route_show): Replace ZROUTE_ABNAME() with
34 a call to zebra_route_char(), and be sure to fix the format string,
35 since we now have a char instead of a char *.
36 * ospf6_zebra.c: Remove local hard-coded tables zebra_route_name and
37 zebra_route_abname. Note that the zebra_route_name[] table
38 contained mixed-case strings, whereas the zebra_route_string()
39 function returns lower-case strings.
40 (ospf6_zebra_read_ipv6): Change debug message to use new library
41 function zebra_route_string() instead of zebra_route_name[].
42 (show_zebra): Use new library function zebra_route_string() instead
43 of zebra_route_name[].
44
paul47828742005-08-10 15:46:11 +0000452005-08-09 Paul Jakma <paul.jakma@sun.com>
46
47 * ospf6_asbr.c: (ospf6_asbr_redistribute_add) Fix sense of testing
48 of route_map_apply return code, it can return many things other
49 than RMAP_MATCH which do not indicate DENY. Should test explicitly
50 for equality to RMAP_DENYMATCH instead.
51
hasso34956b32005-06-24 08:44:02 +0000522005-06-24 Harald Welte <laforge@gnumonks.org>
53
54 * ospf6_abr.[ch], ospf6_area.[ch]: Add area filter-list (in|out)
55 support and area import and export lists support.
56
hasso7b6ae022005-06-24 08:17:51 +0000572005-06-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
58
59 * ospf6_message.c: Changed to be insensitive to changes of neighbors'
60 IP source address in the OSPF packets. It was sometimes problematic
61 in actual operation (needed some operational cost: restarting
62 all-neighbor routers when I/F NIC was changed). Due to this change,
63 a previously safe case, attaching multiple interface to the same
64 link will now be dengerous and will not work. Remedy to that should
65 be applied later.
66
hasso3e834b12005-06-24 07:50:12 +0000672005-06-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
68
69 * ospf6_interface.c: fix the way inactivity_timer is called. Because
70 inactivity_timer() deletes the neighbor from the neighbor_list, it
71 cannot be called by thread_execute() from inner side of the
72 neighbor_list for-loop.
73
hassob31b8132005-05-31 10:24:28 +0000742005-05-31 Hasso Tepper <hasso at quagga.net>
75
76 * ospf6d.c: No need for double ';'. Fixes parsing "show ipv6 ospf6
77 database ..." commands for vtysh by extract.pl. Remove duplicate
78 install_element calls.
79
ajs634f9ea2005-04-11 15:51:40 +0000802005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
81
82 * ospf6_zebra.c (ospf6_zebra_redistribute, ospf6_zebra_no_redistribute):
83 Change 2nd arg to zebra_redistribute_send from zclient->sock
84 to zclient.
85
paul1eb8ef22005-04-07 07:30:20 +0000862005-04-07 Paul Jakma <paul@dishone.st>
87
88 * (global) Fix up list loops to match changes in lib/linklist,
89 and some basic auditing of usage.
90 * ospf6_abr.c: (ospf6_abr_examin_brouter) change to a single
91 scan of the area list, rather than scanning all areas first for
92 INTER_ROUTER and then again for INTER_NETWORK. According to
93 16.2, the scan should be area specific anyway, and further
94 ospf6d does not seem to implement 16.3 anyway.
95
ajs3b7b8142005-04-02 16:37:07 +0000962005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
97
ajse4319de2005-04-02 23:23:55 +000098 * ospf6_interface.[ch]: (ospf6_interface_lookup_by_name) Remove unused
99 function.
100
1012005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
102
ajsd2fc8892005-04-02 18:38:43 +0000103 * ospf6_zebra.c: (ospf6_zebra_if_del) Previously, this whole function
104 was commented out. But this is not safe: we should at least update
105 the ifindex when the interface is deleted. So the new version
106 updates the interface status and sets ifp->ifindex to
107 IFINDEX_INTERNAL.
108 (ospf6_zebra_route_update) Use if_indextoname properly.
109
1102005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
111
ajs3b7b8142005-04-02 16:37:07 +0000112 * ospf6_route.c: (ospf6_route_show, ospf6_route_show_detail) Protect
113 against the possibility that the string returned by if_indextoname
114 may not terminate with '\0'.
115
jardinc1ba9e82005-03-02 22:43:26 +00001162005-03-02 Vincent Jardin <Vincent.Jardin@6wind.com>
117
118 * ospf6_zebra.c: Fix core dump when router-id is provided with
119 an empty ospf6d.conf file (no context router ospf6) because
120 ospf6_create has not been called yet.
121
paul8bfb0cb2005-01-25 01:19:28 +00001222005-01-25 Paul Jakma <paul@dishone.st>
123
124 * ospf6_asbr.c: Add "hsls" to the zroute_name const char array.
125
hassoc6487d62004-12-24 06:00:11 +00001262004-12-24 Hasso Tepper <hasso at quagga.net>
127
128 * *.c: Change level of debug messages to LOG_DEBUG.
129
ajs274a4a42004-12-07 15:39:31 +00001302004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
131
132 * ospf6_main.c: (main) The 2nd argument to openzlog has been removed.
133 Note that stdout logging will no longer be enabled by default when
134 not running as a daemon.
135
ajs887c44a2004-12-03 16:36:46 +00001362004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
137
138 * ospf6_main.c: (sigint,sigterm) Use zlog_notice for termination
139 message.
140 (main) Remove commented-out call to pid_output_lock (which should
141 never be called other than from inside pid_output). And use
142 zlog_notice to print the startup message, which now includes
143 the vty port.
144
hassob3c8c462004-11-26 12:55:51 +00001452004-11-26 Hasso Tepper <hasso at quagga.net>
146
147 * ospf6_snmp.c: Fix compile: listnode -> struct listnode *.
148
hassoc0652302004-11-25 19:33:48 +00001492004-11-25 Hasso Tepper <hasso at quagga.net>
150
151 * ospf6_main.c: Make group to run as configurable.
152
gdt6639a042004-11-05 18:42:27 +00001532004-11-05 Phil Spagnolo <phillip.a.spagnolo@boeing.com>
154 * ospf6_flood.c: When adding a thread to retransmit an lsa after
155 rxmt_interval, the ospf6d used thread_add_event(). However,
156 thread_add_event() executes immediately and ignores the delay parameter.
157 This was causing unnecesary unicast LSU sends. Adding the thread has
158 been changed to use thread_add_timer() which will expire after delay.
159 After the fix results appear consistent with expectation.
160
hassoc75105a2004-10-13 10:33:26 +00001612004-10-12 Hasso Tepper <hasso at quagga.net>
162
163 * ospf6_snmp.c: Remove defaults used to initialize smux connection to
164 snmpd. Connection is initialized only if smux peer is configured.
165
hassoc8a440e2004-10-11 17:02:40 +00001662004-10-11 Hasso Tepper <hasso at quagga.net>
167
168 * osp6_top.c, ospf6_top.h: Better handling for router-id. If we use
169 common one, don't output it into configuration - only statically
170 configured one.
171
paulddd119f2004-10-10 08:07:29 +00001722004-10-10 Paul Jakma <paul@dishone.st>
173
174 * Makefile.am: fix listing of ospf_snmp.c in noinst_HEADERS
paul0c083ee2004-10-10 12:54:58 +0000175 * ospf6_route.c: Add const qualifier to various char arrays of
176 constants. signed/unsigned fixes.
177 (ospf6_linkstate_table_show) argv is const
178 * ospf6_snmp.c: listnode typedef is dead.
179 (ospf6_snmp_init) Take struct thread_master arg, needed for
180 smux_init.
181 * ospf6_snmp.h: update ospf6_snmp_init declaration.
182 * ospf6d.c: (ospf6_init) add const qualifier to sargv, pass master
183 to ospf_snmp6_init.
184 * ospf6_asbr.c: const char update.
185 * ospf6_interface.c: ditto, plus signed/unsigned fixes.
186 (ipv6_ospf6_cost) Check whether cost fits in u_int32_t and use
187 strtoul.
188 * ospf6_intra.c: const char update. Parenthesise expression.
189 * ospf6_lsa.c: signed/unsigned and const char updates.
190 * ospf6_proto.c: ditto.
191 * ospf6_message.c: ditto.
192 * ospf6_lsdb.c: signed/unsigned update.
193 * ospf6_main.c: const char update.
194 * ospf6_neighbor.c: ditto.
195 * ospf6_spf.c: ditto.
196 * ospf6_top.c: ditto.
197
hassoef1bbf52004-10-08 12:04:21 +00001982004-10-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
199
hasso2680aa22004-11-25 20:54:46 +0000200 * ospf6_snmp.c: add partial support for SNMP
201 (i.e. ospfv3AreaLsdbTable).
202 * OSPFv3-MIB.txt: Net-SNMP translate Unsigned32 range
203 (0..'FFFFFFFF'h) incorrectly to (0..-1). Those parts for
204 Unsigned32 range are changed to (0..4294967295).
205 Also, doubtful 'not-accessible's are changed to read-only.
206
2072004-10-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
208
hassoef1bbf52004-10-08 12:04:21 +0000209 * ospf6_snmp.[ch], OSPFV3-MIB.txt: start supporting SNMP.
210 it follows draft-ietf-ospf-ospfv3-mib-08.txt, but change
211 OSPFv3 tree to {experimental 102} based on
212 http://www.iana.org/assignments/smi-numbers:
213 Prefix: iso.org.dod.internet.experimental (1.3.6.1.3.)
214 102 OSPFv3 OSPF for IPv6 [Joyal]
215
hasso18a6dce2004-10-03 18:18:34 +00002162004-10-03 Hasso Tepper <hasso at quagga.net>
217
218 * ospf6_zebra.c: Use router id from zebra daemon if it wasn't set in
219 configuration.
220
hasso03d52f82004-09-29 00:26:19 +00002212004-09-25 Hasso Tepper <hasso at estpak.ee>
222
223 * ospf6_asbr.c, ospf6_lsa.c, ospf6_proto.c, ospf6_proto.h: Fix
224 compiler warnings.
225
hasso52dc7ee2004-09-23 19:18:23 +00002262004-09-23 Hasso Tepper <hasso at quagga.net>
227
228 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
229
hasso9428f2d2004-09-13 14:01:12 +00002302004-09-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
231
232 * ospf6_intra.c, ospf6_route.[ch]: try to fix assertion failure
233 in brouter's route_remove
234 * ospf6d.h: version 0.9.7o
235
2362004-09-12 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
237
238 * ospf6_route.c: route_count_assert bug fix
239 * ospf6d.h: version 0.9.7n
240
hasso4846ef62004-09-03 06:04:00 +00002412004-09-03 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
242
243 * ospf6_area.c, ospf6_route.c, ospf6_top.c, ospf6d.c:
244 "show intra-route" function and "show SPF result" function is
245 changed.
246 * ospf6_neighbor.c: Changed to update stub intra-prefix origination
247 when it is not DR.
248 * ospf6_route.h: resolv conflict between best flag and
249 active-summary flag.
250 * ospf6d.h: version 0.9.7m
251
hasso1e058382004-09-01 21:36:14 +00002522004-09-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
253
hasso63069ad2004-09-02 13:01:01 +0000254 * ospf6_asbr.c: E-bit check in examining AS-External-LSA
255 * ospf6_abr.c: E-bit set in receiving Inter-Area-Router-LSA
256
2572004-09-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
258
hasso1e058382004-09-01 21:36:14 +0000259 * *.[ch]: Logging LSAs of particular type is added.
260 lsa_handler is now using vector in order to adjust
261 existing LSA modules.
262 * ospf6d.h: version 0.9.7l
263
hassoe42f5a32004-08-28 17:04:33 +00002642004-08-28 Hasso Tepper <hasso at quagga.net>
265
266 * ospf6_main.c: Modify for sigevents.
267
hasso9a096262004-08-26 18:56:19 +00002682004-08-26 Hasso Tepper <hasso@estpak.ee>
269
270 * ospf6_interface.c, ospf6_top.c, ospf6d.c: for vtysh.
271
hasso3b687352004-08-19 06:56:53 +00002722004-08-19 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
273
hassoccb59b12004-08-25 09:10:37 +0000274 * ospf6_asbr.c: Bug in ASBR check fixed.
275 * ospf6d.h: version 0.9.7k
276
2772004-08-19 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
278
hasso3b687352004-08-19 06:56:53 +0000279 * ospf6_asbr.c: Bug in AS-External Origination fixed.
280 * ospf6d.h: version 0.9.7j
281
hasso6452df02004-08-15 05:52:07 +00002822004-08-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
283
284 * *.c: Area support almost done. (almost ! ;p)
285 * ospf6d.h: version 0.9.7i
286
2872004-08-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
288
289 * ospf6_message.c: Bug cause BadLSReq is fixed.
290 * ospf6_abr.c: Border Router check.
291 * ospf6d.h: version 0.9.7h
292
2932004-08-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
294
295 * ospf6_area.[ch], ospf6_abr.[ch]: area range,
296 border-routers, Inter-Area-Router-LSA origination
297 * ospf6d.h: version 0.9.7g
298
2992004-08-12 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
300
301 * *.[c,h]: LSA refreshing is changed and cleaned up.
302 * ospf6d.h: version 0.9.7f
303
hasso049207c2004-08-04 20:02:13 +00003042004-08-01 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
305
306 * ospf6_abr.[ch]: add files for abr function.
307 * *.c: VTY_NEWLINE -> VNL
308 * ospf6d.h: version 0.9.7e
309 show database functions are rewritten.
310
hasso1203e1c2004-07-23 21:34:27 +00003112004-07-23 Hasso Tepper <hasso@estpak.ee>
312
313 * ospf6_interface.c, ospf6_zebra.c: use ifp->mtu6 instead of
314 ifp->mtu.
315
paul79dc3732004-07-23 15:17:45 +00003162004-07-23 Paul Jakma <paul@dishone.st>
317
318 * ospf6_main.c: Delete LOG_PERROR, not portable.
319 * ospf6_network.c: (ospf6_set_pktinfo) use setsockopt_ipv6_pktinfo
320
hassob596c712004-07-09 18:33:43 +00003212004-07-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
322
323 * ospf6_message.c, ospf6_interface.c: add a command to configure
324 ospf6 ifmtu on a interface.
325 * ospf6d.h: version 0.9.7d
326
hasso508e53e2004-05-18 18:57:06 +00003272004-05-18 Hasso Tepper <hasso@estpak.ee>
paul0a589352004-05-08 11:48:26 +0000328
hasso508e53e2004-05-18 18:57:06 +0000329 * *.*: Merge rewritten ospf6d from Zebra repository.
330 * ospf6_network.c, ospf6_main.c: Merged privs stuff back in.
331 * ospf6_zebra.c: Sync back to zclient changes.
hasso3b4cd3a2004-05-18 19:28:32 +0000332 * ospf6_asbr.c: Added isis to the routings list.
333 * ospf6_main.c: "version.h" -> <lib/version.h>
334
3352004-05-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
336
337 * ospf6_flood.[ch], ospf6_lsa.[ch], ospf6_lsdb.h, ospf6_message.c
338 ospf6_neighbor.c: Fix crash bug and change the way to count
339 how many neighbors include paticular LSA on its retrans-list.
340 * ospf6d.h: version 0.9.7c
341
3422004-05-03 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
343
344 * ospf6_message.[ch], ospf6_interface.c: adjust send/recv buffer
345 size to interface MTUs.
346 * ospf6d.h: version 0.9.7b
hasso508e53e2004-05-18 18:57:06 +0000347
3482003-08-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
349
350 * *.[ch]: rewrite all source code from scratch
351 * ospf6d.h: version 0.9.7
352
paulf1c61a02003-08-12 05:25:49 +00003532003-08-11 Taisuke Sasaki <sasaki@soft.net.fujitsu.co.jp>
354
hasso508e53e2004-05-18 18:57:06 +0000355 * ospf6_ism.c: DR Election bug fix.
paul445f1432003-05-16 19:00:31 +0000356
3572003-04-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
358
359 * ospf6_asbr.c: AS-External LSA refresh was based on the
360 prefix of the obsolete LSA. It was wrong so fixed.
361 * version: 0.9.6p
362
paul718e3742002-12-13 20:15:29 +00003632002-11-09 Vincent Jardin <jardin@6wind.com>
364
365 * ospf6_interface.c: update link-local address on interface creation.
366
3672002-11-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
368
369 * ospf6_asbr.c: apply MinLSInterval to AS-External-LSA origination.
370 * ospf6_lsa.c: change not to issue flooding caused by expire event
371 when the received LSA is (already) MaxAge.
372 * ospf6_spf.c: fix a bug which is that ospf6d calculates
373 wrong nexthop when failed to find Link-LSA for the neighbor.
374 * ospf6_damp.c ospf6_dbex.c ospf6_neighbor.c ospf6_spf.c:
375 some clean up
376 * version: 0.9.6o
377
3782002-10-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
379
380 * ospf6_asbr.c: bug of failing ASE lsa refresh fixed.
381 * version: 0.9.6n
382
3832002-10-01 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
384
385 * ospf6_asbr.c: AS-External-LSA origination function
386 is re-written.
387 * ospf6_damp.[ch]: New feature that damps flaps is added.
388 * version: 0.9.6m
389
3902002-07-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
391
392 * ospf6_spf.c: unwanted assert() in ospf6_spf_nexthop_calculation()
393 is deleted.
394 * version: 0.9.6l
395
3962002-07-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
397
398 * ospf6_dbex.c: bug that ospf6d fails to refresh self-originated
399 LSA if he have not the LSA before has been fixed.
400 * ospf6_asbr.c: bug of failing removing ASE LSA when remove
401 message arrived from zebra has been fixed.
402 * version: 0.9.6k
403
4042002-07-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
405
406 * ospf6_zebra.c: bug reported [zebra 14642] fixed.
407 The bug was related to the synchronization between zebra
408 and ospf6d. Now synchronization will be correctly done.
409 * version: 0.9.6j
410
4112002-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
412
413 * ospf6_lsdb.c: bug fixed in ospf6_lsdb_type_router ().
414 * ospf6_dbex.c: because of retrans list structure changed
415 due to LSDB change, removal of old instance from retrans-list
416 is not necessary anymore. this caused crash but now fixed.
417 * version: 0.9.6i
418
4192002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
420
421 * zebra-0.93 released.
422
4232002-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
424
425 * ospf6_lsdb.c: entirely rewritten. now ospf6d uses
426 radix tree by using lib/table.[ch] for LSDB lookup.
427 * ospf6_abr.c, ospf6_asbr.c, ospf6_intra.c: hook changed
428 due to rewriting of lsdb module.
429 * ospf6_neighbor.c: lack of check existence and find correct
430 instance of the LSA which is going to be removed from neighbor's
431 retransmission was filled.
432 * version: 0.9.6h
433
4342002-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
435
436 * ospf6_intra.c: bug fix for Intra-route deletion.
437 * ospf6_route.c: bug fix for path comparison.
438 * version: 0.9.6g
439
4402002-06-28 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
441
442 * ospf6_route.c: some logs trying to find the situation
443 when assert occur are added. route duration statistics
444 added.
445 * ospf6_zebra.c: trying to fix the problem reported by
446 [zebra 14318] but not yet sure.
447 * version: 0.9.6f
448
4492002-06-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
450
451 * ospf6_intra.c: new file for management of intra-prefix LSA.
452 * ospf6_abr.c: inter area route calculation code added.
453 * version: 0.9.6e
454
4552002-06-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
456
457 * ospf6_asbr.c: All AS-External route was removed when
458 one of the ASBR path was gone, but the route from other ASBR
459 path should stay remained. this bug is fixed.
460 * version: 0.9.6d
461
4622002-06-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
463
464 * ospf6_route.c: route table calculation bug fixed. [zebra 14105]
465 * ospf6_spf.c, ospf6_route.c, etc.: log message cleaned up.
466 * version: 0.9.6c
467
4682002-04-27 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
469
470 * ospf6_route.c: [zebra 13514] bug fix.
471 thanks to Harald Koch.
472 * version: 0.9.6b
473
4742002-04-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
475
476 * ospf6_dump.c: fix bug of log function
477 * ospf6_area.c: fix bug of intra route deletion
478 * version: 0.9.6a
479
4802002-04-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
481
482 * merged with "current" version.
483 * version: 0.9.6
484
4852001-03-11 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
486
487 * ospf6_lsdb.c ospf6_spf.c: log message changed for debug.
488
4892001-02-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
490
491 * version: 0.9.5i
492
493 * ospf6_asbr.c: Added code that finds alternative
494 AS-External route when remove AS-External route.
495 This is temporary fix ...
496
497 * ospf6_redistribute.c: remove redistributed routes
498 immediately when 'no redistribute ...'
499
5002001-02-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
501
502 * version: 0.9.5h
503
504 * ospf6_spf.c, ospf6_lsa.c: Change to originate Link-LSA on
505 point-to-point links.
506
507 * ospf6_message.c: Bug of log messages of self-originated
508 Hello packet fixed.
509
5102001-02-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
511
512 * version: 0.9.5g
513 * ospf6_asbr.c: fix for the bug that AS-External route
514 is not get removed.
515
5162001-02-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
517
518 * ospf6_lsdb.c: crash bug while receiving wrong LSA scope bit
519 has been temporarily fixed
520
5212001-12-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
522
523 * ospf6_asbr.[ch]: The byte order bug in encoding/decoding
524 the bits/metric field in AS-External-LSA fixed.
525 Fixed to update E-bit in Router-LSA of itself.
526 Reported by Taisuke Sasaki ([zebra 11548]).
527
528 * README: updated.
529
530 * version: 0.9.5f
531
5322001-11-21 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
533
534 * ospf6_prefix.c: Intra-prefix-LSA bug fixed.
535 * ospf6_abr.[ch]: added (only just placeholder yet)
536
5372001-11-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
538
539 * ospf6_route.c: fix to overwrite a prefix when another
540 addition to the prefix is given. freeze function changed
541 not to remove routes by default.
542
543 * version: 0.9.5e
544
5452001-11-19 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
546
547 * version: 0.9.5d
548
549 * ospf6_lsa.c ospf6_spf.c: SPF Calculations are now
550 scheduled by hook.
551
552 * ospf6_route.c: ospf6_route_add bug fix,
553 ospf6_route_remove_all corrected.
554
5552001-11-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
556
557 * ospf6_hook.[ch]: added.
558 * Almost half of the code has been rewritten.
559 especially, ospf6_route.[ch]. Hook call has been injected
560 much.
561 * ospf6_asbr.[ch]: added.
562
5632001-10-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
564
565 * ospf6_dbex.c: ospf6d was wrong to omit reoriginating
566 of LSA when the self-originated LSA was received from others.
567 fixed.
568 * ospf6d.h: version: 0.9.5c
569
5702001-10-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
571
572 * ospf6_lsa.c: 'force-prefix' was not executed. fixed.
573 * ospf6d.h: version: 0.9.5b
574
5752001-10-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
576
577 * ospf6_interface.c: 'passive-interface' is now moved to
578 'ipv6 ospf6 passive' in INTERFACE NODE. 'prefix-list' which
579 specifies the filter prefix for connected address prefix also
580 moved to INTERFACE NODE as 'ipv6 ospf6 advertise prefix-list WORD'.
581 The old obsoleted commands are still acceptable though. New command
582 'ipv6 ospf6 advertise force-prefix' added, which which tells ospf6d
583 to advertise rather prefix than stub local-address even on loopback
584 or pointopoint interfaces.
585
586 * ospf6_dump.c: 'ospf6 debug hello' -> 'ospf6 debug message hello'.
587 same for other message type. The older is still acceptable.
588
589 * ospf6_lsa.c: Changed AS-External generation to new one which uses
590 LSA hooks. Delete old garbage.
591
5922001-10-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
593
594 * ospf6d.c: turn off and turn on sequence with
595 'no interface' 'interface' cmds was not work. fixed.
596
597 * ospf6_lsa.c: generating Intra-Area-Prefix-LSA for stub
598 did not care duplicate prefixes. fixed.
599
6002001-09-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
601
602 * ospf6_message.c: There was a bug that prevent LSDB
603 to syncronize. It was a DbDesc packet bug that Slave
604 sends two different DbDesc packet on the same sequence
605 number. This cause many LSAs are dropped when Exchanging
606 LSDB, because the latter DbDesc packet that have the same
607 sequence number will be ignored as duplicate packet.
608 This seems to be exist at least before 0.9.4 version.
609 Now this is the most stable candidate.
610
611 * ospf6d.h: version 0.9.5a
612
6132001-09-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
614
615 * ospf6_zebra.c ospf6_spf.c ospf6_lsa.c :
616 delete nexthop check to certify the nexthop is Link-local address.
617 Suppress Link-LSA origination on links other than Broadcast.
618 SPF's nexthop calculation first checks linklocal address
619 in Link-LSA, then checks source address of neighbor's packets.
620
621 * ospf6_interface.c ospf6_ism.c ospf6_lsa.c ospf6_nsm.c:
622 intra-area-prefix-lsa origination func moved to new one.
623
624 * ospf6_interface.h ospf6d.[ch] ospf6_lsa.c:
625 interface_area_cmd now changed to have 'passive'
626 and 'prefix-list' option.
627
628 * ospf6_prefix.c:
629 clean up.
630
6312001-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
632
633 * ospf6_dbex.c ospf6_interface.c ospf6_ism.c ospf6_lsa.[ch]:
634 clean up and new LSA origination functions added.
635
636 * ospf6_route.c ospf6_lsdb.c: make vty function more
637 clean/understandable.
638
639 * ospf6d.h: version 0.9.5
640
6412001-08-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
642
643 * ospf6_lsdb.c: Use IS_LSA_MAXAGE macro instead of
644 ospf6_lsa_is_maxage.
645
646 * ospf6_lsa.h (IS_LSA_MAXAGE): Add new macro to check MaxAge.
647
6482001-08-21 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
649
650 * ospf6_lsdb.c: if There's no previous prefix
651 ospf6d was wrongly not calculate the prefix.
652 this reported by (v6 16029) is fixed.
653
654 * ospf6_neighbor.c: Instance of LSA Summary included
655 in DbDesc packet was wrongly freed. The bug cause
656 malformed DbDesc, ExChange <-> ExStart flapping,
657 and then crash.
658
659 * ospf6d.h: version 0.9.4
660
6612001-08-21 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
662
663 * ospf6_route.[ch]: Showing format is changed.
664 'show ipv6 route ospf6' -> 'show ipv6 ospf6 route'
665 'show ipv6 route ospf6 external' ->
666 'show ipv6 ospf6 route redistribute'
667
668 * ospf6_lsdb.c ospf6_lsa.c ospf6_neighbor.c ospf6_interface.c:
669 memory leak in LS list fixed.
670
671 * all: clean up
672
673 * ospf6d.h: version 0.9.3
674
6752001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
676
677 * ospf6d.c (ospf6_timeval_sub_equal): Remove function.
678
679 * ospf6_spf.c (ospf6_timeval_cmp): Rewrite ospf6_timeval_cmp().
680 (ospf6_timeval_add_equal): Function moved from ospf6d.c
681
6822001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
683
684 * zebra-0.92a released.
685
6862001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
687
688 * zebra-0.92 released.
689
6902001-08-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
691
692 * ospf6_lsdb.c ospf6_neighbor.c:
693 LSDB function/structure and LS list function has been rewritten.
694 memory leak has been decreased.
695
696 * ospf6_lsa.[ch] ospf6_dbex.c: garbage code has been deleted.
697
698 * ospf6d.h: version 0.9.2
699
7002001-08-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
701
702 * ospf6_dbex.c ospf6_lsdb.c:
703 Retransmition list had a critical bug that breaks LSDB
704 synchronization. When new LSA be added to retrans-list,
705 old must be removed, but it was not. So new LSA dropped,
706 and LSA Acknowledgement did not work. The bug was fixed.
707
708 * ospf6d.h: version 0.9.1
709
7102001-06-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
711
712 * ospf6_spf.c: crash bug fix in temporary treat code for
713 Router-LSA whose LS-ID != 0
714
715 * ospf6_dbex.c: RFC2328 13.(4) was wrongly coded.
716 (4) Else if the LSA's LS age is equal to MaxAge, and there is
717 currently *NO* instance of the LSA in the router's link state
718 ...
719
720 * ospf6_lsa.c: RFC2328 13.1 checksum tie breaker
721 had been neglected, and has just added now.
722
723 * ospf6d.h: version 0.9.0
724 ospf6d expected to work with hitachi gr2000 from these fixes.
725
7262001-06-12 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
727
728 * ospf6_lsa.c: Fix bug in creating Intra-Area-Prefix-LSA.
729 DR was mis-include others prefixes advertised by their Link-LSA.
730
731 * ospf6_route.c: Fix bug in calculating intra area routes.
732 Not all prefixes in Intra-Area-Prefix-LSA was calculated.
733
734 * ospf6_spf.c:
735 Changed to quit when a error occured in calculating SPF tree.
736 Very messy hack for the bug reported by [zebra 8807]. This
737 is not tested yet.
738 Changed to quit SPF calculation when a nexthop calculation
739 errors.
740
741 * ospf6_zebra.c:
742 Support for interface address deletion.
743
744 * ospf6d.h:
745 version: 0.8.y
746
7472001-04-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
748
749 * ospf6d.h
750 Due to previous change (DR Election algorithm changed),
751 backward compatibility will be lost from this version.
752 version: 0.8.x
753
7542001-04-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
755
756 * ospf6_message.c ospf6_ism.c:
757 Bug of router_id comparison
758
7592001-04-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
760
761 * ospf6_dbex.c: ospf6_dbex_is_maxage_to_be_dropped() had
762 some bug causing Loading state lasts long.
763 version: 0.8.v
764
7652001-04-08 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
766
767 * ospf6_route.c: BUG in AS-External route calculation fixed.
768 It was using OLD LSDB...
769 Version: 0.8.u-
770
7712001-04-08 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
772
773 * ospf6_area.c, ospf6_dbex.c, ospf6_interface.c,
774 ospf6_lsa.c, ospf6_lsdb.c, ospf6_lsdb.h, ospf6_message.c,
775 ospf6_neighbor.c, ospf6_neighbor.h, ospf6_nsm.c,
776 ospf6_redistribute.c, ospf6_route.c, ospf6_spf.c:
777 Delete old LSDB function.
778
779 * ospf6d.h:
780 Version: 0.8.u
781
7822001-04-05 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
783
784 * ospf6_area.c, ospf6_area.h, ospf6_dbex.c, ospf6_interface.c,
785 ospf6_interface.h, ospf6_lsa.c, ospf6_lsdb.c, ospf6_lsdb.h,
786 ospf6_message.c, ospf6_nsm.c, ospf6_redistribute.c, ospf6_route.c,
787 ospf6_spf.c, ospf6_top.c, ospf6_top.h, ospf6d.h:
788 Changed to use New LSDB.
789 Version: 0.8.t
790
7912001-04-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
792
793 * ospf6_lsa.c:
794 Interface stub check in Intra-Area-Prefix-LSA origination
795 was wrong. - fixed.
796
797 * ospf6_area.h, ospf6_dbex.c, ospf6_interface.c,
798 ospf6_interface.h, ospf6_lsa.c, ospf6_lsa.h, ospf6_lsdb.c,
799 ospf6_message.c, ospf6_neighbor.c, ospf6_nsm.c,
800 ospf6_redistribute.c, ospf6_top.c, ospf6_top.h, ospf6d.c:
801 New LSDB functions, but not changed to be used.
802
803 * ospf6d.h:
804 Version: 0.8.s
805
8062001-03-28 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
807
808 * ospf6_area.c ospf6_area.h ospf6_dbex.c ospf6_dump.c
809 ospf6_interface.c ospf6_interface.h ospf6_lsa.c
810 ospf6_message.c ospf6_redistribute.c ospf6_spf.c ospf6_top.c
811 ospf6_top.h ospf6_zebra.c ospf6d.c ospf6d.h: cleaning.
812
8132001-03-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
814
815 * ospf6d.h:
816 version: 0.8.r
817
818 * ospf6_neighbor.[ch], ospf6_lsa.[ch]:
819 just clean up and log clearify.
820
821 * ospf6_message.[ch]:
822 Packet receiving function and dumping OSPFv3 packet has been
823 changed simple and clean.
824
825 * ospf6_dbex.[ch], ospf6_interface.[ch], ospf6_lsdb.[ch],
826 ospf6_neighbor.[ch], ospf6_nsm.[ch]:
827 LSList(i.e. summary list, request list, retrans list, etc) have
828 been rewritten based on new LSDB module. The main LSDB have not
829 yet shifted to this new module, but will shift eventually.
830 This change expected to resolve the problem that the ospf6d keeps
831 on sending redundant LSUpdate/LSAck.
832
833 * ospf6_interface.c: changed default MTU from 1500 to 1280.
834 It was possible that the ospf6d could not send packet (e.g.
835 LSUpdate in response to LSReq in my case) when the packet
836 size accidentally reached near 1500 (I was forget about IP
837 header :p). It is a bit illegal to set MTU 1280 constantly,
838 but I failed once with I/F MTU from kernel (through zebra),
839 and thinks that 1280 is more stable than kernel variable.
840 Comments will be appriciated.
841
8422001-03-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
843
844 * ospf6_dbex.c, ospf6_interface.c, ospf6_ism.c, ospf6_lsdb.[ch],
845 ospf6_neighbor.c, ospf6_spf.c, ospf6d.c:
846 Fix for crash. ospf6d has ever been crashing when
847 'no interface' command executed, and when starting up with
848 the configuration which does not include 'router ospf6'.
849 these has been fixed.
850
8512001-02-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
852
853 * ospf6_lsa.c, ospf6_message.c:
854 LSA summary (exchanged while Adjacency bring up) may expire
855 (may reach MaxAge). Handling this has been added but
856 it's a little bit quick hack.
857
858 * ospf6_message.c:
859 Thread chain bug fixed. Read network thread chain has been cut
860 when receive packets on not-enabled interface. this was wrong
861 and fixed.
862
8632001-02-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
864
865 * ospf6_message.c:
866 I/F MTU check part on sending packet had some bug, and it's fixed.
867 Ospf6d has believed a value from zebra as I/F MTU, but from now
868 I/F MTU is set to constant 1500. This is workaround for ATM.
869
8702001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
871
872 * zebra-0.91 is released.
873
8742001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
875
876 * just code clean up of almost all module.
877 * ospf6_dump.c, ospf6_lsa.c: file dependency.
878 * ospf6_mesg.[ch]: changed filename to ospf6_message.[ch]
879
8802001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
881
882 * zebra-0.90 is released.
883
8842001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
885
886 * ospf6_mesg.c,ospf6_lsa.c: doubly cancel thread bug fixed.
887 version 0.8.k CRASHed for this.
888 * ospf6_lsa.c: bug of logging fixed.
889 version: 0.8.l
890
8912001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
892
893 * ospf6_neighbor.c: fix typo when trying to delete
894 MaxAge AS-External LSA. MaxAge LSA remaining bug is expected
895 to be fixed.
896 version: 0.8.k
897
8982001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
899
900 * ospf6_mesg.c: add I/F Mtu check for sending LS Update.
901
902 * ospf6_dbex.c, ospf6_mesg.c, ospf6_neighbor.c, ospf6_neighbor.h,
903 ospf6_spf.c: Changed type of hisaddr field in ospf6_neighbor
904 structure, from sockaddr_in6 to in6_addr. No protocol/processing
905 changed.
906
9072001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
908
909 * ospf6_mesg.c, ospf6_neighbor.[ch]: Speed up of
910 Database Exchange.
911 version: 0.8.j
912
913 Because the LS Request list was checked only when attempt
914 to send (retransmit) LS Request packet, Loading state lasted
915 long (for RxmtInterval) unexpectedly. This was fixed; LS Request
916 packet will be send as soon as one received a LS Update packet.
917
9182001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
919
920 * ospf6d.h (OSPF6_VTYSH_PATH): Change "/tmp/ospf6d" to
921 /tmp/.ospf6d".
922
9232000-12-29 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
924
925 * ospf6_dump.[ch]: simplified.
926
9272000-12-19 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
928
929 * ospf6_route.c: Fix bug of using unavailable route.
930 version: 0.8.d
931
9322000-11-30 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
933
934 * ospf6_spf.c: calculate statistics. version: 0.8.d
935
9362000-11-26 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
937
938 * ospf6_mesg.c, ospf6_nsm.c: LSDB sync bug fixed.
939 version: 0.8.c
940
9412000-11-26 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
942
943 * ospf6_dbex.c: Start debugging and cleaning.
944
945 * ospf6_area.c, ospf6_dbex.c, ospf6_interface.c, ospf6_lsa.c,
946 ospf6_proto.c, ospf6_top.c: add some function to clarify codes.
947
9482000-11-26 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
949
950 * ospf6_spf.c: Delete old garbage (which was enclosed by #if 0)
951
952 * ospf6_redistribute.c: "redistribute ospf6" was generated in
953 "router ospf6" in config file. It is a bug, and fixed.
954 wrong warning message was deleted.
955
956 * ospf6_main.c: If daemon mode, ospf6d was silent even if
957 the config file was wrong. It is a bug, and fixed.
958
959 * ospf6_route.c, ospf6_zebra.c: Zebra syncronization method
960 has been changed. delete garbages. allow nexthop of :: in case
961 of connected route.
962
963 * ospf6_dbex.c: Delete annoying log messages.
964
965 * ospf6_lsa.c: Changed string for LSA log.
966
9672000-11-21 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
968
969 * ospf6_spf.c: some careless bug fixed.
970
971 * ospf6_route.c: changed not to send garbage route
972 whose nexthop is not linklocal address.
973
9742000-11-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
975
976 * ospf6_rtable.c: renamed to ospf6_route.c
977 whole functionality has been rewritten as new code.
978 new functions not yet installs routes; the old
979 functions still remains. cleaning log messages.
980
981 * ospf6_spf.c: whole functionality has been rewritten
982 as new code. new command "show ipv6 ospf6 spf node",
983 "show ipv6 ospf6 spf tree", "show ipv6 ospf6 spf table"
984 has been added. Memory leak was fixed. cleaning log messages.
985
986 * ospf6d version: 0.7.c
987
9882000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
989
990 * zebra-0.89 is released.
991
9922000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
993
994 * ospf6_lsdb.c (ospf6_lsdb_remove_maxage_lsa): Fix compile
995 warnings.
996
9972000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
998
999 * zebra-0.88 is released.
1000
10012000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1002
1003 * ospf6_rtable.h (struct ospf6_nexthop): Change ifindex type from
1004 unsigned long to unsigned int.
1005
10062000-04-28 Kunihiro Ishiguro <kunihiro@zebra.org>
1007
1008 * ospf6d.h: Include some headers for avoid warning.
1009
1010 * ospf6_routemap.h: Add newfile.
1011
10121999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1013
1014 * ospf6_network.c: Respect IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP
1015 rather than RFC2133.
1016
10171999-10-21 Jun-ichiro itojun Hagino <itojun@itojun.org>
1018
1019 * ospf6_network.c (ospf6_ipv6_decode_ipv4): Fix bug of conversion
1020 from IPv4 Mapped Address to IPv4 address.
1021
10221999-08-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1023
1024 * ospf6_lsa.c (construct_link_lsa): Enclose KAME specific part by
1025 #ifdef/#endif.
1026
10271999-07-29 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1028
1029 * ospf6_mesg.c: add new message process function.
1030
10311999-07-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1032
1033 * ospf6_main.c (sighup): Call of log_rotate() removed.
1034
10351999-07-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1036
1037 ospf6_dbex.{c,h}: variable "acknowledge" has been deleted.
1038
10391999-07-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1040
1041 * *.{c,h}: lsa data structure has been drastically
1042 changed.
1043
10441999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1045
1046 * *.{c,h}: bug of updating LSA's which is self
1047 originated has been fixed.
1048
10491999-07-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1050
1051 * *.{c,h} : log clean up.
1052
10531999-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1054
1055 * ospf6d.c (ospf6_init): Change to use install_default.
1056
10571999-07-03 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1058
1059 * ospf6_rtable.c (nexthop_*): added some function that handles
1060 new nexthop structure.
1061
10621999-07-01 Rick Payne <rickp@rossfell.co.uk>
1063
1064 * ospf6_zebra.c (ospf6_zebra_init): Install standard commands to
1065 ZEBRA_NODE.
1066
10671999-06-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1068
1069 * ospf6_rtable.h: added for new routing table of ospf6d
1070
10711999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1072
1073 * ospf6_main.c (signal_init): SIGTERM call sigint.
1074 (sigint): Loggging more better message.
1075
10761999-05-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1077
1078 *ospf6_spf.c (get_prefix_lsa_of_vertex): bug fix about network vertex.
1079
10801999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1081
1082 * ospf6_network.c (send_linkstate_ack): Check HAVE_SIN6_SCOPE_ID
1083 is defined.
1084 * ospf6_mesg.c (make_hello): Likewise.
1085 * ospf6_lsa.c (lsa_flood): Likewise.
1086
10871999-05-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1088
1089 * ospf6_spf.c, etc: Many bug fix.
1090 intra-area-prefix-LSA treatment changed.
1091 network byte order of neighbor ifid changed.
1092
10931999-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1094
1095 * ospf6_zebra.h (struct zebra): Add hitory entry to structure.
1096
10971999-05-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1098
1099 * ospf6_main.c (main): Add KAME check for binding vty socket.
1100 (main): Delete old interface get routine garbage.
1101
1102 * ospf6d.c: Change all `show ip6' statement to `show ipv6'.
1103 (show_ipv6_ospf6_requestlist): Add description.
1104
11051999-05-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1106
1107 * ospf6_lsa.c, etc: Many bug fix, now two routers
1108 on the same segment can become FULL neighbor state
1109 each other.
1110
11111999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1112
1113 * Makefile.am: Add file dependency.
1114 (depend): Add target.
1115
11161999-05-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1117
1118 * Clean up and fix have been almost done. This code
1119 now testing stage of Intra area routing.
1120
1121 * Configuration Vty become more similar to Cisco.
1122
11231999-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1124
1125 * Trim training newline from zlog format arguemnt.
1126
1127 * ospf6_dump.c (ospf6_err): Commented out ospf6_err and
1128 ospf6_warn. Same kind of function should be implemented as
1129 zlog_err or zlog_warn or someting.
1130
1131 * ospf6d.c: Change OSPF_NODE to OSPF6_NODE.
1132 Change OSPF_DEFAULT_CONFIG to OSPF6_DEFAULT_CONFIG.
1133
1134
11351999-04-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1136
1137 * ospf6_mesg.c (make_hello): Add check of SIN6_LEN
1138
11391999-04-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1140
1141 * ospf6_neighbor.c: Change list_clear_all to list_delete_all_node.
1142 Remove list_delete_all fuction and use lib/linklist.c's one.
1143
11441999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1145
1146 * mcast_join(),mcast_leave()'s argument socket length is removed.
1147
11481999-04-08 <kunihiro@zebra.org>
1149
1150 * ospf6_zebra.h (ospf_zebra_read): Fix typo.
1151
1152 * ospf6_interface.h: Tempolary add struct rt_addrinfo.
1153
11541999-03-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1155
1156 * Merge from ospfd-zebra-990303 codes.
1157
11581999-02-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1159
1160 * Makefile.in: add new file.
1161
1162 * Makefile.am: @INCLUDES@ is added for OS/library specific IPv6
1163 directory search.
1164
1165 * Import files from Yasuhiro Ohara <yasu@sfc.wide.ad.jp>'s ospfd.
1166 Impterted files are:
1167 Makefile.am, ospf_area.h, ospf_dump.c, ospf_interface.c,
1168 ospf_interface.h, ospf_lsa.c, ospf_lsa.h, ospf_main.c,
1169 ospf_mesg.c, ospf_mesg.h, ospf_neighbor.c,
1170 ospf_neighbor.h,ospf_network.c, ospf_network.h, ospf_proto.h,
1171 ospf_spf.c, ospf_spf.h, ospf_types.h, ospfd.c, ospfd.h