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