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