blob: 904228c19937f437427658aa3f5924059e8d2ee3 [file] [log] [blame]
hassoc266ac72004-04-19 17:31:00 +000012004-04-19 Hasso Tepper <hasso@estpak.ee>
2
3 * ospf_vty.c: Don't warn that export- and import-list can't be
4 configured to backbone area if they are applied and are working
5 fine.
6
hasso128d31d2004-04-04 12:52:33 +000072004-02-19 Sowmini Varadhan <sowmini.varadhan@sun.com>
8
9 * ospf_packet.c: Don't drop packets in Solaris x86.
10 [quagga-dev 1005].
11
hasso0d85b992004-03-18 19:18:33 +0000122004-03-18 Amir Guindehi <amir@datacore.ch>
13
14 * ospf_opaque.c: Attempt to correct the incorrect behavior of
15 Quagga's ospfd in the special situation that a node's opaque
16 capability has changed as "ON -> OFF -> ON". [quagga-dev 843].
17
paul7f352b82004-02-19 19:37:47 +0000182004-02-19 Sowmini Varadhan <sowmini.varadhan@sun.com>
19
20 * ospf_abr.c: (ospf_abr_update_aggregate) UNH 3.12b,c, address range
21 should be configured with the highest cost path within the range,
22 not lowest.
23
paul940b01a2004-02-17 20:07:30 +0000242004-02-17 Paul Jakma <paul@dishone.st>
25
26 * ospf_zebra.c: (ospf_interface_delete) Do not delete the interface
27 params, nor the interface structure, if an interface delete
28 message is received from zebra.
29 * ospf_interface.c: (ospf_if_delete_hook) Delete the interface
30 params and interface, ie that which was previously removed in
31 (ospf_interface_delete) above.
32
hasso2db3d052004-02-11 21:52:13 +0000332004-02-11 Hasso Tepper <hasso@estpak.ee>
34 * ospf_interface.c, ospf_zebra.c: Don't attempt to read path->oi->ifp
35 if oi doesn't exist any more.
36
hassocb05eb22004-02-11 21:10:19 +0000372004-02-11 Vadim Suraev <vadim.suraev@terayon.com>
38 * ospf_packet.c (ospf_ls_upd): Router should flush received network
39 LSA if it was originated with older router-id ([zebra 14710] #6).
40
412003-12-08 Mattias Amnefelt <mattiasa@kth.se>
paul239aecc2003-12-08 10:34:54 +000042
43 * ospf_packet.c: (ospf_recv_packet) OpenBSD now leaves iph.ip_len
44 network byte order.
45
gdt8f40e892003-12-05 14:01:43 +0000462003-12-05 Greg Troxel <gdt@poblano.ir.bbn.com>
47
48 * ospfd.c (ospf_network_match_iface): Rewrite code for clarity
49 while trying not to change semantics. Add ifdefed-out code to
50 avoid matching ppp interfaces whose destination address does not
51 also match the prefix under consideration, to help out people with
52 problems due to as-yet-unfixed bugs with p2p interfaces coming and
53 going.
54
paul736d3442003-07-24 23:22:57 +0000552003-07-25 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
56
57 * ospf_packet.c (ospf_ls_upd_send_queue_event): get next route
58 node in body of the loop to avoid chance that route node
59 is unlocked and deleted before the next iteration tries to
60 get next route node.
61
paul0a825c72003-05-24 13:48:16 +0000622003-05-24 Kenji Yabuuchi
63
64 * ospf_interface.c(ospf_if_lookup_recv_if): Use the most specific
65 match for interface lookup.
66
paul551a8972003-05-18 15:22:55 +0000672003-05-18 Hasso Tepper <hasso@estpak.ee>
paul445f1432003-05-16 19:00:31 +000068
paul551a8972003-05-18 15:22:55 +000069 * ospf_vty.c: Show NSSA LSA route info in "show ip ospf database"
70 output
paul445f1432003-05-16 19:00:31 +000071
pauld7480322003-05-16 17:31:51 +0000722003-05-16 Hasso Tepper <hasso@estpak.ee>
73
74 * ospf_lsa.c: Fix handling of NSSA
75
paul551a8972003-05-18 15:22:55 +0000762003-04-23 Hasso Tepper <hasso@estpak.ee>
77
78 * ospf_vty.c: fix "router xxx" node commands in vtysh
79
paul445f1432003-05-16 19:00:31 +0000802003-04-19 Hasso Tepper <hasso@estpak.ee>
81
82 * {ospf_abr,ospfd}.c: area id's DECIMAL -> ADDRESS
83 * ospf_routemap.c: sync daemon's route-map commands to have same
84 syntax.
85
862003-04-19 Sergey Vyshnevetskiy <serg@vostok.net>
87
88 * ospf_packet.c: Add missing param to zlog
89 * ospf_flood.c: remove unused vars
90
912003-04-17 Denis Ovsienko <zebra@pilot.org.ua>
92
93 * ospf_interface.c: fix incorrect memset
94
paul28a13842003-05-16 20:30:37 +0000952003-04-10 Amir Guindehi <amir@datacore.ch>
paul445f1432003-05-16 19:00:31 +000096
97 * ospf_lsa.[ch]: opaque LSA fix, use ospf_lookup.
98
992003-04-03 David Watson <dwatson@eecs.umich.edu>
100
101 * ospf_lsa.c: byte order fix
102
paul07661cb2003-03-18 00:03:05 +00001032002-03-17 Amir Guindehi <amir@datacore.ch>
104
105 * ospf_apiserver.[ch]: Merge Ralph Keller's OSPFAPI support.
106 * ospf_api.[ch]: Merge Ralph Keller's OSPFAPI support.
107 * ospfclient: OSPFAPI demonstration client.
108
1092003-01-23 Masahiko Endo <endo@suri.co.jp>
110
111 * ospf_ism.c: NSM event schedule bug fix.
112
1132002-10-30 Greg Troxel <gdt@ir.bbn.com>
114
115 * ospf_packet.c (ospf_make_md5_digest): MD5 length fix.
116
paul718e3742002-12-13 20:15:29 +00001172002-10-23 endo@suri.co.jp (Masahiko Endo)
118
119 * ospf_opaque.c: Update Opaque LSA patch.
120
1212002-10-23 Ralph Keller <keller@tik.ee.ethz.ch>
122
123 * ospf_vty.c (show_ip_ospf_database): Fix CLI parse.
124
1252002-10-23 Juris Kalnins <juris@mt.lv>
126
127 * ospf_interface.c (ospf_if_stream_unset): When write queue
128 becomes empty stop write timer.
129
1302002-10-10 Greg Troxel <gdt@ir.bbn.com>
131
132 * ospf_packet.c (ospf_check_md5_digest): Change >= to > to make it
133 conform to RFC.
134
1352002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
136
137 * zebra-0.93 released.
138
1392002-06-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
140
141 * ospf_spf.c (ospf_nexthop_calculation): Add NULL set to oi and
142 check of l2. Reported by: Daniel Drown <dan-zebra@drown.org>
143 (ospf_lsa_has_link): LSA Length calculation fix. Reported by:
144 Paul Jakma <paulj@alphyra.ie>.
145
146 * ospfd.c (ospf_if_update): Fix nextnode reference bug. Reported
147 by: juris@mt.lv.
148
1492002-01-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
150
151 * ospfd.c: Merge [zebra 11445] Masahiko ENDO's Opaque-LSA support.
152
1532001-08-27 Kunihiro Ishiguro <kunihiro@zebra.org>
154
155 * ospf_interface.c (ospf_add_to_if): Use /32 address to register
156 OSPF interface information.
157 (ospf_delete_from_if): Likewise.
158
159 * ospf_zebra.c (ospf_interface_address_delete): Likewise.
160
1612001-08-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
162
163 * ospf_zebra.c (ospf_redistribute_unset): When redistribute type
164 is OSPF, do not unset redistribute flag.
165
1662001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
167
168 * zebra-0.92a released.
169
1702001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
171
172 * zebra-0.92 released.
173
1742001-08-12 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
175
176 * ospfd.c (ospf_config_write): auto-cost reference-bandwidth
177 configuration display.
178
1792001-07-24 David Watson <dwatson@eecs.umich.edu>
180
181 * ospf_spf.c (ospf_spf_next): Modify ospf_vertex_add_parent to
182 check for an existing link before connecting the parent and child.
183 ospf_nexthop_calculation is also modified to check for duplicate
184 entries when copying from the parent. Finally, ospf_spf_next
185 removes duplicates when it merges two equal cost candidates.
186
1872001-07-23 itojun@iijlab.net
188
189 * ospfd.c (show_ip_ospf_neighbor): Check ospf_top before use it
190 [zebra 8549].
191
1922001-07-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
193
194 * ospf_packet.c (ospf_write): Remove defined(__OpenBSD__) to make
195 it work on OpenBSD.
196
1972001-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
198
199 * ospf_zebra.c (config_write_ospf_default_metric): Display
200 default-metric configuration.
201
2022001-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
203
204 * ospf_ia.h (OSPF_EXAMINE_SUMMARIES_ALL): Remove old macros.
205
2062001-05-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
207
208 * ospf_snmp.c (ospfIfEntry): Fix interface lookup bug to avoid
209 crush.
210 (ospfIfMetricEntry): Likewise.
211
2122001-03-18 Kunihiro Ishiguro <kunihiro@zebra.org>
213
214 * ospf_packet.c (ospf_read): Fix typo. Reported by: "Jen B
215 Lin'Kova" <jen@stack.net>.
216
2172001-03-15 Gleb Natapov <gleb@nbase.co.il>
218
219 * ospf_interface.c (ip_ospf_network): Set interface parameter.
220 (interface_config_write): Add check for OSPF_IFTYPE_LOOPBACK.
221
222 * ospf_zebra.c (ospf_interface_add): Set interface parameter.
223
2242001-02-21 Kunihiro Ishiguro <kunihiro@zebra.org>
225
226 * ospf_packet.c (ospf_recv_packet): Solaris also need to add
227 (iph.ip_hl << 2) to iph.ip_len.
228
2292001-02-09 Kunihiro Ishiguro <kunihiro@zebra.org>
230
231 * ospfd.h (OSPF_LS_REFRESH_TIME): Fix OSPF_LS_REFRESH_TIME value.
232 Suggested by: David Watson <dwatson@eecs.umich.edu>.
233
234 * ospf_zebra.c (zebra_init): Remove zebra node.
235
236 * ospfd.c (ospf_area_range_set): Function name is changed from
237 ospf_ara_range_cmd.
238 (ospf_area_range_unset): New function which separated from DEFUN.
239 New commands are added:
240 "no area A.B.C.D range A.B.C.D/M advertise"
241 "no area <0-4294967295> range A.B.C.D/M advertise"
242 "no area A.B.C.D range A.B.C.D/M not-advertise"
243 "no area <0-4294967295> range A.B.C.D/M not-advertise"
244
245 * ospf_lsa.c (ospf_lsa_more_recent): Fix previous change.
246
2472001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
248
249 * ospf_network.c (ospf_if_add_allspfrouters): Use
250 setsockopt_multicast_ipv4.
251 (ospf_if_drop_allspfrouters): Likewise.
252
253 * ospf_lsa.c (ospf_router_lsa_install): Add rt_recalc flag.
254 (ospf_network_lsa_install): Likewise.
255 (ospf_summary_lsa_install): Likewise.
256 (ospf_summary_asbr_lsa_install): Likewise.
257 (ospf_external_lsa_install): Likewise.
258 (ospf_lsa_install): Call ospf_lsa_different to check this LSA is
259 new one or not.
260
2612001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
262
263 * ospf_zebra.c (ospf_interface_delete): Do not free interface
264 structure when ospfd receive interface delete message to support
265 pseudo interface.
266
2672001-02-01 Dick Glasspool <dick@ipinfusion.com>
268
269 * ospfd.c (area_range_notadvertise): Change area range "suppress"
270 command to "not-advertise".
271
272 * ospfd.h (OSPF_LS_REFRESH_TIME): Change OSPF_LS_REFRESH_TIME from
273 1800 to 60.
274
275 * ospf_abr.c (ospf_abr_update_aggregate): When update_aggregate is
276 updating the area-range, the lowest cost is now saved.
277
278 * ospf_lsa.c (ospf_lsa_more_recent): Routing to compare sequence
279 numbers rather than creating overflow during calculation.
280
2812001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
282
283 * zebra-0.91 is released.
284
2852001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
286
287 * ospf_packet.c (ospf_db_desc_proc): Do not continue process when
288 NSM_SeqNumberMismatch is scheduled.
289 (ospf_ls_req): Free ls_upd when return from this function.
290 (ospf_ls_upd_timer): When update list is empty do not call
291 ospf_ls_upd_send(). Suggested by: endo@suri.co.jp (Masahiko
292 Endo).
293
2942001-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
295
296 * ospf_lsa.c (ospf_maxage_flood): Flood LSA when it reaches
297 MaxAge. RFC2328 Section 14.
298 (ospf_maxage_lsa_remover): Call above function during removing
299 MaxAge LSA.
300
3012001-01-26 Dick Glasspool <dick@ipinfusion.com>
302
303 * ospf_flood.c (ospf_flood_through_as): Function is updated for
304 NSSA Translations now done at ospf_abr.c with no change in P-bit.
305
306 * ospf_lsa.c (ospf_get_nssa_ip): Get 1st IP connection for Forward
307 Addr.
308 (ospf_install_flood_nssa): Leave Type-7 LSA at Lock Count = 2.
309
310 * ospf_ase.c (ospf_ase_calculate_route): Add debug codes.
311
312 * ospf_abr.c (ospf_abr_translate_nssa): Recalculate LSA checksum.
313
314 * ospf_packet.h (OSPF_SEND_PACKET_LOOP): Added for test packet.
315
316 * ospf_dump.c (ospf_lsa_type_msg): Add OSPF_GROUP_MEMBER_LSA and
317 OSPF_AS_NSSA_LSA.
318
319 * ospfd.c (data_injection): Function to inject LSA. This is
320 debugging command.
321
3222001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
323
324 * ospf_route.c (ospf_route_match_same): Remove function.
325 (ospf_route_match_same_new): Renamed to ospf_route_match_same.
326
327 * ospf_zebra.c (ospf_interface_address_delete): Add check for
328 oi->address. Suggested by Matthew Grant
329 <grantma@anathoth.gen.nz>.
330 (ospf_zebra_add): Remove function.
331 (ospf_zebra_add_multipath): Rename to ospf_zebra_add.
332
333 * ospf_interface.c: Remove HAVE_IF_PSEUDO part.
334
335 * ospf_zebra.c: Likewise.
336
3372001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
338
339 * ospf_ase.c: Remove OLD_RIB part.
340
341 * ospf_route.c: Likewise.
342
343 * zebra-0.90 is released.
344
345 * ospf_packet.c (ospf_recv_packet): Use ip_len adjestment code to
346 NetBSD.
347
3482001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
349
350 * ospf_route.c (ospf_route_delete): Use
351 ospf_zebra_delete_multipath.
352
3532001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
354
355 * ospf_interface.c (ospf_if_cleanup): Function name is renamed
356 from ospf_if_free(). Rewrite whole procudure to support primary
357 address deletion.
358
359 * ospf_zebra.c (ospf_interface_address_delete): Add primary
360 address deletion process.
361
3622001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
363
364 * ospf_packet.c (ospf_recv_packet): OpenBSD has same ip_len
365 treatment like FreeBSD.
366
3672001-01-09 endo@suri.co.jp (Masahiko Endo)
368
369 * ospf_packet.c (ospf_recv_packet): FreeBSD kernel network code
370 strips IP header size from receiving IP Packet. So we adjust
371 ip_len to whole IP packet size by adding IP header size.
372
3732001-01-08 endo@suri.co.jp (Masahiko Endo)
374
375 * ospf_network.c (ospf_serv_sock): When socket() is failed return
376 immediately.
377 (ospf_serv_sock): Close socket when it is not used.
378
379 * ospf_packet.c (ospf_write): Set sin_len when HAVE_SIN_LEN is
380 defined.
381 (ospf_write): When bind is fined, close sock.
382
3832001-01-07 Gleb Natapov <gleb@nbase.co.il>
384
385 * ospf_zebra.c (ospf_interface_state_up): Fixes coredump that
386 appears when you try to configure bandwidth on the ppp interface
387 that is not yet configured in ospfd.
388
3892001-01-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
390
391 * ospf_route.c (show_ip_ospf_route_external): "show ip ospf route"
392 will print nexthops for AS-external routes.
393
394 * ospf_ase.c (ospf_ase_route_match_same): New function to compare
395 ASE route under multipath environment.
396 (ospf_ase_compare_tables): Likewise.
397
3982001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
399
400 * ospfd.h (OSPF_VTYSH_PATH): Change "/tmp/ospfd" to "/tmp/.ospfd".
401
4022000-12-28 Kunihiro Ishiguro <kunihiro@zebra.org>
403
404 * ospf_route.c (ospf_route_install): Install multipath information
405 to zebra daemon.
406
407 * ospf_zebra.c (ospf_zebra_add_multipath): Function for passing
408 multipath information to zebra daemon.
409
4102000-12-25 Dick Glasspool <dick@ipinfusion.com>
411
412 * ospf_packet.c (ospf_write): Call ospf_packet_delete when sendto
413 fail.
414 (DISCARD_LSA): Add argument N for logging point of DISCARD_LSA is
415 called.
416
417 * ospf_lsa.c (ospf_external_lsa_refresh): NSSA install_flood will
418 leave Type-7 LSA at Lock Count = 2.
419
420 * ospf_flood.c (ospf_flood_through): Flood_though_as updated for
421 NSSA no P-bit off during Area flooding, but P-bit is turned off
422 for mulitple NSSA AS flooding.
423
424 * ospf_ase.c (ospf_ase_calculate_timer): Added calculations for
425 Type-7 LSDB.
426
427 * ospf_abr.c (ospf_abr_translate_nssa): Removed one unlock call.
428 (ospf_abr_announce_nssa_defaults): Corrected Debug from EVENT to
429 NSSA.
430
4312000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
432
433 * ospf_zebra.c (ospf_zebra_read_ipv4): Checking the age of the
434 found LSA and if the LSA is MAXAGE we should call refresh instead
435 of originate.
436
4372000-12-18 Dick Glasspool <dick@ipinfusion.com>
438
439 * ospf_abr.c: Removed redundant "...flood" in
440 announce_network_to_area(). Repaired nssa Unlock by using
441 discard.
442
443 * ospf_packet.c: Removed old NSSA translate during mk_ls_update.
444
445 * ospfd.c: Free up all data bases including NSSA.
446
447 * ospf_lsa.c: Now allow removal of XLATE LSA's Check in
448 discard_callback. Added routine to get ip addr from within the
449 ifp.
450
451 * ospf_flood.c: Now set Forward Address for outgoing Type-7.
452
453 * ospf_lsa.h: Added prototype for the below. struct in_addr
454 ospf_get_ip_from_ifp (struct interface *ifp).
455
4562000-12-14 Gleb Natapov <gleb@nbase.co.il>
457
458 * ospf_packet.c (ospf_recv_packet): New OSPF pakcet read method.
459 Now maximum packet length may be 65535 bytes (maximum IP packet
460 length).
461
462 * ospf_interface.c (ospf_if_stream_set): Don't make input buffer.
463
464 * ospfd.c (config_write_network_area): Remove unnecessary area
465 lookup code.
466
4672000-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
468
469 * ospf_packet.c (ospf_read): Accept packet bigger than MTU value.
470
4712000-12-13 Gleb Natapov <gleb@nbase.co.il>
472
473 * ospfd.c (config_write_network_area): Fix bug in
474 config_write_network_area function.
475
4762000-12-12 Gleb Natapov <gleb@nbase.co.il>
477
478 * ospf_abr.c (ospf_abr_announce_network_to_area): Make Summary
479 LSA's origination and refreshment as same as other type of LSA.
480
481 * ospf_lsa.c (ospf_summary_lsa_refresh): Return struct ospf_lsa *.
482
483 * ospf_lsa.c (ospf_summary_asbr_lsa_refresh): Likewise.
484
4852000-12-08 Dick Glasspool <dick@ipinfusion.com>
486
487 The bulk of NSSA changes are contained herein; This version will
488 require manual setting of "always" for NSSA Translator, and will
489 not perform aggregation yet.
490
491 * ospf_dump.c: "debug ospf nssa" is added.
492
493 * ospf_dump.h: Likewise.
494
495 * ospf_packet.c (ospf_hello): Display router ID on Bad NSSA Hello.
496
497 * ospfd.c: Discard_LSA to stay away from LOCAL_XLT Process NSSA
498 'never, candidate, always'. Change "suppress" to "not-advertise".
499
500 * ospfd.h: Add TranslatorRole to struct ospf_area. Add anyNSSA to
501 struct ospf.
502
503 * ospf_ase.c (ospf_ase_calculate_route): External to stay away
504 from LOCAL_XLT
505
506 * ospf_nsm.c (ospf_db_summary_add): External to stay away from
507 LOCAL_XLT
508
509 * ospf_abr.c: Major logic added for abr_nssa_task(). If ABR, and
510 NSSA translator, then do it. Approve the global list, and flush
511 any unapproved.
512
513 * ospf_lsa.h: New LSA flag OSPF_LSA_LOCAL_XLT to indicate that the
514 Type-5 resulted from a Local Type-7 translation; not used for
515 flooding, but used for flushing.
516
517 * ospf_flood.c: New NSSA flooding.
518
5192000-12-08 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
520
521 * ospfd.c (ospf_find_vl_data): New function for looking up virtual
522 link data.
523 (ospf_vl_set_security): Virtual link configuration with
524 authentication.
525 (ospf_vl_set_timers): Set timers for virtual link.
526
527 * New commands are added.
528 "area A.B.C.D virtual-link A.B.C.D"
529 "area A.B.C.D virtual-link A.B.C.D hello-interval <1-65535> retransmit-interval <3-65535> transmit-delay <1-65535> dead-interval <1-65535>"
530 "area A.B.C.D virtual-link A.B.C.D hello-interval <1-65535> retransmit-interval <3-65535> transmit-delay <1-65535> dead-interval <1-65535> authentication-key AUTH_KEY"
531 "area A.B.C.D virtual-link A.B.C.D authentication-key AUTH_KEY"
532 "area A.B.C.D virtual-link A.B.C.D hello-interval <1-65535> retransmit-interval <3-65535> transmit-delay <1-65535> dead-interval <1-65535> message-digest-key <1-255> md5 KEY"
533 "area A.B.C.D virtual-link A.B.C.D message-digest-key <1-255> md5 KEY"
534
535 * ospf_packet.c (ospf_check_md5_digest): Add neighbor's
536 cryptographic sequence number treatment.
537 (ospf_check_auth): OSPF input buffer is added to argument.
538 (ospf_read): Save neighbor's cryptographic sequence number.
539
540 * ospf_nsm.c (nsm_change_status): Clear cryptographic sequence
541 number when neighbor status is changed to NSM down.
542
543 * ospf_neighbor.c (ospf_nbr_new): Set zero to crypt_seqnum.
544
545 * ospf_neighbor.h (struct ospf_neighbor): Add cryptographic
546 sequence number to neighbor structure.
547
5482000-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
549
550 * ospf_snmp.c (ospfIfLookup): OSPF MIB updates.
551 (ospfExtLsdbEntry): Add OspfExtLsdbTable treatment.
552
5532000-11-28 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
554
555 * ospfd.c (ospf_interface_down): Clear a ls_upd_queue queue of the
556 interface.
557 (ospf_ls_upd_queue_empty): New function to empty ls update queue
558 of the OSPF interface.
559 (no_router_ospf): 'no router ospf' unregister redistribution
560 requests from zebra.
561
5622000-11-28 Kunihiro Ishiguro <kunihiro@zebra.org>
563
564 * ospf_ism.c (ism_change_status): Increment status change number.
565
566 * ospf_interface.h (struct ospf_interface): Add new member for
567 status change statistics.
568
569 * Makefile.am: Update dependencies.
570
571 * ospf_zebra.c (ospf_interface_add): OSPF SNMP interface update.
572 (ospf_interface_delete): OSPF SNMP interface delete.
573
574 * ospf_snmp.h: New file is added.
575
5762000-11-23 Dick Glasspool <dick@ipinfusion.com>
577
578 * ospfd.h: Add new ospf_area structure member for
579 NSSATranslatorRole and NSSATranslator state.
580
581 * ospfd.c: Provided for eventual commands to specify NSSA
582 elections for "translator- ALWAYS/NEVER/CANDIDATE". Provided for
583 decimal integer version of area-suppress.
584
585 * ospf_flood.c: Flood Type-7's only into NSSA (not AS).
586
587 * ospf_lsa.c: Undo some previous changes for NSSA. If NSSA
588 translator, advertise Nt bit.
589
590 * ospf_route.c: 1st version of "sh ip os border-routers".
591
5922000-11-23 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
593
594 * ospfd.c (area_vlink): Virtual link can not configured in stub
595 area.
596
5972000-11-23 Gleb Natapov <gleb@nbase.co.il>
598
599 * ospf_packet.c (ospf_db_desc): In states Loading and Full the
600 slave must resend its last Database Description packet in response
601 to duplicate Database Description packets received from the
602 master. For this reason the slave must wait RouterDeadInterval
603 seconds before freeing the last Database Description packet.
604 Reception of a Database Description packet from the master after
605 this interval will generate a SeqNumberMismatch neighbor
606 event. RFC2328 Section 10.8
607 (ospf_make_db_desc): DD Master flag treatment.
608
609 * ospf_nsm.c (nsm_twoway_received): Move DD related procedure to
610 nsm_change_status().
611 (nsm_bad_ls_req): Likewise.
612 (nsm_adj_ok): Likewise.
613 (nsm_seq_number_mismatch): Likewise.
614 (nsm_oneway_received): Likewise.
615
616 * ospf_neighbor.h (struct ospf_neighbor): New structure member
617 last_send_ts for timestemp when last Database Description packet
618 was sent.
619
620 * ospf_nsm.c (ospf_db_desc_timer): Make it sure nbr->last_send is
621 there. Call ospf_db_desc_resend() in any case.
622
6232000-11-16 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
624
625 * ospf_lsa.c (lsa_link_broadcast_set): When there is no DR on
626 network (suppose you have only one router with interface priority
627 0). It's router LSA does not contain the link information about
628 this network.
629
630 * ospf_nsm.c (nsm_timer_set): When you change a priority of
631 interface from/to 0 ISM_NeighborChange event should be scheduled
632 in order to elect new DR/BDR on the network.
633
634 * ospf_interface.c (ip_ospf_priority): Likewise.
635
636 * ospf_flood.c (ospf_ls_retransmit_add): When we add some LSA into
637 retransmit list we need to check whether the present old LSA in
638 retransmit list is not more recent than the new
639 one.
640
6412000-11-09 Dick Glasspool <dick@ipinfusion.com>
642
643 * ospf_packet.c: Allows for NSSA Type-7 LSA's throughout the NSSA
644 area. Any that exit the NSSA area are translated to type-5 LSA's.
645 The instantiated image is restored after translation.
646 (ospf_ls_upd_send_list): Renamed to ospf_ls_upd_queu_send().
647 (ospf_ls_upd_send): Old function which enclosed by #ifdef 0 is
648 removed.
649 (ospf_ls_ack_send): Likewise.
650
651 * ospf_flood.c: NSSA-LSA's without P-bit will be restricted to
652 local area. Otherwise they are allowed out the area to be
653 translated by ospf_packet.c.
654
655 * ospf_lsa.c: Undo some previous changes for NSSA.
656
657 * ospf_lsdb.h: New access for type 7.
658
6592000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
660
661 * ospf_route.c (ospf_path_exist): New function to check nexthop
662 and interface are in current OSPF path or not.
663 (ospf_route_copy_nexthops_from_vertex): Add nexthop to OSPF path
664 when it is not there. Reported by Michael Rozhavsky
665 <mrozhavsky@opticalaccess.com>
666
6672000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
668
669 * ospf_dump.c (config_write_debug): Add seventh string "detail" is
670 added for flag is OSPF_DEBUG_SEND | OSPF_DEBUG_RECV |
671 OSPF_DEBUG_DETAIL.
672
6732000-11-06 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
674
675 * ospf_lsa.c (router_lsa_flags): ASBR can't exit in stub area.
676
6772000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
678
679 * ospf_lsa.c (ospf_router_lsa_originate): Reduce unconditional
680 logging.
681
6822000-11-06 Dick Glasspool <dick@ipinfusion.com>
683
684 * ospfd.h: Add ait_ntoa function prototype.
685
686 * ospfd.c (ait_ntoa): New function for displaying area ID and
687 Stub/NSSA status.
688 (show_ip_ospf_interface_sub): Use ait_ntoa.
689 (show_ip_ospf_nbr_static_detail_sub): Likewise.
690 (show_ip_ospf_neighbor_detail_sub): Likewise.
691
692 * ospf_route.c (ospf_intra_route_add): Set external routing type
693 to ospf route.
694 (ospf_intra_add_router): Likewise.
695 (ospf_intra_add_transit): Likewise.
696 (ospf_intra_add_stub): Likewise.
697 (ospf_add_discard_route): Likewise.
698 (show_ip_ospf_route_network): Use ait_ntoa.
699 (show_ip_ospf_route_network): Likewise.
700 (show_ip_ospf_route_router): Likewise.
701
702 * ospf_lsa.c (show_lsa_detail): Use ait_ntoa.
703 (show_lsa_detail_adv_router): Likewise.
704 (show_ip_ospf_database_summary): Likewise.
705
706 * ospf_route.h (struct route_standard): Add new member
707 external_routing.
708
709 * ospf_ia.c (process_summary_lsa): Set external routing tyep to ospf
710 route.
711 (ospf_update_network_route): Likewise.
712 (ospf_update_router_route): Likewise.
713
7142000-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
715
716 * ospf_flood.c (ospf_process_self_originated_lsa): Enclose
717 OSPF_AS_NSSA_LSA treatment with #ifdef HAVE_NSSA.
718
7192000-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
720
721 * Unconditional logging is enclosed with if (IS_DEBUG_OSPF_EVENT).
722 Please specify "debug ospf event" for enable logging.
723
724 * ospf_ism.c: Do not extern debug flag varible. It is done by
725 ospf_debug.h
726 * ospf_asbr.c: Likewise.
727 * ospf_lsa.c: Likewise.
728 * ospf_nsm.c: Likewise.
729 * ospf_zebra.c: Likewise.
730
731 * ospf_dump.c (debug_ospf_event): New command "debug ospf event"
732 is added.
733
734 * ospfd.c (router_ospf): Change logging from vty_out() to
735 zlog_info().
736 (ospf_area_stub_cmd): Likewise.
737
738 * ospf_dump.h: Extern term_debug flags.
739 (OSPF_DEBUG_EVENT): Add new flag.
740 (IS_DEBUG_OSPF_EVENT): Add new macro.
741
7422000-11-03 Dick Glasspool <dick@ipinfusion.com>
743
744 * ospf_flood.c (ospf_process_self_originated_lsa):
745 OSPF_AS_NSSA_LSA is treated as same as OSPF_AS_EXTERNAL_LSA.
746 (ospf_flood): Type-5's have no change. Type-7's can be received,
747 and will Flood the AS as Type-5's They will also flood the local
748 NSSA Area as Type-7's. The LSDB will be updated as Type-5's, and
749 during re-fresh will be converted back to Type-7's (if within an
750 NSSA).
751 (ospf_flood_through): Incoming Type-7's were allowed here if our
752 neighbor was an NSSA. So Flood our area with the Type-7 and also
753 if we are an ABR, flood thru AS as Type-5.
754
755 * ospf_lsa.c (ospf_external_lsa_refresh): Flood NSSA both NSSA
756 area and other area.
757
758 * ospf_packet.c (ospf_db_desc_proc): When AS External LSA is
759 exists in DD packet, make it sure that this area is not stub.
760 (ospf_ls_upd_list_lsa): When LSA type is NSSA then set lsa's area
761 to NULL.
762 (ospf_ls_upd): If the LSA is AS External LSA and the area is stub
763 then discard the lsa. If the LSA is NSSA LSA and the area is not
764 NSSA then discard the lsa.
765
7662000-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
767
768 * ospfd.c (ospf_interface_run): Fix bug of Hello packet's option
769 is not properly set when interface comes up.
770
7712000-11-02 Kunihiro Ishiguro <kunihiro@zebra.org>
772
773 * ospfd.h (OSPF_OPTION_O): Add new hello header option.
774
7752000-11-01 Dick Glasspool <dick@ipinfusion.com>
776
777 * ospf_lsa.h: Define OSPF_MAX_LSA to 8 when HAVE_NSSA is enabled.
778 (OSPF_GROUP_MEMBER_LSA): Define OSPF_GROUP_MEMBER_LSA.
779
780 * ospf_lsa.c (show_database_desc): Add "Group Membership LSA"
781 string.
782
7832000-10-31 Dick Glasspool <dick@ipinfusion.com>
784
785 * ospf_lsa.h (OSPF_AS_NSSA_LSA): Define OSPF_AS_NSSA_LSA.
786
787 * ospf_lsa.c (show_ip_ospf_database): NSSA database display
788 function is added. ALIASES which have "show ip ospf database
789 nssa-external" is added.
790 (show_ip_ospf_border_routers): New command "show ip ospf
791 border-routers" is added.
792
7932000-10-30 Dick Glasspool <dick@ipinfusion.com>
794
795 * ospfd.c (router_ospf): NSSA Enabled message is added for
796 testing.
797 (ospf_area_type_set): Are type set for NSSA area.
798 (ospf_area_stub_cmd): Special translation of no_summary into NSSA
799 and summary information. If NSSA is enabled pass the information
800 to ospf_area_type_set().
801 (area_nssa): New commands are added:
802 "area A.B.C.D nssa"
803 "area <0-4294967295> nssa"
804 "area A.B.C.D nssa no-summary"
805 "area <0-4294967295> nssa no-summary"
806 (ospf_no_area_stub_cmd): Special translation of no_summary into
807 NSSA and summary information. If external_routing is
808 OSPF_AREA_NSSA unset area with ospf_area_type_set (area,
809 OSPF_AREA_DEFAULT).
810 (show_ip_ospf_area): Display NSSA status.
811 (config_write_ospf_area): Show NSSA configuration.
812
813 * ospf_packet.c (ospf_hello): For NSSA support, ensure that NP is
814 on and E is off.
815
8162000-10-26 Gleb Natapov <gleb@nbase.co.il>
817
818 * ospf_lsa.c (ospf_network_lsa_body_set): The network-LSA lists
819 those routers that are fully adjacent to the Designated Router;
820 each fully adjacent router is identified by its OSPF Router ID.
821 The Designated Router includes itself in this list. RFC2328,
822 Section 12.4.2.
823
8242000-10-23 Jochen Friedrich <jochen@scram.de>
825
826 * ospf_snmp.c: ospf_oid and ospfd_oid are used in smux_open after
827 it is registered. So those variables must be static.
828
8292000-10-18 K N Sridhar <sridhar@euler.ece.iisc.ernet.in>
830
831 * ospfd.c: Add area_default_cost_decimal_cmd and
832 no_area_default_cost_decimal_cmd alias.
833
8342000-10-05 Gleb Natapov <gleb@nbase.co.il>
835
836 * ospfd.c (ospf_network_new): Fix setting area format.
837 (no_router_ospf): Check area existance when calling
838 ospf_interface_down().
839
840 * ospf_flood.c (ospf_external_info_check): Fix bug of refreshing
841 default route.
842
8432000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
844
845 * zebra-0.89 is released.
846
8472000-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
848
849 * ospf_snmp.c (ospfHostEntry): OSPF Host MIB is implemented.
850
851 * ospfd.c (ospf_nbr_static_cmp): OSPF neighbor is sorted by it's
852 address.
853
8542000-09-28 Michael Rozhavsky <mike@nbase.co.il>
855
856 * ospf_interface.c (ospf_if_free): Fix deleting self neighbor twice.
857
8582000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
859
860 * ospf_packet.c (ospf_read): Solaris on x86 has ip_len with host
861 byte order.
862
8632000-09-25 Toshiaki Takada <takada@zebra.org>
864
865 * ospfd.c (ospf_compatible_rfc1583), (no_ospf_compatible_rfc1583):
866 Add CISCO compatible command.
867
8682000-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
869
870 * ospf_abr.c (ospf_area_range_lookup): New function is added for
871 area range lookup in OSPF-MIB.
872 (ospf_area_range_lookup_next): Likewise.
873
8742000-09-22 Kunihiro Ishiguro <kunihiro@zebra.org>
875
876 * ospfd.c (no_router_ospf): Delete virtual link before deleting
877 area structure.
878
879 * ospf_lsa.c (ospf_external_lsa_refresh_type): Check
880 EXTERNAL_INFO(type).
881
882 * ospfd.c (no_router_ospf): Call ospf_vl_delete() instead of
883 ospf_vl_data_free().
884
885 * ospf_interface.c (ospf_vl_shutdown): Execute ISM_InterfaceDown
886 when ospf_vl_shutdown is called.
887 (ospf_vl_delete): Call ospf_vl_shutdown() to delete virtual link
888 interface's thread.
889
8902000-09-21 Gleb Natapov <gleb@nbase.co.il>
891
892 * ospf_lsa.c: New implementation of OSPF refresh.
893
8942000-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
895
896 * ospf_snmp.c (ospfLsdbLookup): Add LSDB MIB implementation.
897
8982000-09-18 Kunihiro Ishiguro <kunihiro@zebra.org>
899
900 * ospf_snmp.c (ospfStubAreaEntry): Add OSPF stub area MIB.
901
9022000-09-18 Gleb Natapov <gleb@nbase.co.il>
903
904 * ospf_route.h (route_standard): Change member from `struct area'
905 to area_id.
906
907 * ospf_abr.c (ospf_abr_announce_network), (ospf_abr_should_announce),
908 (ospf_abr_process_network_rt), (ospf_abr_announce_rtr),
909 (ospf_abr_process_router_rt):
910 * ospf_ase.c (ospf_find_asbr_route),
911 (ospf_find_asbr_router_through_area),
912 * ospf_ia.c (ospf_find_abr_route), (ospf_ia_router_route),
913 (process_summary_lsa), (ospf_update_network_route),
914 (ospf_update_router_route):
915 * ospf_route.c (ospf_intra_route_add), (ospf_intra_add_router),
916 (ospf_intra_add_transit), (ospf_intra_add_stub),
917 (ospf_route_table_dump), (show_ip_ospf_route_network),
918 (show_ip_ospf_route_router), (ospf_asbr_route_cmp),
919 (ospf_prune_unreachable_routers):
920 * ospf_spf.c (ospf_rtrs_print):
921 * ospfd.c (ospf_rtrs_free): Fix the struct change above.
922
9232000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
924
925 * ospf_network.c (ospf_serv_sock_init): Enclose SO_BINDTODEVICE
926 with ifdef.
927
9282000-09-13 Gleb Natapov <gleb@nbase.co.il>
929
930 * ospf_ism.c (ospf_elect_dr), (ospf_elect_bdr): Fix DR election.
931
932 * ospf_network.c (ospf_serv_sock_init): Add socket option
933 SO_BINDTODEVICE on read socket.
934
935 * ospf_packet.c (ospf_hello): Ignore Hello packet if E-bit does
936 not match.
937
938 * ospfd.c (ospf_area_check_free), (ospf_area_get),
939 (ospf_area_add_if): New function added.
940
9412000-09-13 Kunihiro Ishiguro <kunihiro@zebra.org>
942
943 * ospf_route.c (ospf_intra_add_router): Update ABR and ASBR router
944 count.
945
946 * ospf_spf.c (ospf_spf_init): Rest ABR and ASBR router count
947 starting SPF calculation.
948
949 * ospfd.h (struct ospf_area): Add ABR and ASBR router count.
950
9512000-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
952
953 * ospfd.c (ospf_area_id_cmp): New area structure is sorted by area
954 ID.
955
956 * ospf_lsa.c (ospf_router_lsa_originate): For OSPF MIB update
957 lsa_originate_count.
958 (ospf_network_lsa_originate): Likewise.
959 (ospf_summary_lsa_originate): Likewise.
960 (ospf_summary_asbr_lsa_originate): Likewise.
961 (ospf_external_lsa_originate): Likewise.
962
9632000-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
964
965 * ospf_snmp.c (ospf_variables): ospfRouterID's type RouterID
966 syntax is IpAddress.
967 (ospf_admin_stat): New function for OSPF administrative status
968 check.
969
9702000-09-10 Jochen Friedrich <jochen@scram.de>
971
972 * ospf_snmp.c: Implement OSPF MIB skeleton.
973
9742000-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
975
976 * ospf_snmp.c: New file is added.
977
9782000-09-07 David Lipovkov <davidl@nbase.co.il>
979
980 * ospf_zebra.c (ospf_interface_delete): Add pseudo interface
981 treatment.
982
983 * ospf_interface.c (interface_config_write): Likewise.
984
9852000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
986
987 * zebra-0.88 is released.
988
9892000-08-17 Michael Rozhavsky <mike@nbase.co.il>
990
991 * ospfd.c (ospf_area_free): Remove virtual link configuration only
992 when Area is removed.
993
9942000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
995
996 * ospfd.c (network_area): Revert check for EXTERNAL_INFO
997 (ZEBRA_ROUTE_CONNECT).
998 (no_network_area): Likewise.
999
10002000-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1001
1002 * ospfd.h (struct ospf): Add distance_table and
1003 distance_{all,intra,inter,external}.
1004
1005 * ospf_zebra.c: Add OSPF distance related functions.
1006
10072000-08-15 Gleb Natapov <gleb@nbase.co.il>
1008
1009 * ospf_asbr.c (ospf_external_info_find_lsa): New function added.
1010
1011 * ospf_lsa.c (ospf_default_external_info),
1012 (ospf_default_originate_timer), (ospf_external_lsa_refresh_default):
1013 New function added.
1014
1015 * ospf_zebra.c
1016 (ospf_default_information_originate_metric_type_routemap),
1017 (ospf_default_information_originate_always_metric_type_routemap):
1018 Change name and add route-map function.
1019 (ospf_default_information_originate_metric_routemap),
1020 (ospf_default_information_originate_routemap),
1021 (ospf_default_information_originate_type_metric_routemap):
1022 New DEFUN added.
1023
10242000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1025
1026 * ospf_zebra.c (zebra_interface_if_set_value): Change ifindex
1027 restore size from two octet to four.
1028
10292000-08-14 Michael Rozhavsky <mike@nbase.co.il>
1030
1031 * ospf_ase.c (ospf_ase_incremental_update): Implement incremental
1032 AS-external-LSA in 16.6 of RFC2328.
1033
10342000-08-14 Matthew Grant <grantma@anathoth.gen.nz>
1035
1036 * ospf_interface.c (ospf_if_get_output_cost): Change cost
1037 calculation algorithm.
1038
1039 * ospf_packet (ospf_ls_upd): Fix problem of LSA retransmitting.
1040
10412000-08-11 Michael Rozhavsky <mike@nbase.co.il>
1042
1043 * ospf_lsa.c (ospf_maxage_lsa_remover): Fix maxage remover for
1044 AS-external-LSAs.
1045
10462000-08-10 Toshiaki Takada <takada@zebra.org>
1047
1048 * ospfd.c (auto_cost_reference_bandwidth): New DEFUN added.
1049 `auto-cost reference-bandwidth' OSPF router command added.
1050
10512000-08-08 Gleb Natapov <gleb@nbase.co.il>
1052
1053 * ospf_routemap.c (ospf_route_map_update): New function added.
1054 Add route-map event hook.
1055
10562000-08-08 Toshiaki Takada <takada@zebra.org>
1057
1058 * ospf_zebra.c (ospf_distribute_check_connected): If redistribute
1059 prefix is connected route on OSPF enabled interface, suppress to
1060 announce it.
1061
10622000-08-08 Matthew Grant <grantma@anathoth.gen.nz>
1063
1064 * ospf_interface.c (ospf_if_get_output_cost):
1065 New function added. Handle bandwidth parameter for cost
1066 calculation.
1067
10682000-08-08 Michael Rozhavsky <mike@nbase.co.il>
1069
1070 * ospf_interface.c (interface_config_write): Show interface
1071 configuration regardless interface is down.
1072
1073 * ospf_ase.c (ospf_ase_caocluate_route): Whole rewritten external
1074 route calculate function.
1075
10762000-08-08 Gleb Natapov <gleb@nbase.co.il>
1077
1078 * ospf_routemap.c: New file added.
1079
1080 * ospf_asbr.c (ospf_reset_route_map_set_values),
1081 (ospf_route_map_set_compare): New function added.
1082
1083 * ospf_lsa.c (ospf_external_lsa_body_set): Set routemap metric
1084 with AS-external-LSA.
1085
10862000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1087
1088 * ospf_ase.c (ospf_ase_calculate_route_add): Pass new->cost to
1089 ospf_zebra_add as metric.
1090 (ospf_ase_calculate_route_add): Likewise.
1091
1092 * ospf_route.c (ospf_route_install): Pass or->cost to
1093 ospf_zebra_add as metric.
1094
1095 * ospf_zebra.c (ospf_zebra_add): Add metric arguemnt.
1096 (ospf_zebra_delete): Likewise.
1097
10982000-08-03 Matthew Grant <grantma@anathoth.gen.nz>
1099
1100 * ospf_flood.c (ospf_flood_delayed_lsa_ack): New function added.
1101 Dispatch delayed-ACK with flooding AS-external-LSA across virtual
1102 link.
1103
11042000-07-31 Matthew Grant <grantma@anathoth.gen.nz>
1105
1106 * ospfd.c (show_ip_ospf_area): Fix lack of VTY_NEWLINE when
1107 `show ip ospf'.
1108
1109 * ospf_interface.c (ospf_if_free): Fix bug of crash with
1110 Point-to-Point interface.
1111
11122000-07-27 Michael Rozhavsky <mike@nbase.co.il>
1113
1114 * ospf_flood.c (ospf_process_self_originated_lsa):
1115 Make sure to clear LSA->param (redistributed external information)
1116 before refreshment.
1117
11182000-07-27 Gleb Natapov <gleb@nbase.co.il>
1119
1120 * ospfd.c (refresh_group_limit), (refresh_per_slice),
1121 (refresh_age_diff): New defun added. Refresher related parameter
1122 can be configurable.
1123
11242000-07-27 Akihiro Mizutani <mizutani@dml.com>
1125
1126 * ospf_interface.c (interface_config_write): Print `description'
1127 config directive to work.
1128
11292000-07-24 Akihiro Mizutani <mizutani@dml.com>
1130
1131 * ospf_interface.c (ospf_if_init): Use install_default for
1132 INTERFACE_NODE.
1133
11342000-07-24 Gleb Natapov <gleb@nbase.co.il>
1135
1136 * ospf_packet.c (ospf_ls_upd_send_list), (ospf_ls_upd_send_event),
1137 (ospf_ls_ack_send_list), (ospf_ls_ack_send_event): New function added.
1138 This make sending always as many LS update/Ack combined in one ospf
1139 packet.
1140
11412000-07-24 Gleb Natapov <gleb@nbase.co.il>
1142
1143 * ospf_packet.c (ospf_ls_upd_list_lsa): Set NULL to lsa->area if
1144 LSA is AS-external-LSA.
1145
1146 * ospf_nsm.c (nsm_reset_nbr): Do not cancel Inactivity timer.
1147
11482000-07-21 Toshiaki Takada <takada@zebra.org>
1149
1150 * ospf_zebra.c (ospf_default_originate_timer): Set timer for
1151 `default-information originate'. Fix some default originate
1152 related functions.
1153
11542000-07-12 Toshiaki Takada <takada@zebra.org>
1155
1156 * ospf_lsa.c (stream_put_ospf_metric): New function added.
1157
11582000-07-12 Toshiaki Takada <takada@zebra.org>
1159
1160 * ospf_lsa.c (show_ip_ospf_database_router),
1161 (show_ip_ospf_database_network), (show_ip_ospf_database_summary),
1162 (show_ip_ospf_database_summary_asbr), (show_ip_ospf_database_externel),
1163 (show_router_lsa), (show_any_lsa), (show_router_lsa_self),
1164 (show_any_lsa_self): Functions removed.
1165
1166 (show_lsa_prefix_set), (show_lsa_detail_proc), (show_lsa_detail),
1167 (show_lsa_detail_adv_router_proc), (show_lsa_detail_adv_router):
1168 New functions added. Replace above functions.
1169
1170 (show_ip_ospf_database_all), (show_ip_ospf_database_self_originated):
1171 Functions removed.
1172 (show_ip_ospf_database_summary): New functions added. Replace
1173 above functions.
1174
1175 (show_ip_ospf_database_cmd): DEFUN rearranged.
1176 (show_ip_ospf_database_type_id_cmd),
1177 (show_ip_ospf_database_type_id_adv_router_cmd),
1178 (show_ip_ospf_database_type_is_self_cmd): New ALIASes added.
1179 (show_ip_ospf_database_type_adv_rotuer_cmd): New DEFUN added.
1180 (show_ip_ospf_database_type_self_cmd): New ALIAS added.
1181
11822000-07-11 Toshiaki Takada <takada@zebra.org>
1183
1184 * ospf_asbr.c (ospf_external_info_new),
1185 (ospf_external_info_free): New functions added.
1186
1187 * ospf_lsa.h (ospf_lsa): Add new member `void *param' to set
1188 origination parameter for external-LSA.
1189 Remove member `redistribute'.
1190
1191 * ospf_zebra.c (ospf_redistirbute_set): When `redistribute'
1192 command executed, metric and metric-type values are overridden.
1193 If one of those is changed refresh AS-external-LSAs for appropriate
1194 type.
1195
11962000-07-11 Michael Rozhavsky <mike@nbase.co.il>
1197
1198 * ospf_lsa.c (ospf_summary_lsa_refresh),
1199 (ospf_summary_asbr_lsa_refresh): Make sure to refresh summary-LSAs.
1200
1201 * ospf_abr.c (set_metric): New function added.
1202
12032000-07-07 Toshiaki Takada <takada@zebra.org>
1204
1205 * ospf_zebra.c (ospf_default_information_originate_metric_type),
1206 (ospf_default_information_originate_type_metric): New defun added.
1207 Metic and Metric type can be set to default route.
1208 (ospf_default_information_originate_always_metric_type):
1209 (ospf_default_information_originate_always_type_metric):
1210 New defun added. Metric and Metric type can be set to default
1211 always route.
1212
1213 * ospf_zebra.c (ospf_default_metric), (no_ospf_default_metric):
1214 New defun added.
1215
12162000-07-06 Gleb Natapov <gleb@nbase.co.il>
1217
1218 * ospf_flood.c (ospf_flood_through_area): Fix bug of considering
1219 on the same interface the LSA was received from.
1220
12212000-07-06 Michael Rozhavsky <mike@nbase.co.il>
1222
1223 * ospfd.c (ospf_config_write): Fix bug of printing `area stub'
1224 command with `write mem'.
1225
1226 * ospfd.c (no_router_ospf): Remove installed routes from zebra.
1227
1228 * ospf_zebra.c (ospf_interface_delete): Fix function to handle
1229 zebra interface delete event.
1230
12312000-07-06 Toshiaki Takada <takada@zebra.org>
1232
1233 * ospf_zebra.c (ospf_default_information_originate),
1234 (ospf_default_information_originate_always): New DEFUN added.
1235
12362000-07-05 Michael Rozhavsky <mike@nbase.co.il>
1237
1238 * ospf_route.c (ospf_terminate): Make sure to remove external route
1239 when SIGINT received.
1240
12412000-07-03 Gleb Natapov <gleb@nbase.co.il>
1242
1243 * ospf_flood.c, ospf_ism.c, ospf_lsa,c, ospfd.c: Make sure to free
1244 many structure with `no router ospf'.
1245
12462000-06-30 Gleb Natapov <gleb@nbase.co.il>
1247
1248 * ospf_neighbor.c (ospf_nbr_new),
1249 ospf_nsm.c (nsm_timer_set): Start LS update timer only
1250 when neighbor enters Exchange state.
1251
12522000-06-29 Gleb Natapov <gleb@nbase.co.il>
1253
1254 * ospf_nsm.c (nsm_timer_set), (nsm_exchange_done),
1255 ospf_packet.c (ospf_db_desc_proc):
1256 Do not cancel DD retransmit timer when Master.
1257
12582000-06-29 Gleb Natapov <gleb@nbase.co.il>
1259
1260 * ospf_abr.c (ospf_abr_announce_network_to_area),
1261 (ospf_abr_announce_rtr_to_area)
1262 ospf_ase.c (ospf_ase_rtrs_register_lsa),
1263 ospf_flood.c (ospf_process_self_originated_lsa),
1264 (ospf_flood_through_area), (ospf_ls_request_delete),
1265 ospf_interface.c (ospf_if_free),
1266 ospf_ism.c (ism_change_status),
1267 ospf_lsa.c (ospf_router_lsa_update_timer),
1268 (ospf_router_lsa_install), (ospf_network_lsa_install),
1269 (ospf_lsa_maxage_delete), (ospf_lsa_action),
1270 (ospf_schedule_lsa_flood_area),
1271 ospf_nsm.c (nsm_change_status),
1272 ospf_packet.c (ospf_make_ls_req_func), (ospf_make_ls_ack):
1273 Use ospf_lsa_{lock,unlock} for all looking-up of LSA.
1274
1275 * ospf_flood.c (ospf_ls_request_free): Function deleted.
1276
1277 * ospf_lsa.c (ospf_discard_from_db): New function added.
1278
12792000-06-26 Toshiaki Takada <takada@zebra.org>
1280
1281 * ospfd.h (ospf): struct member `external_lsa' name changed to
1282 `lsdb'.
1283
12842000-06-26 Toshiaki Takada <takada@zebra.org>
1285
1286 * ospf_lsa.c (ospf_lsa_install), (ospf_router_lsa_install),
1287 (ospf_network_lsa_install), (ospf_summary_lsa_install),
1288 (ospf_summary_asbr_lsa_install), (ospf_external_lsa_install):
1289 Functions re-arranged.
1290
1291 * ospf_lsa.c (IS_LSA_MAXAGE), (IS_LSA_SELF): Macro added.
1292
12932000-06-20 Michael Rozhavsky <mike@nbase.co.il>
1294
1295 * ospf_packet.c (ospf_ls_req), (ospf_ls_upd), (ospf_ls_ack): Add
1296 verification of LS type.
1297
12982000-06-20 Gleb Natapov <gleb@nbase.co.il>
1299
1300 * ospf_ase.c (ospf_ase_calculate_timer): Add more sanity check
1301 whether rn->info is NULL.
1302
13032000-06-20 Toshiaki Takada <takada@zebra.org>
1304
1305 * ospfd.c (show_ip_ospf_interface_sub): Show Router-ID of both
1306 DR and Backup correctly with `show ip ospf interface' command.
1307
13082000-06-20 Toshiaki Takada <takada@zebra.org>
1309
1310 * ospf_lsa.c (ospf_lsa_lock), (ospf_lsa_unlock),
1311 (ospf_lsa_discard): These functions are used for avoiding
1312 unexpected reference to freed LSAs.
1313
13142000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1315
1316 * ospf_packet.c (ospf_ls_upd): Initialize lsa by NULL to avoid
1317 warning.
1318
13192000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1320
1321 * ospf_ase.h (ospf_ase_rtrs_register_lsa): Add prototype.
1322
13232000-06-12 Toshiaki Takada <takada@zebra.org>
1324
1325 * ospf_lsa.c (ospf_external_lsa_install): Make sure to register
1326 LSA to rtrs_external when replacing AS-external-LSAs in LSDB.
1327 Fix core dump.
1328
13292000-06-10 Toshiaki Takada <takada@zebra.org>
1330
1331 * ospf_lsdb.c (id_to_prefix), (ospf_lsdb_hash_key),
1332 (ospf_lsdb_hash_cmp), (ospf_lsdb_new), (ospf_lsdb_iterator),
1333 (lsdb_free), (ospf_lsdb_free), (ospf_lsdb_add), (ospf_lsdb_delete),
1334 (find_lsa), (ospf_lsdb_lookup), (find_by_id),
1335 (ospf_lsdb_lookup_by_id), (ospf_lsdb_lookup_by_header): Functinos
1336 removed for migration to new_lsdb.
1337
1338 * ospf_lsa.c (ospf_summary_lsa_install),
1339 (ospf_summary_asbr_lsa_install), (ospf_maxage_lsa_remover),
1340 (ospf_lsa_maxage_walker), (ospf_lsa_lookup),
1341 (ospf_lsa_lookup_by_id): Use new_lsdb instead of ospf_lsdb.
1342 (count_lsa), (ospf_lsa_count_table), (ospf_lsa_count),
1343 (ospf_get_free_id_for_prefix): Funcitions removed.
1344
13452000-06-09 Gleb Natapov <gleb@nbase.co.il>
1346
1347 * ospf_ism.c (ism_interface_down): Prevent some unneeded DR changes.
1348
1349 * ospf_packet.c (ospf_db_desc_proc): Fix memory leak.
1350 (ospf_hello): Always copy router-ID when hello is received.
1351
13522000-06-08 Gleb Natapov <gleb@nbase.co.il>
1353
1354 * ospf_lsa.h (struct ospf_lsa): Add member of pointer to struct
1355 ospf_area.
1356
13572000-06-08 Michael Rozhavsky <mike@nbase.co.il>
1358
1359 * ospf_ase.c (ospf_asbr_route_same): New function added.
1360 This function makes sure external route calculation more
1361 precisely.
1362
13632000-06-07 Michael Rozhavsky <mike@nbase.co.il>
1364
1365 * ospf_ism.c (ism_change_status): Use ospf_lsa_flush_area for
1366 network-LSA deletion instead of using ospf_lsdb_delete.
1367 Also cancel network-LSA origination timer.
1368
13692000-06-07 Levi Harper <lharper@kennedytech.com>
1370
1371 * ospf_interface.c (ospf_if_down): Close read fd when an interface
1372 goes down.
1373
13742000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1375
1376 * ospf_asbr.c (ospf_external_info_lookup): Add explicit brace for
1377 avoid ambiguous else.
1378
1379 * ospf_flood.c (ospf_external_info_check): Likewise.
1380
13812000-06-05 Toshiaki Takada <takada@zebra.org>
1382
1383 * ospf_nsm.c (nsm_adj_ok): Fix bug of DR election.
1384
13852000-06-04 Toshiaki Takada <takada@zebra.org>
1386
1387 * ospf_zebra.c (ospf_default_information_originate),
1388 (no_ospf_default_information_originate): New DEFUN added.
1389
13902000-06-03 Toshiaki Takada <takada@zebra.org>
1391
1392 * ospf_lsa.h, ospf_asbr.h (external_info): Struct moved from
1393 ospf_lsa.h to ospf_asbr.h.
1394
1395 * ospf_lsa.c, ospf_asbr.c (ospf_external_info_add),
1396 (ospf_external_info_delete): Function moved from ospf_lsa.c
1397 to ospf_asbr.c.
1398
13992000-06-03 Toshiaki Takada <takada@zebra.org>
1400
1401 * ospf_flood.c (ospf_external_info_check): New function added.
1402 (ospf_process_self_orignated_lsa): Make sure to flush
1403 self-originated AS-external-LSA, when router reboot and no longer
1404 originate those AS-external-LSA.
1405
14062000-06-02 Toshiaki Takada <takada@zebra.org>
1407
1408 * ospf_network.c (ospf_serv_sock): Remove SO_DONTROUTE
1409 socket option.
1410
1411 * ospf_packet.c (ospf_write): Set MSG_DONTROUTE flag for
1412 unicast destination packets.
1413
14142000-06-02 Toshiaki Takada <takada@zebra.org>
1415
1416 * ospf_lsdb.c (new_lsdb_delete): Delete entry from LSDB only when
1417 specified LSA matches.
1418
14192000-06-02 Gleb Natapov <gleb@nbase.co.il>
1420
1421 * ospf_network.c (ospf_serv_sock): Set SO_DONTROUTE
1422 socket option.
1423
14242000-06-01 Akihiro Mizutani <mizutani@dml.com>
1425
1426 * ospf_dump.c: Replace string `Debugging functions\n' with DEBUG_STR.
1427 Replace string `OSPF information\n' with OSPF_STR.
1428
14292000-06-01 Toshiaki Takada <takada@zebra.org>
1430
1431 * ospf_lsdb.[ch]: Use new_lsdb struct for network-LSA instead of
1432 ospf_lsdb.
1433
14342000-06-01 Toshiaki Takada <takada@zebra.org>
1435
1436 * ospf_dump.c (config_debug_ospf_packet), (config_debug_ospf_event),
1437 (config_debug_ospf_ism), (config_debug_ospf_nsm),
1438 (config_debug_ospf_lsa), (config_debug_ospf_zebra),
1439 (term_debug_ospf_packet), (term_debug_ospf_event),
1440 (term_debug_ospf_ism), (term_debug_ospf_nsm),
1441 (term_debug_ospf_lsa), (term_debug_ospf_zebra): Repalce debug_ospf_*
1442 variable to use for debug option flags.
1443
1444 (debug_ospf_packet), (debug_ospf_ism), (debug_ospf_nsm),
1445 (debug_ospf_lsa), (debug_ospf_zebra): Set {config,term}_debug_*
1446 flags when vty->node is CONFIG_NODE, otherwise set only term_debug_*
1447 flags.
1448
1449 * ospf_dump.h (CONF_DEBUG_PACKET_ON), (CONF_DEBUG_PACKET_OFF),
1450 (TERM_DEBUG_PACKET_ON), (TERM_DEBUG_PACKET_OFF),
1451 (CONF_DEBUG_ON), (CONF_DEBUG_OFF), (IS_CONF_DEBUG_OSPF_PACKET),
1452 (IS_CONF_DEBUG_OSPF): New Macro added.
1453
14542000-05-31 Toshiaki Takada <takada@zebra.org>
1455
1456 * ospfd.c (clear_ip_ospf_neighbor): New DEFUN added.
1457 Currently this command is used for only debugging.
1458
1459 * ospf_nsm.c (nsm_change_status): Make sure thread cancellation
1460 for network-LSA when DR has no full neighbors.
1461
1462 * ospf_nsm.c (ospf_db_summary_clear): New function added.
1463
14642000-05-30 Toshiaki Takada <takada@zebra.org>
1465
1466 * ospf_lsdb.c (new_lsdb_insert): LSAs are always freed by
1467 maxage_lsa_remover when LSA is replaced.
1468
14692000-05-25 Gleb Natapov <gleb@nbase.co.il>
1470
1471 * ospf_flood.c (ospf_ls_retransmit_delete_nbr_all): Add argument
1472 `struct ospf_area' to remove LSA from Link State retransmission list
1473 of neighbor from only one Area.
1474
14752000-05-24 Michael Rozhavsky <mike@nbase.co.il>
1476
1477 * ospf_lsdb.c (ospf_lsdb_add): Preserve flags field when
1478 overriting old LSA with new LSA.
1479
14802000-05-24 Gleb Natapov <gleb@nbase.co.il>
1481
1482 * ospf_lsa.c (ospf_router_lsa_body_set): Fix bug of router-LSA
1483 size calculation.
1484
14852000-05-22 Michael Rozhavsky <mike@nbase.co.il>
1486
1487 * ospf_route.c (ospf_intra_add_stub):
1488 * ospf_spf.h (struct vertex): Use u_int32_t for distance (cost)
1489 value instead of u_int16_t.
1490
14912000-05-22 Axel Gerlach <agerlach@datus.datus.com>
1492
1493 * ospf_ia.c (ospf_ia_network_route): Fix bug of Inter-area route
1494 equal cost path calculation.
1495
14962000-05-21 Toshiaki Takada <takada@zebra.org>
1497
1498 * ospf_ase.c (ospf_ase_calculate_route_delete): New function added.
1499 Make sure, when rotuer route is deleted, related external routes
1500 are also deleted.
1501
15022000-05-20 Toshiaki Takada <takada@zebra.org>
1503
1504 * ospfd.c (ospf_interface_down): Make sure interface flag is disable
1505 and set fd to -1.
1506
15072000-05-16 Toshiaki Takada <takada@zebra.org>
1508
1509 * ospf_asbr.c (ospf_asbr_should_announce), (ospf_asbr_route_remove):
1510 Functions removed.
1511
1512 * ospfd.h (EXTERNAL_INFO): Macro added.
1513 Substitute `ospf_top->external_info[type]' with it.
1514
15152000-05-16 Toshiaki Takada <takada@zebra.org>
1516
1517 * ospf_lsa.c (ospf_rtrs_external_remove): New function added.
1518
15192000-05-14 Gleb Natapov <gleb@nbase.co.il>
1520
1521 * ospf_flood.c (ospf_ls_retransmit_delete_nbr_all)
1522 * ospf_lsdb.c (new_lsdb_insert)
1523 * ospf_packet.c (ospf_ls_ack): Fix database synchonization problem.
1524
15252000-05-14 Gleb Natapov <gleb@nbase.co.il>
1526
1527 * ospf_lsa.h (tv_adjust), (tv_ceil), (tv_floor), (int2tv),
1528 (tv_add), (tv_sub), (tv_cmp): Prototype definition added.
1529
1530 * ospf_nsm.h (ospf_db_summary_delete_all): Prototype definition added.
1531
15322000-05-13 Toshiaki Takada <takada@zebra.org>
1533
1534 * ospf_lsa.[ch] (ospf_lsa): struct timestamp type is changed from
1535 time_t to struct timeval.
1536 (tv_adjust), (tv_ceil), (tv_floor), (int2tv), (tv_add),
1537 (tv_sub), (tv_cmp): timeval utillity functions added.
1538
15392000-05-12 Toshiaki Takada <takada@zebra.org>
1540
1541 * ospf_lsa.[ch] (ospf_schedule_update_router_lsas): Delete function.
1542 Change to use macro OSPF_LSA_UPDATE_TIMER instead of using
1543 this function.
1544 router-LSA refresh timer related stuff is re-organized.
1545
15462000-05-10 Gleb Natapov <gleb@nbase.co.il>
1547
1548 * ospf_interface.c (ospf_vl_set_params):
1549 * ospf_packet.c (ospf_check_network_mask):
1550 * ospf_spf.[ch] (ospf_spf_next):
1551 Remove field address from `struct vertex', and search for peer
1552 address of virtual link in function `ospf_vl_set_params' instead.
1553
15542000-05-10 Gleb Natapov <gleb@nbase.co.il>
1555
1556 * ospf_packet.c (ospf_ls_upd): Fix some memory leak related LSA.
1557
15582000-05-08 Thomas Molkenbur <tmo@datus.com>
1559
1560 * ospf_packet.c (ospf_packet_dup): Replace ospf_steram_copy()
1561 with ospf_stream_dup() to fix memory leak.
1562
15632000-05-08 Michael Rozhavsky <mike@nbase.co.il>
1564
1565 * ospf_flood.c (ospf_flood_through_area): Fix the problem of
1566 LSA update without DROther.
1567
15682000-05-04 Gleb Natapov <gleb@nbase.co.il>
1569
1570 * ospf_spf.c (ospf_vertex_free): Fix memory leak of SPF calculation.
1571
15722000-05-03 Toshiaki Takada <takada@zebra.org>
1573
1574 * ospf_neighbor.c (ospf_db_summary_add): Use new_lsdb struct
1575 instead linked-list.
1576 (ospf_db_summary_count), (ospf_db_summary_isempty):
1577 New function added.
1578
1579 * ospf_lsa.c (ospf_rotuer_lsa): Re-arrange and divide functions.
1580
15812000-05-02 Gleb Natapov <gleb@nbase.co.il>
1582
1583 * ospf_lsdb.c (new_lsdb_cleanup): Fix memory leak. When LSDB are
1584 not needed any more, then free them.
1585
15862000-05-02 Toshiaki Takada <takada@zebra.org>
1587
1588 * ospfd.c (timers_spf), (no_timers_spf): New defun added.
1589 SPF calculation timers related stuff is rearranged.
1590
1591 * ospf_spf.c (ospf_spf_calculate_timer_add): Function removed.
1592 SPF timer is scheduled by SPF calculation delay and holdtime
1593 configuration variable.
1594
1595 * ospf_lsa.c (ospf_external_lsa_nexthop_get): Set AS-external-LSA's
1596 forwarding address when nexthop learned by other protocols is
1597 in the OSPF domain.
1598
1599 * ospf_zebra.c (ospf_redistribute_source_metric_type),
1600 (ospf_redistribute_source_type_metric): Re-arrange DEFUNs and
1601 ALIASes.
1602
16032000-05-01 Toshiaki Takada <takada@zebra.org>
1604
1605 * ospf_flood.c (ospf_ls_retransmit_count),
1606 (ospf_ls_retransmit_isempty): New function added.
1607
1608 (ospf_ls_retransmit_add), (ospf_ls_retransmit_delete),
1609 (ospf_ls_retransmit_clear), (ospf_ls_retransmit_lookup),
1610 (ospf_ls_retransmit_delete_all), (ospf_ls_retransmit_delete_nbr_all),
1611 (ospf_ls_retransmit_add_nbr_all): Replace these functions to use
1612 new_lsdb.
1613
16142000-04-29 Toshiaki Takada <takada@zebra.org>
1615
1616 * ospfd.c (no_network_area): Add check Area-ID whether specified
1617 Area-ID with prefix matches config.
1618
16192000-04-27 Toshiaki Takada <takada@zebra.org>
1620
1621 * ospf_lsa.c (ospf_maxage_lsa_remover): Fix problem of
1622 remaining withdrawn routes on zebra.
1623
16242000-04-25 Michael Rozhavsky <mike@nbase.co.il>
1625
1626 * ospf_nsm.c (nsm_kill_nbr), (nsm_ll_down), (nsm_change_status),
1627 (ospf_nsm_event): Fix network-LSA re-origination problem.
1628
16292000-04-24 Toshiaki Takada <takada@zebra.org>
1630
1631 * ospf_nsm.c (ospf_db_desc_timer): Fix bug of segmentation fault
1632 with DD retransmission.
1633
1634 * ospf_nsm.c (nsm_kill_nbr): Fix bug of re-origination when
1635 a neighbor disappears.
1636
16372000-04-23 Michael Rozhavsky <mike@nbase.co.il>
1638
1639 * ospf_abr.c (ospf_abr_announce_network_to_area): Fix bug of
1640 summary-LSAs reorigination. Correctly copy OSPF_LSA_APPROVED
1641 flag to new LSA. when summary-LSA is reoriginatd.
1642
1643 * ospf_flood.c (ospf_flood_through_area): Fix bug of flooding
1644 procedure. Change the condition of interface selection.
1645
16462000-04-21 Toshiaki Takada <takada@zebra.org>
1647
1648 * ospf_lsa.c (ospf_refresher_register_lsa): Fix bug of refresh never
1649 occurs.
1650
1651 * ospfd.c (show_ip_ospf_neighbor_id): New defun added.
1652 `show ip ospf neighbor' related commands are re-arranged.
1653
16542000-04-20 Toshiaki Takada <takada@zebra.org>
1655
1656 * ospf_dump.c (debug_ospf_zebra): New defun added.
1657 Suppress zebra related debug information.
1658
16592000-04-19 Toshiaki Takada <takada@zebra.org>
1660
1661 * ospf_zebra.c (ospf_distribute_list_update_timer),
1662 (ospf_distribute_list_update), (ospf_filter_update):
1663 New function added. Re-organize `distribute-list' router ospf
1664 command.
1665
16662000-04-13 Michael Rozhavsky <mike@nbase.co.il>
1667
1668 * ospf_packet.c (ospf_make_ls_upd): Add check for MAX_AGE.
1669
16702000-04-14 Michael Rozhavsky <mike@nbase.co.il>
1671
1672 * ospf_packet.c (ospf_make_ls_upd): Increment LS age by configured
1673 interface transmit_delay.
1674
16752000-04-14 Sira Panduranga Rao <pandu@euler.ece.iisc.ernet.in>
1676
1677 * ospf_interface.c (ip_ospf_cost), (no_ip_ospf_cost):
1678 Add to schedule router_lsa origination when the interface cost changes.
1679
16802000-04-12 Toshiaki Takada <takada@zebra.org>
1681
1682 * ospf_lsa.c (ospf_refresher_register_lsa),
1683 (ospf_refresher_unregister_lsa): Fix bug of core dumped.
1684
1685 * ospfd.c (no_router_ospf): Fix bug of core dumped.
1686
16872000-03-29 Toshiaki Takada <takada@zebra.org>
1688
1689 * ospf_nsm.c (nsm_oneway_received): Fix bug of MS flag unset.
1690
16912000-03-29 Michael Rozhavsky <mike@nbase.co.il>
1692
1693 * ospf_lsa.c (ospf_network_lsa):
1694 * ospf_nsm.c (ospf_nsm_event): Fix bug of Network-LSA originated
1695 in stub network.
1696
16972000-03-28 Toshiaki Takada <takada@zebra.org>
1698
1699 * ospf_nsm.c (nsm_bad_ls_req), (nsm_seq_number_mismatch),
1700 (nsm_oneway_received): Fix bug of NSM state flapping between
1701 ExStart and Exchange.
1702
17032000-03-28 Toshiaki Takada <takada@zebra.org>
1704
1705 * ospf_packet.h (strcut ospf_header): Fix the size of ospf_header,
1706 change u_int8_t to u_char.
1707
17082000-03-27 Toshiaki Takada <takada@zebra.org>
1709
1710 * ospf_lsa.c (ospf_lsa_checksum): Take care of BIGENDIAN architecture.
1711
17122000-03-27 Toshiaki Takada <takada@zebra.org>
1713
1714 * ospfd.c (ospf_interface_run): Make sure Address family matches.
1715
17162000-03-26 Love <lha@s3.kth.se>
1717
1718 * ospf_packet.c (ospf_write): Chack result of sendto().
1719
17202000-03-26 Sira Panduranga Rao <pandu@euler.ece.iisc.ernet.in>
1721
1722 * ospf_nsm.c (nsm_oneway_received): Fix bug of 1-WayReceived in NSM.
1723
17242000-03-23 Libor Pechacek <farco@clnet.cz>
1725
1726 * ospf_lsa.c (ospf_network_lsa)
1727 * ospf_lsdb.c (new_lsdb_insert): Fix bug of accessing to
1728 unallocated memory.
1729
17302000-03-23 Toshiaki Takada <takada@zebra.org>
1731
1732 * ospfd.c (ospf_config_write): Fix bug of duplicate line for
1733 `area A.B.C.D authentication'.
1734
17352000-03-22 Toshiaki Takada <takada@zebra.org>
1736
1737 * ospf_debug.c (debug_ospf_lsa), (no_debug_ospf_lsa): Defun added.
1738 Suppress all zlog related to LSAs with this config option.
1739
17402000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1741
1742 * ospf_nsm.c (ospf_nsm_event): Add check for NSM_InactivityTimer.
1743
17442000-03-21 Toshiaki Takada <takada@zebra.org>
1745
1746 * ospf_packet.c (ospf_ls_upd_timer), (ospf_ls_req):
1747 Fix bug of memory leak about linklist.
1748
1749 * ospf_flood.c (ospf_flood_through_area): Likewise.
1750
17512000-03-18 Sira Panduranga Rao <pandu@euler.ece.iisc.ernet.in>
1752
1753 * ospf_flood.c (ospf_ls_retransmit_lookup): Add checksum comparison
1754 to identify LSA uniquely. This fix routes lost.
1755
17562000-03-18 Toshiaki Takada <takada@zebra.org>
1757
1758 * ospf_ase.c (ospf_find_asbr_route): Add sanity check with router
1759 routing table.
1760
17612000-03-17 Alex Zinin <zinin@amt.ru>
1762
1763 * ospf_spf.[ch]: Bug fix.
1764 The 2nd stage of Dijkstra could consider one vertex
1765 more than once if there is more than one link
1766 between the routers, thus adding extra CPU overhead
1767 and extra next-hops.
1768 Fixed.
1769
17702000-03-15 Sira Panduranga Rao <pandu@euler.ece.iisc.ernet.in>
1771
1772 * ospf_nsm.c (nsm_inactivity_timer): Changed to call nsm_kill_nbr().
1773
17742000-03-14 Toshiaki Takada <takada@zebra.org>
1775
1776 * ospf_route.c (ospf_route_copy_nexthops): Fix bug of memory leak of
1777 ospf_path. Actually ignore merging ospf_route with completely same
1778 paths.
1779
17802000-03-12 Toshiaki Takada <takada@zebra.org>
1781
1782 * ospf_lsa.c (show_as_external_lsa_detail): fix bug of
1783 external route tag byte order.
1784
17852000-03-11 Toshiaki Takada <takada@zebra.org>
1786
1787 * ospf_lsdb.c (ospf_lsdb_insert): New function added.
1788
17892000-03-09 Toshiaki Takada <takada@zebra.org>
1790
1791 * ospf_lsa.c (ospf_external_lsa_install),
1792 (ospf_lsa_lookup), (show_ip_ospf_database_all),
1793 (show_ip_ospf_database_self_originate): Use struct new_lsdb for
1794 LSDB of AS-external-LSAs instead of ospf_lsdb.
1795
1796 * ospf_lsa.c (ospf_lsa_unique_id): New function added.
1797 Use for assigning Unique Link State ID instead of
1798 ospf_get_free_id_for_prefix().
1799
18002000-03-09 Toshiaki Takada <takada@zebra.org>
1801
1802 * ospf_ase.c (ospf_ase_calculate_timer): Fix bug of segmentation
1803 fault reported by George Bonser <george@siteROCK.com>.
1804
18052000-03-07 Libor Pechacek <farco@clnet.cz>
1806
1807 * ospfd.c (ospf_interface_down): Fix bug of segmentation fault.
1808
18092000-03-06 Toshiaki Takada <takada@zebra.org>
1810
1811 * ospf_route.c (ospf_route_cmp): Change meaning of return values.
1812
18132000-03-02 Alex Zinin <zinin@amt.ru>
1814 * ospfd.h, ospf_ia.h
1815 New Shortcut ABR code. Now area's flag can be configured
1816 with Default, Enable, and Disable values.
1817 More info will be in the new ver of I-D soon (see IETF web).
1818
18192000-02-25 Toshiaki Takada <takada@zebra.org>
1820
1821 * ospf_lsa.c (ospf_lsa_header_set), (ospf_external_lsa_body_set),
1822 (osfp_external_lsa_originate), (ospf_external_lsa_queue),
1823 (ospf_external_lsa_originate_from_queue): New function added.
1824 (ospf_external_lsa): Function removed.
1825
1826 * ospf_zebra.c (ospf_zebra_read_ipv4): Originate AS-external-LSA
1827 when listen a route from Zebra, instead creating external route.
1828
1829 * ospf_asbr.c (ospf_asbr_route_add_flood_lsa),
1830 (ospf_asbr_route_add_queue_lsa),
1831 (ospf_asbr_route_install_lsa), (ospf_asbr_route_add):
1832 Functions removed.
1833
1834 * ospf_ase.c (process_ase_lsa): Function will not be used.
1835 (ospf_ase_calculate), (ospf_ase_calculate_route_add),
1836 (ospf_ase_calculate_new_route), (ospf_ase_caluculate_asbr_route):
1837 process_ase_lsa () is separated to these functions.
1838
1839 OSPF AS-external-LSA origination is whole re-organized.
1840
18412000-02-18 Toshiaki Takada <takada@zebra.org>
1842
1843 * ospf_packet.c (ospf_ls_upd): Fix bug of OSPF LSA memory leak.
1844
1845 * ospf_asbr.c (ospf_asbr_route_add_flood_lsa),
1846 (ospf_asbr_route_add_queue_lsa): Fix bug of OSPF external route
1847 memory leak.
1848
18492000-02-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1850
1851 * ospf_asbr.c (ospf_asbr_route_install_lsa): Re-calculate LSA
1852 checksum after change Advertised Router field.
1853
18542000-02-09 Toshiaki Takada <takada@zebra.org>
1855
1856 * ospf_asbr.c (ospf_external_route_lookup): Add new function.
1857
18582000-02-08 Toshiaki Takada <takada@zebra.org>
1859
1860 * ospfd.c (ospf_router_id_get), (ospf_router_id_update),
1861 (ospf_router_id_update_timer): Router ID decision algorithm is changed.
1862 Router ID is chosen from all of eligible interface addresses even if
1863 it is not enable to OSPF.
1864
18652000-02-08 Toshiaki Takada <takada@zebra.org>
1866
1867 * ospf_asbr.c (ospf_asbr_route_add): Function divided to
1868 ospf_asbr_route_add_flood_lsa, ospf_asbr_route_add_queue_lsa and
1869 ospf_asbr_route_install_lsa. If Router-ID is not set, then LSA is
1870 waited to install to LSDB.
1871 `0.0.0.0 adv_router' AS-external-LSA origination bug was fixed.
1872
18732000-02-01 Sira Panduranga Rao <pandu@euler.ece.iisc.ernet.in>
1874
1875 * ospf_flood.c (ospf_ls_retransmit_lookup): Compare LS seqnum
1876 in the ACK before deleting.
1877
1878 * ospf_packet.c (ospf_hello): Reset the flags after a shutdown
1879 and no shutdown of the interface.
1880
18812000-01-31 Toshiaki Takada <takada@zebra.org>
1882
1883 * ospf_packet.c (ospf_ls_req): Send multiple Link State Update
1884 packets respond to a Link State Request packet.
1885
1886 * ospfd.c (show_ip_ospf_neighbor_detail_sub): Show thread state.
1887
1888 * ospf_interface.c (ospf_vl_new): Crash when backbone area
1889 is not configured and set virtual-link to no-backbone area,
1890 bug fixed.
1891
18922000-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1893
1894 * ospf_neighbor.h (struct ospf_neighbor): Add pointer to last send
1895 LS Request LSA.
1896
1897 * ospf_packet.c (ospf_ls_upd): Comment out LS request list
1898 treatment. That should be done in OSPF flooding procedure.
1899
1900 * ospf_flood.c (ospf_flood_through_area): Enclose
1901 ospf_check_nbr_loding inside if-else close.
1902
19032000-01-31 Toshiaki Takada <takada@zebra.org>
1904
1905 * ospf_packet.c (ospf_make_ls_upd): Fix bug of #LSAs counting.
1906
19072000-01-29 Toshiaki Takada <takada@zebra.org>
1908
1909 * ospf_packet.c (ospf_make_md5_digest): Fix bug of md5 authentication.
1910
19112000-01-28 Toshiaki Takada <takada@zebra.org>
1912
1913 * ospfd.c (show_ip_ospf): Show Number of ASE-LSAs.
1914
19152000-01-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1916
1917 * ospf_packet.c (ospf_make_db_desc): Don't use rm_list for
1918 removing LSA from nbr->db_summary.
1919
19202000-01-27 Sira Panduranga Rao <pandu@euler.ece.iisc.ernet.in>
1921
1922 * ospf_packet.c (ospf_ls_upd_send): Set AllSPFRouters to
1923 destination when the link is point-to-point.
1924 (ospf_ls_ack_send_delayed): Likewise.
1925
19262000-01-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1927
1928 * ospf_flood.c (ospf_ls_request_delete_all): Fix bug of next
1929 pointer lookup after the node is freed.
1930
19312000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1932
1933 * ospf_asbr.c (ospf_asbr_route_add): Instead of scanning all AS
1934 external route, use ospf_top->external_self.
1935
19362000-01-27 Toshiaki Takada <takada@zebra.org>
1937
1938 * ospf_lsa.c (ospf_forward_address_get): New function added.
1939
1940 * ospf_asbr.c (ospf_asbr_check_lsas): Originate AS-external-LSA
1941 only when it should be replaced.
1942
19432000-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1944
1945 * ospf_flood.c (ospf_ls_retransmit_clear): Delete list node.
1946
1947 * ospf_lsa.c (ospf_lsa_free): Reduce logging message using
1948 ospf_zlog value.
1949
1950 * ospf_ism.c (ism_change_status): Fix bug of DR -> non DR status
1951 change. Self originated LSA is freed but not deleted from lsdb.
1952
19532000-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1954
1955 * ospf_ism.c (ism_interface_down): Don't use router_id for
1956 detecting self neighbor structure. Instead of that compare
1957 pointer itself.
1958
1959 * ospf_neighbor.c (ospf_nbr_free): Cancel all timer when neighbor
1960 is deleted.
1961 (ospf_nbr_free): Free last send packet.
1962
1963 * ospf_neighbor.h (struct ospf_neighbor): Remove host strucutre.
1964 Instead of that src is introduced.
1965
1966 * ospf_nsm.h: Enclose macro defenition with do {} while (0).
1967
19682000-01-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1969
1970 * ospfd.c: Change part of passive interface implementation. For
1971 passive interface just disabling sending/receiving Hello on the
1972 interface.
1973
19742000-01-16 Kai Bankett <kai.bankett@vew-telnet.net>
1975
1976 * ospf_interface.h (OSPF_IF_PASSIVE): Add passive flag.
1977 * ospf_interface.c (ospf_if_lookup_by_name): Add new function.
1978 * ospf_lsa.c (ospf_router_lsa): Skip passive interface.
1979 * ospfd.c (passive_interface): New command passive-interface is
1980 added.
1981 (ospf_config_write): Print passive interface.
1982
19832000-01-15 Toshiaki Takada <takada@zebra.org>
1984
1985 * ospf_interface.h (crypt_key): New struct added to store
1986 multiple cryptographic autheitication keys.
1987 (ospf_interface): struct changed.
1988
1989 * ospf_interface.c: ospf_crypt_key_new, ospf_crypt_key_add,
1990 ospf_crypt_key_lookup, ospf_crypt_key_delete: new functions added.
1991
1992 * ospf_packet.c (ip_ospf_message_digest_key): Changed to store
1993 multiple cryptographic authentication keys.
1994
19952000-01-14 Toshiaki Takada <takada@zebra.org>
1996
1997 * ospf_interface.c: DEFUN (if_ospf_*) commands changed name to
1998 ip_ospf_* ().
1999 Old notation `ospf *' still remains backward compatibility.
2000
20011999-12-29 Alex Zinin <zinin@amt.ru>
2002 * ospf_lsa.c: ospf_lsa_more_recent() bug fix
2003 * ospf_nsm.c, ospf_packet.c: remove nbr data struct when
2004 int goes down, also check DD flags correctly (bug fix)
2005
20061999-12-28 Alex Zinin <zinin@amt.ru>
2007 * "redistribute <source> metric-type (1|2) metric <XXX>" added
2008
20091999-12-23 Alex Zinin <zinin@amt.ru>
2010 * added RFC1583Compatibility flag
2011 * added dynamic interface up/down functionality
2012
20131999-11-19 Toshiaki Takada <takada@zebra.org>
2014
2015 * ospf_neighbor.h (struct ospf_neighbor): Add member state_change
2016 for NSM state change statistics.
2017
20181999-11-19 Toshiaki Takada <takada@zebra.org>
2019
2020 * ospfd.c (show_ip_ospf_neighbor_detail),
2021 (show_ip_ospf_neighbor_int_detail): DEFUN Added.
2022
20231999-11-14 Kunihiro Ishiguro <kunihiro@zebra.org>
2024
2025 * ospf_asbr.c (ospf_asbr_check_lsas): Add check of
2026 lsa->refresh_list.
2027
20281999-11-11 Toshiaki Takada <takada@zebra.org>
2029
2030 * ospf_ia.[ch] (OSPF_EXAMINE_SUMMARIES_ALL): Macro added.
2031 This macro is expanded to ospf_examine_summaries ()
2032 for SUMMARY_LSA and SUMMARY_LSA_ASBR.
2033 (OSPF_EXAMINE_TRANSIT_SUMMARIES_ALL): Macro added.
2034 This macro is expanded to ospf_examine_transit_summaries ()
2035 for SUMMARY_LSA and SUMMARY_LSA_ASBR.
2036
20371999-11-11 Toshiaki Takada <takada@zebra.org>
2038
2039 * ospf_lsa.[ch] (ospf_find_self_summary_lsa_by_prefix): Changed to
2040 macro OSPF_SUMMARY_LSA_SELF_FIND_BY_PREFIX.
2041 (ospf_find_self_summary_asbr_lsa_by_prefix): Changed to
2042 macro OSPF_SUMMARY_ASBR_LSA_SELF_FIND_BY_PREFIX.
2043 (ospf_find_self_external_lsa_by_prefix): Changed to
2044 macro OSPF_EXTERNAL_LSA_SELF_FIND_BY_PREFIX.
2045
20461999-11-11 Toshiaki Takada <takada@zebra.org>
2047
2048 * ospfd.c (ospf_abr_type): ospf_abr_type_cisco, ospf_abr_type_ibm,
2049 ospf_abr_type_shortcut and ospf_abr_type_standard DEFUNs are
2050 combined.
2051 * ospfd.c (no_ospf_abr_type): no_ospf_abr_type_cisco,
2052 no_ospf_abr_type_ibm and no_ospf_abr_type_shortcut DEFUNS are
2053 combined.
2054
20551999-11-10 Toshiaki Takada <takada@zebra.org>
2056
2057 * ospf_route.c (ospf_lookup_int_by_prefix): Move function to
2058 ospf_interface.c and change name to ospf_if_lookup_by_prefix ().
2059
20601999-11-01 Alex Zinin <zinin@amt.ru>
2061 * ospf_packet.c
2062 some correction to LSU processing
2063
2064 * ospf_lsa.c ospfd.h
2065 randomize initial LSA refreshment interval
2066 and limit the size of LSA-group to 10
2067 to let randomization work more effectively.
2068
20691999-10-31 Alex Zinin <zinin@amt.ru>
2070 * ospf_interface.c
2071 cancel t_network_lsa_self
2072 when freeing int structure
2073
2074 * ospf_abr.c ospf_asbr.c ospf_flood.c ospf_lsa.c
2075 ospf_lsa.h ospf_lsdb.h ospfd.c ospfd.h
2076
2077 Summary and ASE LSA refreshment functions
2078 added---LSA refreshment is paced to 70 LSAs
2079 per sec to avoid link overflow. Refreshment events
2080 are further randomized within a 10 sec interval
2081 to avoid syncing.
2082
2083 Also the sigfault of memcmp() in ospf_lsa_is_different()
2084 is fixed.
2085
20861999-10-30 Alex Zinin <zinin@amt.ru>
2087 * ospf_nsm.c
2088 Fix the bug where MAX_AGE LSAs
2089 are included into the DB summary.
2090
2091 * ospf_interface.c
2092 allocate 2*MTU input buffer instead of just MTU
2093 for the cases when the other router mistakenly
2094 sends larger packets thus causing fragmentation, etc.
2095
2096 * ospf_nsm.c
2097 in nsm_reset_nbr() lists should be freed
2098 not when they are empty.
2099
21001999-10-29 Kunihiro Ishiguro <kunihiro@zebra.org>
2101
2102 * ospf_zebra.c (ospf_acl_hook): Move OSPF_IS_ASBR and OSPF_IS_ABR
2103 check inside of if (ospf_top).
2104
21051999-10-29 Alex Zinin <zinin@amt.ru>
2106 * ospf_lsa.c ospf_lsdb.c :
2107 add assertion in lsa and lsa->data alloc functions,
2108 as well as in lsdb_add for new->data
2109
2110 * ospf_lsdb.c: free hash table correctly
2111
21121999-10-28 John Capo <jc@irbs.com>
2113
2114 * ospf_packet.h (OSPF_PACKET_MAX): Correct MAX packet length
2115 calculation
2116
21171999-10-27 Kunihiro Ishiguro <kunihiro@zebra.org>
2118
2119 * OSPF-TRAP-MIB.txt: New file added. Edited version of RFC1850.
2120
2121 * OSPF-MIB.txt: New file added. Edited version of RFC1850.
2122
21231999-10-27 Alex Zinin <zinin@amt.ru>
2124 * ospfd, ospf_zebra, ospf_abr
2125 "area import-list" command is added.
2126 This command allows to filter the inter-area routes
2127 injected into an area. Access list hook function
2128 extended to invalidate area exp/imp lists.
2129
21301999-10-25 Yoshinobu Inoue <shin@nd.net.fujitsu.co.jp>
2131
2132 * ospfd.c (ospf_interface_run): Enable to detect P2P network
2133 on an OSPF interface.
2134
21351999-10-19 Jordan Mendelson <jordy@wserv.com>
2136
2137 * ospf_lsdb.c (ospf_lsdb_add): Fix bug of crash
2138 in ospf_ls_retransmit_lookup ().
2139
21401999-10-19 Vladimir B. Grebenschikov <vova@express.ru>
2141
2142 * ospf_route.c: Workaround about installation of OSPF routes into
2143 the zebra daemon. Add checking of existance routes. Free
2144 ospf_top->old_table if it exists.
2145
21461999-10-15 Jordan Mendelson <jordy@wserv.com>
2147
2148 * Add support for MD5 authentication.
2149
21501999-10-12 Alex Zinin <zinin@amt.ru>
2151 * ospfd.c, ospfd.h, ospf_abr.c:
2152 a new command "area export-list" was added, it allows
2153 the admin. to control which intra-area routes are
2154 announced to other areas by the ABR
2155
21561999-10-12 Alex Zinin <zinin@amt.ru>
2157 * ospf_asbr.c (ospf_asbr_check_lsas): Fix bug of coredump
2158 when "no redistribute" is used after a distribute list
2159 denying some networks was used
2160
21611999-10-05 Toshiaki Takada <takada@zebra.org>
2162
2163 * ospf_route.c (ospf_path_dup): New function added.
2164
21651999-10-05 Toshiaki Takada <takada@zebra.org>
2166
2167 * ospf_interface.[ch]: Some of VL related funciton name changed.
2168
21691999-09-27 Alex Zinin <zinin@amt.ru>
2170
2171 * ospf_zebra.c: Distribute-list functionality added
2172
21731999-09-27 Toshiaki Takada <takada@zebra.org>
2174
2175 * ospfd.c (show_ip_ospf): Fix bug of segmentation fault when no ospf
2176 instance exists.
2177
21781999-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
2179
2180 * ospfd.c (ospf_interface_down): Fix bug of misusing nextnode()
2181 instead of node->next. Reported by Hiroki Ishibashi
2182 <ishibasi@dcd.abk.nec.co.jp>.
2183
2184 * ospf_route.c (show_ip_ospf_route): Add check for ospf is enabled
2185 or not.
2186
21871999-09-23 Alex Zinin <zinin@amt.ru>
2188
2189 * stub area support added
2190
21911999-09-23 Alex Zinin <zinin@amt.ru>
2192
2193 * fwd_addr in ASE-LSAs is now set correctly
2194 * ASE routing changed to check the fwd_addr
2195 and skip the route if the addr points to one
2196 of our interfaces to avoid loops.
2197
21981999-09-22 Alex Zinin <zinin@amt.ru>
2199
2200 * ospf_interface:
2201 ospf_vls_in_area() added, it returns
2202 the number of VLs configured through the area
2203
2204 * ospf_interface.c ospf_lsa.c ospf_lsdb.c ospfd.c
2205 honor correct mem alloc
2206
22071999-09-22 Alex Zinin <zinin@amt.ru>
2208
2209 * memory.[ch]:
2210 Some OSPF mem types added,
2211 plus more info in "show mem"
2212
22131999-09-21 Alex Zinin <zinin@amt.ru>
2214
2215 * ospfd.c:
2216 "area range substitute" added.
2217 It can be used on NAT-enabled (IP-masquarade)
2218 routers to announce private networks
2219 from an area as public ones into the outside
2220 world (not in the RFC, btw :)
2221
22221999-09-21 Alex Zinin <zinin@amt.ru>
2223
2224 * ospfd.c:
2225 "area range suppress" added.
2226 This command allows to instruct the router
2227 to be silent about specific ranges, i.e.,
2228 it is a method of route filtering on area
2229 borders
2230
22311999-09-21 Alex Zinin <zinin@amt.ru>
2232
2233 * ospfd.c VLs removed when "no network area" executed
2234
22351999-09-20 Alex Zinin <zinin@amt.ru>
2236
2237 * ospf_ase.c bug fix for not-zero fwd_addr
2238 and directly connected routes.
2239
22401999-09-20 Yon Uriarte <yon@plannet.de>
2241
2242 * ospf_packet.c (ospf_make_ls_req): Introduce delta value for
2243 checking the length of OSPF packet exceeds MTU or not.
2244
2245 * ospf_lsa.c (ospf_lsa_different): Apply ntohs for checking
2246 l1->data->length.
2247
22481999-09-18 Alex Zinin <zinin@amt.ru>
2249
2250 * ospf_lsa.c bug fix for ospf_network_lsa() to
2251 include itself into the RID list
2252
22531999-09-10 Alex Zinin <zinin@amt.ru>
2254
2255 * Alternative ABR behaviors IBM/Cisco/Shortcut
2256 implemented
2257
22581999-09-10 Alex Zinin <zinin@amt.ru>
2259
2260 * router and network-LSA origination
2261 changed to honor MinLSInterval
2262
22631999-09-08 Alex Zinin <zinin@amt.ru>
2264
2265 * modified ABR behavior to honor VLs and transit
2266 areas
2267
22681999-09-07 Alex Zinin <zinin@amt.ru>
2269
2270 * completed VL functionality
2271
22721999-09-06 Kunihiro Ishiguro <kunihiro@zebra.org>
2273
2274 * ospf_asbr.c: New file.
2275 ospf_asbr.h: New file.
2276
2277 * ospf_zebra.c (ospf_redistribute_connected): Add redistribute
2278 related stuff.
2279
22801999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
2281
2282 * ospfd.h (OSPF_FLAG_VIRTUAL_LINK): Change OSPF_FLAG_VEND to
2283 OSPF_FLAG_VIRTUAL_LINK for comprehensiveness.
2284
22851999-09-03 Kunihiro Ishiguro <kunihiro@zebra.org>
2286
2287 * ospf_spf.c (ospf_spf_register): Change name from
2288 ospf_spf_route_add() to ospf_spf_register().
2289 Include "ospfd/ospf_abr.h" for ospf_abr_task() prototype.
2290
22911999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
2292
2293 * ospf_lsa.c (ospf_external_lsa_install): Change to update
2294 lsa->data rather than install new one, when same id lsa is already
2295 installed.
2296
22971999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
2298
2299 * ospf_lsa.c (ospf_router_lsa_install): Return lsa value.
2300 (ospf_network_lsa_install): Likewise.
2301 (ospf_summary_lsa_install): Likewise.
2302 (ospf_summary_asbr_lsa_install): Likewise.
2303 (ospf_external_lsa_install): Likewise.
2304
2305 * ospf_spf.c (ospf_spf_calculate): Comment out debug function
2306 ospf_rtrs_print().
2307
23081999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
2309
2310 * ospf_spf.c (ospf_rtrs_free): Add ospf_spf_calculate() for
2311 freeing rtrs.
2312
23131999-08-31 Toshiaki Takada <takada@zebra.org>
2314
2315 * ospf_lsa.c (show_ip_ospf_database_summary),
2316 (show_ip_ospf_database_summary_asbr),
2317 (show_ip_ospf_database_external): New function added.
2318 `show ip ospf database summary',
2319 `show ip ospf database asbr-summary'
2320 `show ip ospf database external' command can be used.
2321
2322 * ospf_lsa.c (ospf_lsa_count_table): New function added.
2323 (show_ip_ospf_database_all): show nothing if a type of LSA
2324 does not exist.
2325
23261999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
2327
2328 * ospf_lsa.c (ospf_maxage_lsa_remover): Preserve next pointer when
2329 the node is deleted.
2330
23311999-08-31 Toshiaki Takada <takada@zebra.org>
2332
2333 * ospf_flood.c (ospf_ls_retransmit_lookup): change to return
2334 struct ospf_lsa *.
2335 (ospf_ls_request_new), (ospf_ls_request_free),
2336 (ospf_ls_request_add), (ospf_ls_request_delete),
2337 (ospf_ls_request_delete_all), (ospf_ls_request_lookup):
2338 New function added.
2339
2340 * ospf_packet.c (ospf_ls_upd_send_lsa): New function added.
2341
2342 * ospf_lsa.h (LS_AGE): Slightly change macro definition.
2343
2344 * ospf_lsa.c (ospf_lsa_more_recent), (ospf_lsa_diffrent):
2345 Use LS_AGE macro.
2346
23471999-08-30 Alex Zinin <zinin@amt.ru>
2348
2349 * ospfd.c
2350 fix a bug with area range config write
2351 added "show ip ospf" command, it will be enhanced later on
2352
23531999-08-30 Alex Zinin <zinin@amt.ru>
2354
2355 * ospf_lsa.c
2356 updated ospf_router_lsa() to honor flags (B-bit)
2357
23581999-08-30 Alex Zinin <zinin@amt.ru>
2359
2360 * ospf_abr.c
2361 wrote major functions implementing ABR activity
2362
23631999-08-30 Alex Zinin <zinin@amt.ru>
2364
2365 * ospf_ia.c ospf_route.c ospf_route.h
2366 fixed the bug with ospf_route.origin field.
2367 Now it holds pointer to lsa_header
2368
23691999-08-30 Alex Zinin <zinin@amt.ru>
2370
2371 * ospf_flood.c ospf_flood.h:
2372 transformed ospf_flood_if_select into ospf_flood_through_area()
2373 added new ospf_flood_if_select() and ospf_flood_through_as()
2374
23751999-08-30 Toshiaki Takada <takada@zebra.org>
2376
2377 * ospf_flood.[ch]: New file added.
2378
2379 * ospf_packet.c (ospf_lsa_flooding),
2380 (ospf_lsa_flooding_select_if): functions move to ospf_flood.c
2381
2382 * ospf_neighbor.c (ospf_put_lsa_on_retransm_list),
2383 (ospf_remove_lsa_from_retransm_list),
2384 (ospf_nbr_remove_all_lsas_from_retransm_list),
2385 (ospf_lsa_remove_from_ls_retransmit):
2386 (ospf_lsa_retransmit): functions move to
2387 ospf_flood.c, and change function's name:
2388
2389 ospf_put_lsa_on_retransm_list ()
2390 -> ospf_ls_retransmit_add ()
2391 ospf_remove_lsa_from_retransm_list ()
2392 -> ospf_ls_retransmit_delete ()
2393 ospf_nbr_remove_all_lsas_from_retransm_list ()
2394 -> ospf_ls_retransmit_clear ()
2395 ospf_lsa_remove_from_ls_retransmit ()
2396 -> ospf_ls_retransmit_delete_nbr_all ()
2397 ospf_lsa_retransmit ()
2398 -> ospf_ls_retransmit_add_nbr_all ()
2399
2400 * ospf_lsa.c (ospf_lsa_lookup_from_list): function move to
2401 ospf_flood.c, and change name to ospf_ls_retransmit_lookup ().
2402
24031999-08-30 Kunihiro Ishiguro <kunihiro@zebra.org>
2404
2405 * ospf_neighbor.c (ospf_nbr_lookup_by_addr): Use
2406 route_node_lookup() instead of route_node_get().
2407
2408 * ospf_packet.c (ospf_ls_upd): Temporary comment out (6) check.
2409
24101999-08-30 Kunihiro Ishiguro <kunihiro@zebra.org>
2411
2412 * ospf_route.c (ospf_lookup_int_by_prefix): Add check of
2413 oi->address.
2414
24151999-08-29 Alex Zinin <zinin@amt.ru>
2416 * ospf_lsa.c
2417 MaxAge LSA deletion functions added.
2418
24191999-08-29 Alex Zinin <zinin@amt.ru>
2420 * ospf_neighbor.c
2421 ospf_nbr_lookup_by_addr(): added route_unlock_node()
2422 when function returns NULL if (rn->info == NULL)
2423
24241999-08-29 Alex Zinin <zinin@amt.ru>
2425 * ospfd.c
2426 added a hack for area range deletion
2427
24281999-08-29 Alex Zinin <zinin@amt.ru>
2429 * ospf_lsa.h
2430 included lsdb field into struct ospf_lsa, to find
2431 LSDB easier when removing MaxAge LSAs.
2432
24331999-08-29 Alex Zinin <zinin@amt.ru>
2434 * ospf_lsa.c ospf_neighbor.c ospf_nsm.c
2435 ospf_packet.c changed to honor new retransmit list
2436 management functions
2437
24381999-08-29 Alex Zinin <zinin@amt.ru>
2439 * ospf_neighbor.c , .h added new retransmit list functions.
2440
24411999-08-29 Alex Zinin <zinin@amt.ru>
2442 * Makefile.in
2443 added ospf_ase, ospf_abr, ospf_ia
2444
24451999-08-29 Alex Zinin <zinin@amt.ru>
2446 * ospf_spf.c:
2447 - changed ospf_next_hop_calculation() to include interface
2448 and nexthop addr for directly connected routers---more informative
2449 and solves problem with route installation into the kernel
2450 - changed ospf_nexthop_out_if_addr() to support routers, not only
2451 transit networks
2452 - added ospf_process_stubs();
2453
24541999-08-29 Alex Zinin <zinin@amt.ru>
2455 * ospf_lsa.c:
2456 - changed ospf_router_lsa() to provide correct links
2457 for p-t-p interfaces;
2458 - changed ospf_summary_lsa_install() to support table
2459 of self-originated summary-LSAs;
2460 - added ospf_summary_asbr_lsa_install() and ospf_external_lsa_install()
2461 - changed ospf_lsa_install() accordingly
2462 - changed show_ip_ospf_database_router_links() to support p-t-p
2463
24641999-08-29 Kunihiro Ishiguro <kunihiro@zebra.org>
2465
2466 * ospf_packet.c (ospf_make_db_desc): Only master can clear more
2467 flag.
2468
24691999-08-29 Kunihiro Ishiguro <kunihiro@zebra.org>
2470
2471 * ospf_packet.c (ospf_read): Add check of IP src address.
2472
24731999-08-28 Alex Zinin <zinin@amt.ru>
2474 * ospf_neighbor.h
2475 added ospf_nbr_lookup_by_routerid()
2476
24771999-08-28 Alex Zinin <zinin@amt.ru>
2478 * ospfd.h
2479 added ABR/ASBR flag definitions and fields;
2480 added iflist field to area structure;
2481 summary_lsa_self and summary_lsa_asbr_self are changed
2482 to be route tables;
2483 added ranges field---configured area ranges;
2484 A separate Routers RT added;
2485 area range config commands and config write added
2486
2487
24881999-08-28 Alex Zinin <zinin@amt.ru>
2489 * ospf_route.c :
2490 ospf_route_free()--added code to free the list of paths;
2491 The following functions added:
2492 ospf_intra_add_router();
2493 ospf_intra_add_transit();
2494 ospf_intra_add_stub();
2495 the last function uses new ospf_int_lookup_by_prefix();
2496 show_ip_ospf_route_cmd()--changed to support new RT structure;
2497 added ospf_cmp_routes()--general route comparision function;
2498 added ospf_route_copy_nexthops() and ospf_route_copy_nexthops_from_vertex()
2499 they are used in ASE and IA routing;
2500 added ospf_subst_route() and ospf_add_route();
2501
25021999-08-28 Alex Zinin <zinin@amt.ru>
2503 * ospf_route.h :
2504 changed struct ospf_path to include output interface,
2505 changed struct ospf_route to support IA and ASE routing.
2506 added prototypes of the function used in IA and ASE modules.
2507
25081999-08-28 Alex Zinin <zinin@amt.ru>
2509 * ospf_lsa.h ospf_lsa.c :
2510 added ospf_my_lsa(), an interface independent version of
2511 ospf_lsa_is_self_originated(), it will be used in ASE and IA-routing.
2512
25131999-08-27 Kunihiro Ishiguro <kunihiro@zebra.org>
2514
2515 * ospf_interface.c (interface_config_write): Add check for
2516 oi->nbr_self.
2517
25181999-08-25 Toshiaki Takada <takada@zebra.org>
2519
2520 * ospf_lsa.c (ospf_lsa_dup): New function added.
2521
2522 * ospf_packet.c (ospf_write), (ospf_read): Print send/recv
2523 interface in debug message.
2524
25251999-08-25 Toshiaki Takada <takada@zebra.org>
2526
2527 * ospf_packet.c (ospf_ls_ack_send): The name is changed from
2528 `ospf_ls_ack_send'.
2529 (ospf_ls_ack_send_delayed) (ospf_ls_ack_timer): New function added.
2530 Delayed Link State Acknowledgment is scheduled by timer.
2531
25321999-08-25 Alex Zinin <zinin@amt.ru>
2533
2534 * ospf_lsa.c (ospf_router_lsa): Incorrectly included link to
2535 a stub network instead of link to a transit network into
2536 originated router-LSA, bug fixed.
2537
25381999-08-24 Toshiaki Takada <takada@zebra.org>
2539
2540 * ospfd.c (ospf_update_router_id): New function added.
2541
2542 * ospf_network.c (ospf_write): Create new socket per transmission.
2543 And select outgoing interface whether dst is unicast or multicast.
2544
2545 * ospf_packet.c: LSA flooding will work.
2546
25471999-08-24 VOP <vop@unity.net>
2548
2549 * ospf_route.c: Include "sockunion.h"
2550
25511999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
2552
2553 * ospf_network.c (ospf_serv_sock_init): Enclose
2554 IPTOS_PREC_INTERNETCONTROL setting with #ifdef for OS which does
2555 not have the definition.
2556
25571999-08-23 Toshiaki Takada <takada@zebra.org>
2558
2559 * ospf_packet.c: Fix bug of DD processing.
2560
25611999-08-18 Toshiaki Takada <takada@zebra.org>
2562
2563 * ospf_lsa.c (show_ip_ospf_database): Show actual `LS age'.
2564
25651999-08-17 Toshiaki Takada <takada@zebra.org>
2566
2567 * ospf_lsa.h (OSPF_MAX_LSA): The value of OSPF_MAX_LSA is
2568 corrected. The bug of `mes_lookup' is fixed.
2569 This had been reported by Poul-Henning Kamp <phk@freebsd.org>.
2570
2571 * ospf_lsa.c (ospf_router_lsa_install): The name is changed from
2572 `ospf_add_router_lsa'.
2573 (ospf_network_lsa_install): The name is changed from
2574 `ospf_add_network_lsa'.
2575
2576 * ospf_interface.h (ospf_interface): Add member `nbr_self'.
2577
2578 * ospf_interface.c (ospf_if_is_enable): New function added.
2579
25801999-08-16 Toshiaki Takada <takada@zebra.org>
2581
2582 * ospf_lsa.h (struct lsa_header): The name is changed from
2583 `struct ospf_lsa'.
2584 (struct ospf_lsa): New struct added to control each LSA's aging
2585 and timers.
2586
2587 * ospf_lsa.c (ospf_lsa_data_free): The name is change from
2588 `ospf_lsa_free'.
2589 (ospf_lsa_data_new), (ospf_lsa_new), (ospf_lsa_free),
2590 (ospf_lsa_different), (ospf_lsa_install): New function added.
2591
2592 * ospf_packet.c (ospf_ls_upd_list_lsa): New function added.
2593
25941999-08-12 Toshiaki Takada <takada@zebra.org>
2595
2596 * ospf_nsm.c (nsm_reset_nbr): New function added.
2597 KillNbr and LLDown neighbor event call this function.
2598
25991999-08-10 Toshiaki Takada <takada@zebra.org>
2600
2601 * ospf_packet.c (ospf_ls_retransmit)
2602 (ospf_ls_upd_timer): New function added.
2603 Set retransmission timer for Link State Update.
2604
26051999-07-29 Toshiaki Takada <takada@zebra.org>
2606
2607 * ospf_ism.c (ospf_dr_election): Fix bug of DR election.
2608
26091999-07-28 Toshiaki Takada <takada@zebra.org>
2610
2611 * ospf_network.c (ospf_serv_sock_init): Set IP precedence field
2612 with IPTOS_PREC_INTERNET_CONTROL.
2613
2614 * ospf_nsm.c (nsm_change_status): Schedule NeighborChange event
2615 if NSM status change.
2616
2617 * ospf_packet.c (ospf_make_hello): Never include a neighbor in
2618 Hello packet, when the neighbor goes down.
2619
26201999-07-26 Kunihiro Ishiguro <kunihiro@zebra.org>
2621
2622 * Makefile.am (noinst_HEADERS): Add ospf_route.h.
2623
2624 * ospf_route.c (show_ip_ospf_route): Add `show ip ospf route'
2625 command.
2626
26271999-07-25 Toshiaki Takada <takada@zebra.org>
2628
2629 * ospf_lsa.c (ospf_router_lsa): Fix bug of LS sequence number
2630 assignement.
2631
26321999-07-25 Kunihiro Ishiguro <kunihiro@zebra.org>
2633
2634 * ospf_route.c (ospf_route_table_free): New function added.
2635
2636 * ospf_spf.c (ospf_spf_next): Free vertex w when cw's and w's
2637 distance is same.
2638
2639 * ospfd.h (struct ospf): Add old_table.
2640
2641 * ospf_main.c (sighup): Call of log_rotate () removed.
2642
2643 * ospf_lsa.c (ospf_lsa_is_self_originated): Fix bug of checking
2644 area->lsa as self LSA. This should be area->lsa_self.
2645
26461999-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
2647
2648 * ospf_zebra.c (ospf_zebra_add): ospf_zebra_add
2649 (),ospf_zebra_delete () added.
2650
2651 * ospf_spf.c (ospf_spf_calculate): Call ospf_intra_route_add ().
2652
26531999-07-24 Toshiaki Takada <takada@zebra.org>
2654
2655 * ospf_lsa.c: Change LS sequence number treatment.
2656 (ospf_lsa_is_self_originated): New function added.
2657 (show_ip_ospf_database_self_originated): New DEFUN added.
2658
26591999-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
2660
2661 * ospf_interface.c (ospf_if_lookup_by_addr): Add loopback check.
2662
26631999-07-22 Toshiaki Takada <takada@zebra.org>
2664
2665 * ospf_spf.c (ospf_nexthop_new), (ospf_nexthop_free),
2666 (ospf_nexthop_dup): function added.
2667 (ospf_nexthop_calculation): function changed.
2668
2669 * ospf_interface.c (ospf_if_lookup_by_addr): function added.
2670
26711999-07-21 Toshiaki Takada <takada@zebra.org>
2672
2673 * ospf_spf.c (ospf_spf_closest_vertex): function removed.
2674
26751999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
2676
2677 * ospf_spf.c (ospf_spf_next): Apply ntohs for fetching metric.
2678
26791999-07-21 Toshiaki Takada <takada@zebra.org>
2680
2681 * ospf_neighbor.c (ospf_nbr_lookup_by_router_id): fundtion removed.
2682
2683 * ospf_lsa.c (show_ip_ospf_database_router): describe each
2684 connected link.
2685
26861999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
2687
2688 * ospf_spf.c (ospf_spf_next): V is router LSA or network LSA so
2689 change behavior according to LSA type.
2690 (ospf_lsa_has_link): Link check function is added.
2691
26921999-07-20 Kunihiro Ishiguro <kunihiro@zebra.org>
2693
2694 * ospf_spf.c (ospf_spf_calculate_schedule): Add new function for
2695 SPF calcultion schedule addtition.
2696 (ospf_spf_calculate_timer_add): Rough 30 sec interval SPF calc
2697 timer is added.
2698 (ospf_spf_next_router): Delete ospf_spf_next_network ().
2699
2700 * ospf_lsa.c (show_ip_ospf_database_all): Network-LSA display
2701 header typo correction. Display of router LSA's #link added.
2702
27031999-07-19 Toshiaki Takada <takada@zebra.org>
2704
2705 * ospf_packet.c (ospf_check_network_mask): Added new function for
2706 receiving Raw IP packet on an appropriate interface.
2707
27081999-07-16 Toshiaki Takada <takada@zebra.org>
2709
2710 * ospfd.c (ospf_router_id): new DEFUN added.
2711
27121999-07-15 Toshiaki Takada <takada@zebra.org>
2713
2714 * ospf_spf.c (ospf_spf_init), (ospf_spf_free),
2715 (ospf_spf_has_vertex), (ospf_vertex_lookup),
2716 (ospf_spf_next_router), (ospf_spf_next_network),
2717 (ospf_spf_closest_vertex), (ospf_spf_calculate):
2718 function added.
2719
27201999-07-13 Toshiaki Takada <takada@zebra.org>
2721
2722 * ospf_ism.c: fix bug of DR Election.
2723
2724 * ospf_nsm.c: fix bug of adjacency forming.
2725
27261999-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
2727
2728 * ospfd.c (ospf_init): Change to use install_default.
2729
27301999-07-01 Rick Payne <rickp@rossfell.co.uk>
2731
2732 * ospf_zebra.c (zebra_init): Install standard commands to
2733 ZEBRA_NODE.
2734
27351999-06-30 Toshiaki Takada <takada@zebra.org>
2736
2737 * ospf_dump.c: Whole debug command is improved.
2738 (ISM|NSM) (events|status|timers) debug option added.
2739 (show_debugging_ospf): new DEFUN added.
2740
27411999-06-30 Kunihiro Ishiguro <kunihiro@zebra.org>
2742
2743 * ospf_lsa.c (ospf_lsa_lookup_from_list): Change !IPV4_ADDR_CMP to
2744 IPV4_ADDR_SAME.
2745
27461999-06-29 Toshiaki Takada <takada@zebra.org>
2747
2748 * ospf_dump.c (ospf_summary_lsa_dump): Add summary-LSA dump routine.
2749 (ospf_as_external_lsa_dump): Add AS-external-LSA dump routine.
2750
2751 * ospf_nsm.c (nsm_twoway_received): fix condtion of adjacnet.
2752
2753 * ospf_ism.c (ospf_dr_election): fix DR Election.
2754
2755 * ospf_dump.c (ospf_nbr_state_message): fix `show ip ospf neighbor'
2756 command's state.
2757
27581999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
2759
2760 * ospf_dump.c (ospf_router_lsa_dump): Add router-LSA dump routine.
2761
27621999-06-28 Toshiaki Takada <takada@zebra.org>
2763
2764 * ospf_lsa.c (show_ip_ospf_database_network): fix bug of
2765 `show ip ospf database network' command output.
2766
2767 * ospf_nsm.c (nsm_inactivity_timer): Clear list of Link State
2768 Retransmission, Database Summary and Link State Request.
2769
2770 * ospf_packet.c (ospf_ls_req_timer): New function added.
2771 Set Link State Request retransmission timer.
2772
27731999-06-27 Kunihiro Ishiguro <kunihiro@zebra.org>
2774
2775 * ospf_main.c (main): Change default output from ZLOG_SYSLOG to
2776 ZLOG_STDOUT.
2777
2778 * ospfd.c (ospf_init): Register show_ip_ospf_interface_cmd and
2779 show_ip_ospf_neighbor_cmd to VIEW_NODE.
2780
2781 * ospf_lsa.c (ospf_lsa_init): Register show_ip_ospf_database_cmd
2782 and show_ip_ospf_database_type_cmd to VIEW_NODE.
2783
27841999-06-25 Toshiaki Takada <takada@zebra.org>
2785
2786 * ospf_packet.c: fix bug of DD making.
2787 fix bug of LS-Update reading.
2788
27891999-06-23 Toshiaki Takada <takada@zebra.org>
2790
2791 * ospf_packet.c: All type of packets are changed to use
2792 fifo queue structure.
2793 (ospf_fill_header) function added.
2794
27951999-06-22 Toshiaki Takada <takada@zebra.org>
2796
2797 * ospf_packet.c (ospf_packet_new): New function added to handle
2798 sending ospf packet by fifo queue structure.
2799 (ospf_packet_free), (ospf_fifo_new), (ospf_fifo_push),
2800 (ospf_fifo_pop), (ospf_fifo_head), (ospf_fifo_flush),
2801 (ospf_fifo_free): Likewise.
2802
28031999-06-21 Toshiaki Takada <takada@zebra.org>
2804
2805 * ospf_nsm.c (ospf_db_desc_timer): function added.
2806 (nsm_timer_set) function added.
2807 * ospf_dump.c (ospf_option_dump): function added.
2808 * ospf_packet.c (ospf_ls_req) (ospf_make_ls_req): function added.
2809
28101999-06-20 Toshiaki Takada <takada@zebra.org>
2811
2812 * ospf_lsa.c (ospf_lsa_more_recent): function added.
2813 * ospf_neighbor.h (struct ospf_neighbor): Change member ms_flag
2814 to dd_flags.
2815
28161999-06-19 Toshiaki Takada <takada@zebra.org>
2817
2818 * ospf_lsa.c: DEFUN (show_ip_ospf_database) Added.
2819 * ospf_interface.c (if_ospf_cost), (if_ospf_dead_interval),
2820 (if_ospf_hello_interval), (if_ospf_priority),
2821 (if_ospf_retransmit_interval), (if_ospf_transmit_delay)
2822 argument changed from NUMBER to <range>.
2823 DEFUN (if_ospf_network_broadcast),
2824 DEFUN (if_ospf_network_non_broadcast),
2825 DEFUN (if_ospf_network_point_to_multipoint),
2826 DEFUN (if_ospf_network_point_to_point) functions are combined to
2827 DEFUN (if_ospf_network).
2828
28291999-06-18 Toshiaki Takada <takada@zebra.org>
2830
2831 * ospf_lsa.c: ospf_add_router_lsa (), ospf_add_network_lsa (),
2832 ospf_lsa_lookup (), ospf_lsa_count () Added.
2833
28341999-06-15 Toshiaki Takada <takada@zebra.org>
2835
2836 * DEFUN (ospf_debug_ism), DEFUN (ospf_debug_nsm),
2837 DEFUN (no_ospf_debug_ism), DEFUN (no_ospf_debug_nsm) Added.
2838 `debug ospf ism' command shows debug message.
2839 `debuf ospf nsm' command shows debug message.
2840
28411999-06-14 Toshiaki Takada <takada@zebra.org>
2842
2843 * ospf_lsa.c: ospf_network_lsa () Added.
2844 ospf_lsa_checksum () Added.
2845 * DEFUN (ospf_debug_packet), DEFUN (no_ospf_debug_packet) Added.
2846 `debug ospf packet' command shows debug message.
2847
28481999-06-13 Toshiaki Takada <takada@zebra.org>
2849
2850 * ospf_packet.h: Remove struct ospf_ls_req {}, ospf_ls_upd {},
2851 ospf_ls_ack {}.
2852
28531999-06-11 Toshiaki Takada <takada@zebra.org>
2854
2855 * ospf_dump.c: fix IP packet length treatment.
2856
28571999-06-10 Toshiaki Takada <takada@zebra.org>
2858
2859 * ospf_ism.h: Add OSPF_ISM_EVENT_EXECUTE() Macro Added.
2860 * ospf_nsm.h: Add OSPF_NSM_EVENT_EXECUTE() Macro Added.
2861
2862 * ospf_packet.c: ospf_db_desc (), ospf_db_desc_send () Added.
2863 ospf_make_hello (), ospf_make_db_desc () Added.
2864 ospf_db_desc_proc () Added.n
2865
2866 * Database Description packet can be processed.
2867
28681999-06-08 Toshiaki Takada <takada@zebra.org>
2869
2870 * ospf_lsa.c: New file.
2871
28721999-06-07 Toshiaki Takada <takada@zebra.org>
2873
2874 * ospf_neighbor.c: ospf_fully_adjacent_count () Added.
2875
28761999-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
2877
2878 * ospf_spf.[ch]: New file.
2879
28801999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
2881
2882 * ospf_zebra.c: Changed to use lib/zclient.c routines.
2883
2884 * ospf_zebra.h (zebra_start): Remove struct zebra.
2885
28861999-05-29 Kunihiro Ishiguro <kunihiro@zebra.org>
2887
2888 * ospfd.c (ospf_config_write): Add cast (unsigned long int) to
2889 ntohl for sprintf warning.
2890
28911999-05-19 Toshiaki Takada <takada@zebra.org>
2892
2893 * ospf_ism.c (ospf_dr_election): Join AllDRouters Multicast group
2894 if interface state changes to DR or BDR.
2895
28961999-05-14 Stephen R. van den Berg <srb@cuci.nl>
2897
2898 * ospf_main.c (signal_init): SIGTERM call sigint.
2899 (sigint): Logging more better message.
2900
29011999-05-12 Toshiaki Takada <takada@zebra.org>
2902
2903 * ospfd.c: Fix bug of `no router ospf' statement, it will work.
2904
29051999-05-11 Toshiaki Takada <takada@zebra.org>
2906
2907 * ospf_neighbor.c: ospf_nbr_free () Added.
2908
29091999-05-10 Toshiaki Takada <takada@zebra.org>
2910
2911 * ospfd.h: struct ospf_area { }, struct ospf_network { } Changed.
2912 * Fix bug of `no network' statement, it will work.
2913
29141999-05-07 Toshiaki Takada <takada@zebra.org>
2915
2916 * ospf_interface.c, ospf_zebra.c: Fix bug of last interface is not
2917 updated by ospf_if_update ().
2918
29191999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
2920
2921 * Makefile.am (noinst_HEADERS): Add ospf_lsa.h for distribution.
2922
29231999-04-25 Toshiaki Takada <takada@zebra.org>
2924
2925 * ospf_interface.c: DEFUN (no_if_ospf_cost),
2926 DEFUN (no_if_ospf_dead_interval),
2927 DEFUN (no_if_ospf_hello_interval),
2928 DEFUN (no_if_ospf_priority),
2929 DEFUN (no_if_ospf_retransmit_interval),
2930 DEFUN (no_if_ospf_transmit_delay) Added.
2931
2932 interface_config_write () suppress showing interface
2933 default values.
2934
29351999-04-25 Kunihiro Ishiguro <kunihiro@zebra.org>
2936
2937 * ospf_dump.c (ospf_timer_dump): If thread is NULL return "inactive".
2938
2939 * ospfd.c (ospf_if_update): Fix bug of using ospf_area { } instead
2940 of ospf_network { }. So `router ospf' statement in ospfd.conf
2941 works again.
2942 (ospf_if_update): Call ospf_get_router_id for updating router ID.
2943
29441999-04-25 Toshiaki Takada <takada@zebra.org>
2945
2946 * ospf_interface.c: DEFUN (if_ospf_network) deleted.
2947 DEFUN (if_ospf_network_broadcast),
2948 DEFUN (if_ospf_network_non_broadcast),
2949 DEFUN (if_ospf_network_point_to_multipoint),
2950 DEFUN (if_ospf_network_point_to_point),
2951 DEFUN (no_if_ospf_network) Added.
2952
29531999-04-23 Toshiaki Takada <takada@zebra.org>
2954
2955 * ospfd.h: struct area { } changed to struct ospf_network { }.
2956 Add struct ospf_area { }.
2957 * ospfd.c: Add ospf_area_lookup_by_area_id (), ospf_network_new (),
2958 and ospf_network_free ().
2959 DEFUN (area_authentication), DEFUN (no_area_authentication) Added.
2960
29611999-04-22 Toshiaki Takada <takada@zebra.org>
2962
2963 * ospf_lsa.h: New file.
2964 * ospf_packet.h: LSA related struct definition are moved to
2965 ospf_lsa.h.
2966 * ospf_packet.c: ospf_verify_header () Added.
2967
29681999-04-21 Toshiaki Takada <takada@zebra.org>
2969
2970 * ospf_ism.c: ospf_elect_dr () and related function is changed.
2971 DR Election bug fixed.
2972 * ospf_dump.c: ospf_nbr_state_message (), ospf_timer_dump () Added.
2973 * ospfd.c: DEFUN (show_ip_ospf_neighbor) Added.
2974
29751999-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
2976
2977 * ospf_main.c (main): access_list_init () is added for vty
2978 connection filtering.
2979
29801999-04-16 Toshiaki Takada <takada@zebra.org>
2981
2982 * ospfd.c: DEFUN (show_ip_ospf_interface) Added.
2983 * ospf_neighbor.c: ospf_nbr_count () Added.
2984
29851999-04-15 Toshiaki Takada <takada@zebra.org>
2986
2987 * ospfd.h: struct ospf { } Changed.
2988 * ospfd.c: ospf_lookup_by_process_id () Deleted.
2989 * ospf_ism.c: ospf_wait_timer () Added. WaitTimer will work.
2990
29911999-04-14 Toshiaki Takada <takada@zebra.org>
2992
2993 * ospf_ism.c: ospf_elect_dr () Added.
2994 * ospf_network.c: ospf_if_ipmulticast () Added.
2995
29961999-04-11 Toshiaki Takada <takada@zebra.org>
2997
2998 * ospf_interface.c: interface_config_write (),
2999 DEFUN (if_ip_ospf_cost),
3000 DEFUN (if_ip_ospf_dead_interval),
3001 DEFUN (if_ip_ospf_hello_interval),
3002 DEFUN (if_ip_ospf_priority),
3003 DEFUN (if_ip_ospf_retransmit_interval) and
3004 DEFUN (if_ip_ospf_transmit_delay) Added.
3005
30061999-04-08 Toshiaki Takada <takada@zebra.org>
3007
3008 * ospf_dump.c: ospf_packet_db_desc_dump () Added.
3009 * ospf_neighbor.c: ospf_nbr_bidirectional () Added.
3010 * ospf_nsm.c: nsm_twoway_received () Added.
3011
30121999-04-02 Toshiaki Takada <takada@zebra.org>
3013
3014 * ospf_neighbor.c: New file.
3015 * ospf_neighbor.h: New file.
3016 * ospf_nsm.c: New file.
3017 * ospf_nsm.h: New file.
3018 * ospf_packet.c: Add ospf_make_header (), ospf_hello () and
3019 ospf_hello_send (). Now OSPFd can receive Hello and send Hello.
3020
30211999-03-27 Kunihiro Ishiguro <kunihiro@zebra.org>
3022
3023 * ospf_packet.c: Add ospf_recv_packet (). Now OSPF Hello can receive.
3024
30251999-03-19 Toshiaki Takada <takada@zebra.org>
3026
3027 * ospf_packet.c: New file.
3028 * ospf_packet.h: New file.
3029 * ospf_network.c: New file.
3030 * ospf_network.h: New file.
3031 * ospfd.h: move OSPF message structure has moved to ospf_packet.h.
3032
30331999-03-17 Kunihiro Ishiguro <kunihiro@zebra.org>
3034
3035 * ospf_zebra.c (ospf_zebra_get_interface): Fix for IPv6 interface
3036 address.
3037
3038 * Makefile.am (install-sysconfDATA): Overwrite install-sysconfDATA
3039 for install ospfd.conf.sample as owner read only file.
3040
3041 * ospf_main.c (usage): Change to use ZEBRA_BUG_ADDRESS.
3042
30431999-03-15 Toshiaki Takada <takada@zebra.org>
3044
3045 * ospf_ism.c: New file.
3046 * ospf_ism.h: New file.
3047 * ospf_dump.c: New file.
3048 * ospf_dump.h: New file.
3049
3050 * ospfd.h: Add (struct ospf), (struct config_network),
3051 (struct message) structure.
3052
3053 * ospf_interface.c: Add ospf_if_match_network ().
3054 * ospf_interface.h (struct ospf_interface): Change struct members.
3055
3056 * ospfd.c: ospf_lookup_by_process_id (), ospf_network_new (),
3057 DEFUN (network_area): Added.
3058
3059 * ospfd.conf.sample: Change sample configuration.
3060
30611999-03-05 Toshiaki Takada <takada@zebra.org>
3062
3063 * ospf_interface.c: New file.
3064 * ospf_interface.h: New file.
3065 * ospf_zebra.h: New file.
3066 * ospf_zebra.c: Add interface function for zebra daemon.
3067 * ospfd.c: New file.
3068
30691999-02-23 Kunihiro Ishiguro <kunihiro@zebra.org>
3070
3071 * Move IPv6 codes and files to ospf6d directory.
3072
30731999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
3074
3075 * syslog support added
3076
30771998-12-22 Toshiaki Takada <takada@zebra.org>
3078
3079 * ospfd.h: New file.
3080 * ospf_lsa.h: New file.
3081
30821998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
3083
3084 * Makefile.am: New file.
3085 * ospf_main.c: New file.
3086