Merge branch 'Teaman-ND' into Teaman-RT
[tomato.git] / release / src / router / zebra / ospfd / ChangeLog
blob88bec843855b52d672bfc55e94f70b95b7353caa
1 2005-09-08  Kunihiro Ishiguro  <kunihiro@zebra.org>
3         * ospf_lsdb.c: Include "log.h".
5 2005-06-21  Yasuhiro Ohara  <yasu@sfc.wide.ad.jp>
7         * ospf_packet.c (ospf_ls_upd): fix memory leak when NSSA enabled.
8         reported by [zebra 22449].
10 2005-06-02  Akihiro Mizutani  <mizutani@net-chef.net>
12         * ospf_interface.c (ospf_if_cleanup): nbr_self added to neighbor list
13         when interface was changed from Down to Up.
15 2005-06-01  Akihiro Mizutani  <mizutani@net-chef.net>
17         * ospf_ism.c (ospf_elect_bdr/ospf_elect_dr): Fix DR election bug.
19 2005-05-26  Yasuhiro Ohara  <yasu@sfc.wide.ad.jp>
21         * ospf_lsa.c (ospf_lsa_different): Asserting LSA length without
22         byte order conversion is fixed.
24 2005-05-26  Yasuhiro Ohara  <yasu@sfc.wide.ad.jp>
26         * ospf_abr.c (ospf_abr_update_aggregate): Cost of aggregated route
27         for an area is fixed (from smallest to largest).
29 2005-05-10  Kunihiro Ishiguro  <kunihiro@zebra.org>
31         * ospf_packet.c (ospf_check_md5_digest): Suggested by Donald Sharp
32         <sharpd@cisco.com>
34 2004-11-24  Yasuhiro Ohara  <yasu@sfc.wide.ad.jp>
36         * ospf_snmp.c: ospf_nbr_nbma_lookup_next() added for SNMP.
38 2003-12-20  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
40         * ospf_packet.c (ospf_recv_packet): Merge fix of OpenBSD problem.
42 2003-08-23  Hasso Tepper <hasso@estpak.ee>
44         * OSPF NSSA fixes.
46 2003-01-23  Masahiko Endo <endo@suri.co.jp>
48         * ospf_ism.c: NSM event schedule bug fix.
50 2002-10-30  Greg Troxel <gdt@ir.bbn.com>
52         * ospf_packet.c (ospf_make_md5_digest): MD5 length fix. 
54 2002-10-23  endo@suri.co.jp (Masahiko Endo)
56         * ospf_opaque.c: Update Opaque LSA patch.
58 2002-10-23  Ralph Keller <keller@tik.ee.ethz.ch>
60         * ospf_vty.c (show_ip_ospf_database): Fix CLI parse.
62 2002-10-23  Juris Kalnins <juris@mt.lv>
64         * ospf_interface.c (ospf_if_stream_unset): When write queue
65         becomes empty stop write timer.
67 2002-10-10  Greg Troxel <gdt@ir.bbn.com>
69         * ospf_packet.c (ospf_check_md5_digest): Change >= to > to make it
70         conform to RFC.
72 2002-07-25  Roger Venning <r.venning@telstra.com>
74         * ospf_lsa.c: Point-to-Multipoint support is added.
76 2002-07-07  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
78         * zebra-0.93 released.
80 2002-06-19  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
82         * ospf_spf.c (ospf_nexthop_calculation): Add NULL set to oi and
83         check of l2.  Reported by: Daniel Drown <dan-zebra@drown.org>
84         (ospf_lsa_has_link): LSA Length calculation fix.  Reported by:
85         Paul Jakma <paulj@alphyra.ie>.
87         * ospfd.c (ospf_if_update): Fix nextnode reference bug.  Reported
88         by: juris@mt.lv.
90 2002-01-21  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
92         * ospfd.c: Merge [zebra 11445] Masahiko ENDO's Opaque-LSA support.
94 2001-08-27  Kunihiro Ishiguro  <kunihiro@zebra.org>
96         * ospf_interface.c (ospf_add_to_if): Use /32 address to register
97         OSPF interface information.
98         (ospf_delete_from_if): Likewise.
100         * ospf_zebra.c (ospf_interface_address_delete): Likewise.
102 2001-08-23  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
104         * ospf_zebra.c (ospf_redistribute_unset): When redistribute type
105         is OSPF, do not unset redistribute flag.
107 2001-08-19  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
109         * zebra-0.92a released.
111 2001-08-15  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
113         * zebra-0.92 released.
115 2001-08-12  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
117         * ospfd.c (ospf_config_write): auto-cost reference-bandwidth
118         configuration display.
120 2001-07-24  David Watson <dwatson@eecs.umich.edu>
122         * ospf_spf.c (ospf_spf_next): Modify ospf_vertex_add_parent to
123         check for an existing link before connecting the parent and child.
124         ospf_nexthop_calculation is also modified to check for duplicate
125         entries when copying from the parent.  Finally, ospf_spf_next
126         removes duplicates when it merges two equal cost candidates.
128 2001-07-23  itojun@iijlab.net
130         * ospfd.c (show_ip_ospf_neighbor): Check ospf_top before use it
131         [zebra 8549].
133 2001-07-23  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
135         * ospf_packet.c (ospf_write): Remove defined(__OpenBSD__) to make
136         it work on OpenBSD.
138 2001-06-26  Kunihiro Ishiguro  <kunihiro@zebra.org>
140         * ospf_zebra.c (config_write_ospf_default_metric): Display
141         default-metric configuration.
143 2001-06-18  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
145         * ospf_ia.h (OSPF_EXAMINE_SUMMARIES_ALL): Remove old macros.
147 2001-05-28  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
149         * ospf_snmp.c (ospfIfEntry): Fix interface lookup bug to avoid
150         crush.
151         (ospfIfMetricEntry): Likewise.
153 2001-03-18  Kunihiro Ishiguro  <kunihiro@zebra.org>
155         * ospf_packet.c (ospf_read): Fix typo.  Reported by: "Jen B
156         Lin'Kova" <jen@stack.net>.
158 2001-03-15  Gleb Natapov <gleb@nbase.co.il>
160         * ospf_interface.c (ip_ospf_network): Set interface parameter.
161         (interface_config_write): Add check for OSPF_IFTYPE_LOOPBACK.
163         * ospf_zebra.c (ospf_interface_add): Set interface parameter.
165 2001-02-21  Kunihiro Ishiguro  <kunihiro@zebra.org>
167         * ospf_packet.c (ospf_recv_packet): Solaris also need to add
168         (iph.ip_hl << 2) to iph.ip_len.
170 2001-02-09  Kunihiro Ishiguro  <kunihiro@zebra.org>
172         * ospfd.h (OSPF_LS_REFRESH_TIME): Fix OSPF_LS_REFRESH_TIME value.
173         Suggested by: David Watson <dwatson@eecs.umich.edu>.
175         * ospf_zebra.c (zebra_init): Remove zebra node.
177         * ospfd.c (ospf_area_range_set): Function name is changed from
178         ospf_ara_range_cmd.
179         (ospf_area_range_unset): New function which separated from DEFUN.
180         New commands are added:
181         "no area A.B.C.D range A.B.C.D/M advertise"
182         "no area <0-4294967295> range A.B.C.D/M advertise"
183         "no area A.B.C.D range A.B.C.D/M not-advertise"
184         "no area <0-4294967295> range A.B.C.D/M not-advertise"
185         
186         * ospf_lsa.c (ospf_lsa_more_recent): Fix previous change.
188 2001-02-08  Matthew Grant <grantma@anathoth.gen.nz>
190         * ospf_network.c (ospf_if_add_allspfrouters): Use
191         setsockopt_multicast_ipv4.
192         (ospf_if_drop_allspfrouters): Likewise.
194         * ospf_lsa.c (ospf_router_lsa_install): Add rt_recalc flag.
195         (ospf_network_lsa_install): Likewise.
196         (ospf_summary_lsa_install): Likewise.
197         (ospf_summary_asbr_lsa_install): Likewise.
198         (ospf_external_lsa_install): Likewise.
199         (ospf_lsa_install): Call ospf_lsa_different to check this LSA is
200         new one or not.
202 2001-02-08  Kunihiro Ishiguro  <kunihiro@zebra.org>
204         * ospf_zebra.c (ospf_interface_delete): Do not free interface
205         structure when ospfd receive interface delete message to support
206         pseudo interface.
208 2001-02-01  Dick Glasspool <dick@ipinfusion.com>
210         * ospfd.c (area_range_notadvertise): Change area range "suppress"
211         command to "not-advertise".
213         * ospfd.h (OSPF_LS_REFRESH_TIME): Change OSPF_LS_REFRESH_TIME from
214         1800 to 60.
216         * ospf_abr.c (ospf_abr_update_aggregate): When update_aggregate is
217         updating the area-range, the lowest cost is now saved.
219         * ospf_lsa.c (ospf_lsa_more_recent): Routing to compare sequence
220         numbers rather than creating overflow during calculation.
222 2001-02-01  Kunihiro Ishiguro  <kunihiro@zebra.org>
224         * zebra-0.91 is released.
226 2001-01-31  Kunihiro Ishiguro  <kunihiro@zebra.org>
228         * ospf_packet.c (ospf_db_desc_proc): Do not continue process when
229         NSM_SeqNumberMismatch is scheduled.
230         (ospf_ls_req): Free ls_upd when return from this function.
231         (ospf_ls_upd_timer): When update list is empty do not call
232         ospf_ls_upd_send().  Suggested by: endo@suri.co.jp (Masahiko
233         Endo).
235 2001-01-26  Kunihiro Ishiguro  <kunihiro@zebra.org>
237         * ospf_lsa.c (ospf_maxage_flood): Flood LSA when it reaches
238         MaxAge.  RFC2328 Section 14.
239         (ospf_maxage_lsa_remover): Call above function during removing
240         MaxAge LSA.
242 2001-01-26  Dick Glasspool <dick@ipinfusion.com>
244         * ospf_flood.c (ospf_flood_through_as): Function is updated for
245         NSSA Translations now done at ospf_abr.c with no change in P-bit.
247         * ospf_lsa.c (ospf_get_nssa_ip): Get 1st IP connection for Forward
248         Addr.
249         (ospf_install_flood_nssa):  Leave Type-7 LSA at Lock Count = 2. 
251         * ospf_ase.c (ospf_ase_calculate_route): Add debug codes.
253         * ospf_abr.c (ospf_abr_translate_nssa): Recalculate LSA checksum.
255         * ospf_packet.h (OSPF_SEND_PACKET_LOOP): Added for test packet.
257         * ospf_dump.c (ospf_lsa_type_msg): Add OSPF_GROUP_MEMBER_LSA and
258         OSPF_AS_NSSA_LSA.
260         * ospfd.c (data_injection): Function to inject LSA.  This is
261         debugging command.
263 2001-01-11  Kunihiro Ishiguro  <kunihiro@zebra.org>
265         * ospf_route.c (ospf_route_match_same): Remove function.
266         (ospf_route_match_same_new): Renamed to ospf_route_match_same.
268         * ospf_zebra.c (ospf_interface_address_delete): Add check for
269         oi->address.  Suggested by Matthew Grant
270         <grantma@anathoth.gen.nz>.
271         (ospf_zebra_add): Remove function.
272         (ospf_zebra_add_multipath): Rename to ospf_zebra_add.
274         * ospf_interface.c: Remove HAVE_IF_PSEUDO part.
276         * ospf_zebra.c: Likewise.
278 2001-01-10  Kunihiro Ishiguro  <kunihiro@zebra.org>
280         * ospf_ase.c: Remove OLD_RIB part.
282         * ospf_route.c: Likewise.
284         * zebra-0.90 is released.
286         * ospf_packet.c (ospf_recv_packet): Use ip_len adjestment code to
287         NetBSD.
289 2001-01-09  Kunihiro Ishiguro  <kunihiro@zebra.org>
291         * ospf_route.c (ospf_route_delete): Use
292         ospf_zebra_delete_multipath.
294 2001-01-09  Matthew Grant <grantma@anathoth.gen.nz>
296         * ospf_interface.c (ospf_if_cleanup): Function name is renamed
297         from ospf_if_free().  Rewrite whole procudure to support primary
298         address deletion.
300         * ospf_zebra.c (ospf_interface_address_delete): Add primary
301         address deletion process.
303 2001-01-09  Kunihiro Ishiguro  <kunihiro@zebra.org>
305         * ospf_packet.c (ospf_recv_packet): OpenBSD has same ip_len
306         treatment like FreeBSD.
308 2001-01-09  endo@suri.co.jp (Masahiko Endo)
310         * ospf_packet.c (ospf_recv_packet): FreeBSD kernel network code
311         strips IP header size from receiving IP Packet.  So we adjust
312         ip_len to whole IP packet size by adding IP header size.
314 2001-01-08  endo@suri.co.jp (Masahiko Endo)
316         * ospf_network.c (ospf_serv_sock): When socket() is failed return
317         immediately.
318         (ospf_serv_sock): Close socket when it is not used.
320         * ospf_packet.c (ospf_write): Set sin_len when HAVE_SIN_LEN is
321         defined.
322         (ospf_write): When bind is fined, close sock.
324 2001-01-07  Gleb Natapov <gleb@nbase.co.il>
326         * ospf_zebra.c (ospf_interface_state_up): Fixes coredump that
327         appears when you try to configure bandwidth on the ppp interface
328         that is not yet configured in ospfd.
330 2001-01-07  Michael Rozhavsky <mrozhavsky@opticalaccess.com>
332         * ospf_route.c (show_ip_ospf_route_external): "show ip ospf route"
333         will print nexthops for AS-external routes.
335         * ospf_ase.c (ospf_ase_route_match_same): New function to compare
336         ASE route under multipath environment.
337         (ospf_ase_compare_tables): Likewise.
339 2001-01-01  Kunihiro Ishiguro  <kunihiro@zebra.org>
341         * ospfd.h (OSPF_VTYSH_PATH): Change "/tmp/ospfd" to "/tmp/.ospfd".
343 2000-12-28  Kunihiro Ishiguro  <kunihiro@zebra.org>
345         * ospf_route.c (ospf_route_install): Install multipath information
346         to zebra daemon.
348         * ospf_zebra.c (ospf_zebra_add_multipath): Function for passing
349         multipath information to zebra daemon.
351 2000-12-25  Dick Glasspool <dick@ipinfusion.com>
353         * ospf_packet.c (ospf_write): Call ospf_packet_delete when sendto
354         fail.
355         (DISCARD_LSA): Add argument N for logging point of DISCARD_LSA is
356         called.
358         * ospf_lsa.c (ospf_external_lsa_refresh): NSSA install_flood will
359         leave Type-7 LSA at Lock Count = 2.
361         * ospf_flood.c (ospf_flood_through): Flood_though_as updated for
362         NSSA no P-bit off during Area flooding, but P-bit is turned off
363         for mulitple NSSA AS flooding.
365         * ospf_ase.c (ospf_ase_calculate_timer): Added calculations for
366         Type-7 LSDB.
368         * ospf_abr.c (ospf_abr_translate_nssa): Removed one unlock call.
369         (ospf_abr_announce_nssa_defaults): Corrected Debug from EVENT to
370         NSSA.
372 2000-12-25  Michael Rozhavsky <mrozhavsky@opticalaccess.com>
374         * ospf_zebra.c (ospf_zebra_read_ipv4): Checking the age of the
375         found LSA and if the LSA is MAXAGE we should call refresh instead
376         of originate.
378 2000-12-18  Dick Glasspool <dick@ipinfusion.com>
379                    
380         * ospf_abr.c: Removed redundant "...flood" in
381         announce_network_to_area().  Repaired nssa Unlock by using
382         discard.
384         * ospf_packet.c: Removed old NSSA translate during mk_ls_update.
385         
386         * ospfd.c: Free up all data bases including NSSA.
388         * ospf_lsa.c: Now allow removal of XLATE LSA's Check in
389         discard_callback. Added routine to get ip addr from within the
390         ifp.
392         * ospf_flood.c: Now set Forward Address for outgoing Type-7.
394         * ospf_lsa.h: Added prototype for the below. struct in_addr
395         ospf_get_ip_from_ifp (struct interface *ifp).
397 2000-12-14  Gleb Natapov <gleb@nbase.co.il>
399         * ospf_packet.c (ospf_recv_packet): New OSPF pakcet read method.
400         Now maximum packet length may be 65535 bytes (maximum IP packet
401         length).
403         * ospf_interface.c (ospf_if_stream_set): Don't make input buffer.
405         * ospfd.c (config_write_network_area): Remove unnecessary area
406         lookup code.
408 2000-12-13  Kunihiro Ishiguro  <kunihiro@zebra.org>
410         * ospf_packet.c (ospf_read): Accept packet bigger than MTU value.
412 2000-12-13  Gleb Natapov <gleb@nbase.co.il>
414         * ospfd.c (config_write_network_area): Fix bug in
415         config_write_network_area function.
417 2000-12-12  Gleb Natapov <gleb@nbase.co.il>
419         * ospf_abr.c (ospf_abr_announce_network_to_area): Make Summary
420         LSA's origination and refreshment as same as other type of LSA.
422         * ospf_lsa.c (ospf_summary_lsa_refresh): Return struct ospf_lsa *.
424         * ospf_lsa.c (ospf_summary_asbr_lsa_refresh): Likewise.
426 2000-12-08  Dick Glasspool <dick@ipinfusion.com>
428         The bulk of NSSA changes are contained herein; This version will
429         require manual setting of "always" for NSSA Translator, and will
430         not perform aggregation yet.
432         * ospf_dump.c: "debug ospf nssa" is added.
434         * ospf_dump.h: Likewise.
436         * ospf_packet.c (ospf_hello): Display router ID on Bad NSSA Hello.
438         * ospfd.c: Discard_LSA to stay away from LOCAL_XLT Process NSSA
439         'never, candidate, always'.  Change "suppress" to "not-advertise".
441         * ospfd.h: Add TranslatorRole to struct ospf_area.  Add anyNSSA to
442         struct ospf.
444         * ospf_ase.c (ospf_ase_calculate_route): External to stay away
445         from LOCAL_XLT
447         * ospf_nsm.c (ospf_db_summary_add): External to stay away from
448         LOCAL_XLT
450         * ospf_abr.c: Major logic added for abr_nssa_task().  If ABR, and
451         NSSA translator, then do it.  Approve the global list, and flush
452         any unapproved.
453         
454         * ospf_lsa.h: New LSA flag OSPF_LSA_LOCAL_XLT to indicate that the
455         Type-5 resulted from a Local Type-7 translation; not used for
456         flooding, but used for flushing.
458         * ospf_flood.c: New NSSA flooding.
460 2000-12-08  Michael Rozhavsky <mrozhavsky@opticalaccess.com>
462         * ospfd.c (ospf_find_vl_data): New function for looking up virtual
463         link data.
464         (ospf_vl_set_security): Virtual link configuration with
465         authentication.
466         (ospf_vl_set_timers): Set timers for virtual link.
468         * New commands are added.
469         "area A.B.C.D virtual-link A.B.C.D"
470         "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>"
471         "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"
472         "area A.B.C.D virtual-link A.B.C.D authentication-key AUTH_KEY"
473         "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"
474         "area A.B.C.D virtual-link A.B.C.D message-digest-key <1-255> md5 KEY"
476         * ospf_packet.c (ospf_check_md5_digest): Add neighbor's
477         cryptographic sequence number treatment.
478         (ospf_check_auth): OSPF input buffer is added to argument.
479         (ospf_read): Save neighbor's cryptographic sequence number.
481         * ospf_nsm.c (nsm_change_status): Clear cryptographic sequence
482         number when neighbor status is changed to NSM down.
484         * ospf_neighbor.c (ospf_nbr_new): Set zero to crypt_seqnum.
486         * ospf_neighbor.h (struct ospf_neighbor): Add cryptographic
487         sequence number to neighbor structure.
489 2000-11-29  Kunihiro Ishiguro  <kunihiro@zebra.org>
491         * ospf_snmp.c (ospfIfLookup): OSPF MIB updates.
492         (ospfExtLsdbEntry): Add OspfExtLsdbTable treatment.
494 2000-11-28  Michael Rozhavsky <mrozhavsky@opticalaccess.com>
496         * ospfd.c (ospf_interface_down): Clear a ls_upd_queue queue of the
497         interface.
498         (ospf_ls_upd_queue_empty): New function to empty ls update queue
499         of the OSPF interface.
500         (no_router_ospf): 'no router ospf' unregister redistribution
501         requests from zebra.
503 2000-11-28  Kunihiro Ishiguro  <kunihiro@zebra.org>
505         * ospf_ism.c (ism_change_status): Increment status change number.
507         * ospf_interface.h (struct ospf_interface): Add new member for
508         status change statistics.
510         * Makefile.am: Update dependencies.
512         * ospf_zebra.c (ospf_interface_add): OSPF SNMP interface update.
513         (ospf_interface_delete): OSPF SNMP interface delete.
515         * ospf_snmp.h: New file is added.
517 2000-11-23  Dick Glasspool <dick@ipinfusion.com>
519         * ospfd.h: Add new ospf_area structure member for
520         NSSATranslatorRole and NSSATranslator state.
522         * ospfd.c: Provided for eventual commands to specify NSSA
523         elections for "translator- ALWAYS/NEVER/CANDIDATE". Provided for
524         decimal integer version of area-suppress.
526         * ospf_flood.c: Flood Type-7's only into NSSA (not AS).
528         * ospf_lsa.c: Undo some previous changes for NSSA.  If NSSA
529         translator, advertise Nt bit.
531         * ospf_route.c: 1st version of "sh ip os border-routers".
533 2000-11-23  Michael Rozhavsky <mrozhavsky@opticalaccess.com>
535         * ospfd.c (area_vlink): Virtual link can not configured in stub
536         area.
538 2000-11-23  Gleb Natapov <gleb@nbase.co.il>
540         * ospf_packet.c (ospf_db_desc): In states Loading and Full the
541         slave must resend its last Database Description packet in response
542         to duplicate Database Description packets received from the
543         master.  For this reason the slave must wait RouterDeadInterval
544         seconds before freeing the last Database Description packet.
545         Reception of a Database Description packet from the master after
546         this interval will generate a SeqNumberMismatch neighbor
547         event. RFC2328 Section 10.8
548         (ospf_make_db_desc): DD Master flag treatment.
550         * ospf_nsm.c (nsm_twoway_received): Move DD related procedure to
551         nsm_change_status().
552         (nsm_bad_ls_req): Likewise.
553         (nsm_adj_ok): Likewise.
554         (nsm_seq_number_mismatch): Likewise.
555         (nsm_oneway_received): Likewise.
557         * ospf_neighbor.h (struct ospf_neighbor): New structure member
558         last_send_ts for timestemp when last Database Description packet
559         was sent.
561         * ospf_nsm.c (ospf_db_desc_timer): Make it sure nbr->last_send is
562         there.  Call ospf_db_desc_resend() in any case.
564 2000-11-16  Michael Rozhavsky <mrozhavsky@opticalaccess.com>
566         * ospf_lsa.c (lsa_link_broadcast_set): When there is no DR on
567         network (suppose you have only one router with interface priority
568         0). It's router LSA does not contain the link information about
569         this network.
571         * ospf_nsm.c (nsm_timer_set): When you change a priority of
572         interface from/to 0 ISM_NeighborChange event should be scheduled
573         in order to elect new DR/BDR on the network.
575         * ospf_interface.c (ip_ospf_priority): Likewise.
577         * ospf_flood.c (ospf_ls_retransmit_add): When we add some LSA into
578         retransmit list we need to check whether the present old LSA in
579         retransmit list is not more recent than the new
580         one.
582 2000-11-09  Dick Glasspool <dick@ipinfusion.com>
584         * ospf_packet.c: Allows for NSSA Type-7 LSA's throughout the NSSA
585         area.  Any that exit the NSSA area are translated to type-5 LSA's.
586         The instantiated image is restored after translation.
587         (ospf_ls_upd_send_list): Renamed to ospf_ls_upd_queu_send().
588         (ospf_ls_upd_send): Old function which enclosed by #ifdef 0 is
589         removed.
590         (ospf_ls_ack_send): Likewise.
592         * ospf_flood.c: NSSA-LSA's without P-bit will be restricted to
593         local area.  Otherwise they are allowed out the area to be
594         translated by ospf_packet.c.
596         * ospf_lsa.c: Undo some previous changes for NSSA.
598         * ospf_lsdb.h: New access for type 7.
600 2000-11-07  Kunihiro Ishiguro  <kunihiro@zebra.org>
602         * ospf_route.c (ospf_path_exist): New function to check nexthop
603         and interface are in current OSPF path or not.
604         (ospf_route_copy_nexthops_from_vertex): Add nexthop to OSPF path
605         when it is not there.  Reported by Michael Rozhavsky
606         <mrozhavsky@opticalaccess.com>
608 2000-11-06  Kunihiro Ishiguro  <kunihiro@zebra.org>
610         * ospf_dump.c (config_write_debug): Add seventh string "detail" is
611         added for flag is OSPF_DEBUG_SEND | OSPF_DEBUG_RECV |
612         OSPF_DEBUG_DETAIL.
614 2000-11-06   Michael Rozhavsky <mrozhavsky@opticalaccess.com>
616         * ospf_lsa.c (router_lsa_flags): ASBR can't exit in stub area.
618 2000-11-06  Kunihiro Ishiguro  <kunihiro@zebra.org>
620         * ospf_lsa.c (ospf_router_lsa_originate): Reduce unconditional
621         logging.
623 2000-11-06  Dick Glasspool <dick@ipinfusion.com>
625         * ospfd.h: Add ait_ntoa function prototype.
627         * ospfd.c (ait_ntoa): New function for displaying area ID and
628         Stub/NSSA status.
629         (show_ip_ospf_interface_sub): Use ait_ntoa.
630         (show_ip_ospf_nbr_static_detail_sub): Likewise.
631         (show_ip_ospf_neighbor_detail_sub): Likewise.
633         * ospf_route.c (ospf_intra_route_add): Set external routing type
634         to ospf route.
635         (ospf_intra_add_router): Likewise.
636         (ospf_intra_add_transit): Likewise.
637         (ospf_intra_add_stub): Likewise.
638         (ospf_add_discard_route): Likewise.
639         (show_ip_ospf_route_network): Use ait_ntoa.
640         (show_ip_ospf_route_network): Likewise.
641         (show_ip_ospf_route_router): Likewise.
643         * ospf_lsa.c (show_lsa_detail): Use ait_ntoa.
644         (show_lsa_detail_adv_router): Likewise.
645         (show_ip_ospf_database_summary): Likewise.
647         * ospf_route.h (struct route_standard): Add new member
648         external_routing.
650         * ospf_ia.c (process_summary_lsa): Set external routing tyep to ospf
651         route.
652         (ospf_update_network_route): Likewise.
653         (ospf_update_router_route): Likewise.
655 2000-11-04  Kunihiro Ishiguro  <kunihiro@zebra.org>
657         * ospf_flood.c (ospf_process_self_originated_lsa): Enclose
658         OSPF_AS_NSSA_LSA treatment with #ifdef HAVE_NSSA.
660 2000-11-03  Kunihiro Ishiguro  <kunihiro@zebra.org>
662         * Unconditional logging is enclosed with if (IS_DEBUG_OSPF_EVENT).
663         Please specify "debug ospf event" for enable logging.
665         * ospf_ism.c: Do not extern debug flag varible.  It is done by
666         ospf_debug.h
667         * ospf_asbr.c: Likewise.
668         * ospf_lsa.c: Likewise.
669         * ospf_nsm.c: Likewise.
670         * ospf_zebra.c: Likewise.
672         * ospf_dump.c (debug_ospf_event): New command "debug ospf event"
673         is added.
675         * ospfd.c (router_ospf): Change logging from vty_out() to
676         zlog_info().
677         (ospf_area_stub_cmd): Likewise.
679         * ospf_dump.h: Extern term_debug flags.
680         (OSPF_DEBUG_EVENT): Add new flag.
681         (IS_DEBUG_OSPF_EVENT): Add new macro.
683 2000-11-03  Dick Glasspool <dick@ipinfusion.com>
685         * ospf_flood.c (ospf_process_self_originated_lsa):
686         OSPF_AS_NSSA_LSA is treated as same as OSPF_AS_EXTERNAL_LSA.
687         (ospf_flood): Type-5's have no change.  Type-7's can be received,
688         and will Flood the AS as Type-5's They will also flood the local
689         NSSA Area as Type-7's.  The LSDB will be updated as Type-5's, and
690         during re-fresh will be converted back to Type-7's (if within an
691         NSSA).
692         (ospf_flood_through): Incoming Type-7's were allowed here if our
693         neighbor was an NSSA.  So Flood our area with the Type-7 and also
694         if we are an ABR, flood thru AS as Type-5.
696         * ospf_lsa.c (ospf_external_lsa_refresh): Flood NSSA both NSSA
697         area and other area.
699         * ospf_packet.c (ospf_db_desc_proc): When AS External LSA is
700         exists in DD packet, make it sure that this area is not stub.
701         (ospf_ls_upd_list_lsa): When LSA type is NSSA then set lsa's area
702         to NULL.
703         (ospf_ls_upd): If the LSA is AS External LSA and the area is stub
704         then discard the lsa.  If the LSA is NSSA LSA and the area is not
705         NSSA then discard the lsa.
707 2000-11-03  Kunihiro Ishiguro  <kunihiro@zebra.org>
709         * ospfd.c (ospf_interface_run): Fix bug of Hello packet's option
710         is not properly set when interface comes up.
712 2000-11-02  Kunihiro Ishiguro  <kunihiro@zebra.org>
714         * ospfd.h (OSPF_OPTION_O): Add new hello header option.
716 2000-11-01  Dick Glasspool <dick@ipinfusion.com>
718         * ospf_lsa.h: Define OSPF_MAX_LSA to 8 when HAVE_NSSA is enabled.
719         (OSPF_GROUP_MEMBER_LSA): Define OSPF_GROUP_MEMBER_LSA.
721         * ospf_lsa.c (show_database_desc): Add "Group Membership LSA"
722         string.
724 2000-10-31  Dick Glasspool <dick@ipinfusion.com>
726         * ospf_lsa.h (OSPF_AS_NSSA_LSA): Define OSPF_AS_NSSA_LSA.
727         
728         * ospf_lsa.c (show_ip_ospf_database): NSSA database display
729         function is added.  ALIASES which have "show ip ospf database
730         nssa-external" is added.
731         (show_ip_ospf_border_routers): New command "show ip ospf
732         border-routers" is added.
734 2000-10-30  Dick Glasspool <dick@ipinfusion.com>
736         * ospfd.c (router_ospf): NSSA Enabled message is added for
737         testing.
738         (ospf_area_type_set): Are type set for NSSA area.
739         (ospf_area_stub_cmd): Special translation of no_summary into NSSA
740         and summary information. If NSSA is enabled pass the information
741         to ospf_area_type_set().
742         (area_nssa): New commands are added:
743         "area A.B.C.D nssa"
744         "area <0-4294967295> nssa"
745         "area A.B.C.D nssa no-summary"
746         "area <0-4294967295> nssa no-summary"
747         (ospf_no_area_stub_cmd): Special translation of no_summary into
748         NSSA and summary information.  If external_routing is
749         OSPF_AREA_NSSA unset area with ospf_area_type_set (area,
750         OSPF_AREA_DEFAULT).
751         (show_ip_ospf_area): Display NSSA status.
752         (config_write_ospf_area): Show NSSA configuration.
754         * ospf_packet.c (ospf_hello): For NSSA support, ensure that NP is
755         on and E is off.
757 2000-10-26  Gleb Natapov <gleb@nbase.co.il>
759         * ospf_lsa.c (ospf_network_lsa_body_set): The network-LSA lists
760         those routers that are fully adjacent to the Designated Router;
761         each fully adjacent router is identified by its OSPF Router ID.
762         The Designated Router includes itself in this list. RFC2328,
763         Section 12.4.2.
765 2000-10-23  Jochen Friedrich <jochen@scram.de>
767         * ospf_snmp.c: ospf_oid and ospfd_oid are used in smux_open after
768         it is registered.  So those variables must be static.
770 2000-10-18  K N Sridhar <sridhar@euler.ece.iisc.ernet.in>
772         * ospfd.c: Add area_default_cost_decimal_cmd and
773         no_area_default_cost_decimal_cmd alias.
775 2000-10-05  Gleb Natapov <gleb@nbase.co.il>
777         * ospfd.c (ospf_network_new): Fix setting area format.
778         (no_router_ospf): Check area existance when calling
779         ospf_interface_down().
781         * ospf_flood.c (ospf_external_info_check): Fix bug of refreshing
782         default route.
784 2000-10-02  Kunihiro Ishiguro  <kunihiro@zebra.org>
786         * zebra-0.89 is released.
788 2000-09-29  Kunihiro Ishiguro  <kunihiro@zebra.org>
790         * ospf_snmp.c (ospfHostEntry): OSPF Host MIB is implemented.
792         * ospfd.c (ospf_nbr_static_cmp): OSPF neighbor is sorted by it's
793         address.
795 2000-09-28  Michael Rozhavsky  <mike@nbase.co.il>
797         * ospf_interface.c (ospf_if_free):  Fix deleting self neighbor twice.
799 2000-09-27  Kunihiro Ishiguro  <kunihiro@zebra.org>
801         * ospf_packet.c (ospf_read): Solaris on x86 has ip_len with host
802         byte order.
804 2000-09-25  Toshiaki Takada  <takada@zebra.org>
806         * ospfd.c (ospf_compatible_rfc1583), (no_ospf_compatible_rfc1583):
807         Add CISCO compatible command.
809 2000-09-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
811         * ospf_abr.c (ospf_area_range_lookup): New function is added for
812         area range lookup in OSPF-MIB.
813         (ospf_area_range_lookup_next): Likewise.
815 2000-09-22  Kunihiro Ishiguro  <kunihiro@zebra.org>
817         * ospfd.c (no_router_ospf): Delete virtual link before deleting
818         area structure.
820         * ospf_lsa.c (ospf_external_lsa_refresh_type): Check
821         EXTERNAL_INFO(type).
823         * ospfd.c (no_router_ospf): Call ospf_vl_delete() instead of
824         ospf_vl_data_free().
826         * ospf_interface.c (ospf_vl_shutdown): Execute ISM_InterfaceDown
827         when ospf_vl_shutdown is called.
828         (ospf_vl_delete): Call ospf_vl_shutdown() to delete virtual link
829         interface's thread.
831 2000-09-21  Gleb Natapov  <gleb@nbase.co.il>
833         * ospf_lsa.c: New implementation of OSPF refresh.
835 2000-09-20  Kunihiro Ishiguro  <kunihiro@zebra.org>
837         * ospf_snmp.c (ospfLsdbLookup): Add LSDB MIB implementation.
839 2000-09-18  Kunihiro Ishiguro  <kunihiro@zebra.org>
841         * ospf_snmp.c (ospfStubAreaEntry): Add OSPF stub area MIB.
843 2000-09-18  Gleb Natapov  <gleb@nbase.co.il>
845         * ospf_route.h (route_standard):  Change member from `struct area'
846         to area_id.
848         * ospf_abr.c (ospf_abr_announce_network), (ospf_abr_should_announce),
849         (ospf_abr_process_network_rt), (ospf_abr_announce_rtr), 
850         (ospf_abr_process_router_rt):
851         * ospf_ase.c (ospf_find_asbr_route),
852         (ospf_find_asbr_router_through_area),
853         * ospf_ia.c (ospf_find_abr_route), (ospf_ia_router_route),
854         (process_summary_lsa), (ospf_update_network_route),
855         (ospf_update_router_route):
856         * ospf_route.c (ospf_intra_route_add), (ospf_intra_add_router),
857         (ospf_intra_add_transit), (ospf_intra_add_stub),
858         (ospf_route_table_dump), (show_ip_ospf_route_network),
859         (show_ip_ospf_route_router), (ospf_asbr_route_cmp),
860         (ospf_prune_unreachable_routers):
861         * ospf_spf.c (ospf_rtrs_print):
862         * ospfd.c (ospf_rtrs_free):  Fix the struct change above.
864 2000-09-14  Kunihiro Ishiguro  <kunihiro@zebra.org>
866         * ospf_network.c (ospf_serv_sock_init): Enclose SO_BINDTODEVICE
867         with ifdef.
869 2000-09-13  Gleb Natapov  <gleb@nbase.co.il>
871         * ospf_ism.c (ospf_elect_dr), (ospf_elect_bdr):  Fix DR election.
873         * ospf_network.c (ospf_serv_sock_init):  Add socket option
874         SO_BINDTODEVICE on read socket.
876         * ospf_packet.c (ospf_hello):  Ignore Hello packet if E-bit does
877         not match.
879         * ospfd.c (ospf_area_check_free), (ospf_area_get),
880         (ospf_area_add_if):  New function added.
881         
882 2000-09-13  Kunihiro Ishiguro  <kunihiro@zebra.org>
884         * ospf_route.c (ospf_intra_add_router): Update ABR and ASBR router
885         count.
887         * ospf_spf.c (ospf_spf_init): Rest ABR and ASBR router count
888         starting SPF calculation.
890         * ospfd.h (struct ospf_area): Add ABR and ASBR router count.
892 2000-09-12  Kunihiro Ishiguro  <kunihiro@zebra.org>
894         * ospfd.c (ospf_area_id_cmp): New area structure is sorted by area
895         ID.
897         * ospf_lsa.c (ospf_router_lsa_originate): For OSPF MIB update
898         lsa_originate_count.
899         (ospf_network_lsa_originate): Likewise.
900         (ospf_summary_lsa_originate): Likewise.
901         (ospf_summary_asbr_lsa_originate): Likewise.
902         (ospf_external_lsa_originate): Likewise.
904 2000-09-11  Kunihiro Ishiguro  <kunihiro@zebra.org>
906         * ospf_snmp.c (ospf_variables): ospfRouterID's type RouterID
907         syntax is IpAddress.
908         (ospf_admin_stat): New function for OSPF administrative status
909         check.
911 2000-09-10  Jochen Friedrich <jochen@scram.de>
913         * ospf_snmp.c: Implement OSPF MIB skeleton.
915 2000-09-08  Kunihiro Ishiguro  <kunihiro@zebra.org>
917         * ospf_snmp.c: New file is added.
919 2000-09-07  David Lipovkov <davidl@nbase.co.il>
921         * ospf_zebra.c (ospf_interface_delete): Add pseudo interface
922         treatment.
924         * ospf_interface.c (interface_config_write): Likewise.
926 2000-08-17  Kunihiro Ishiguro  <kunihiro@zebra.org>
928         * zebra-0.88 is released.
930 2000-08-17  Michael Rozhavsky  <mike@nbase.co.il>
932         * ospfd.c (ospf_area_free):  Remove virtual link configuration only
933         when Area is removed.
935 2000-08-17  Kunihiro Ishiguro  <kunihiro@zebra.org>
937         * ospfd.c (network_area): Revert check for EXTERNAL_INFO
938         (ZEBRA_ROUTE_CONNECT).
939         (no_network_area): Likewise.
941 2000-08-16  Kunihiro Ishiguro  <kunihiro@zebra.org>
943         * ospfd.h (struct ospf): Add distance_table and
944         distance_{all,intra,inter,external}.
946         * ospf_zebra.c: Add OSPF distance related functions.
948 2000-08-15  Gleb Natapov  <gleb@nbase.co.il>
950         * ospf_asbr.c (ospf_external_info_find_lsa):  New function added.
952         * ospf_lsa.c (ospf_default_external_info),
953         (ospf_default_originate_timer), (ospf_external_lsa_refresh_default):
954         New function added.
956         * ospf_zebra.c
957         (ospf_default_information_originate_metric_type_routemap),
958         (ospf_default_information_originate_always_metric_type_routemap):
959         Change name and add route-map function.
960         (ospf_default_information_originate_metric_routemap),
961         (ospf_default_information_originate_routemap),
962         (ospf_default_information_originate_type_metric_routemap):
963         New DEFUN added.
965 2000-08-14  Kunihiro Ishiguro  <kunihiro@zebra.org>
967         * ospf_zebra.c (zebra_interface_if_set_value): Change ifindex
968         restore size from two octet to four.
970 2000-08-14  Michael Rozhavsky  <mike@nbase.co.il>
972         * ospf_ase.c (ospf_ase_incremental_update):  Implement incremental
973         AS-external-LSA in 16.6 of RFC2328.
975 2000-08-14  Matthew Grant  <grantma@anathoth.gen.nz>
977         * ospf_interface.c (ospf_if_get_output_cost):  Change cost
978         calculation algorithm.
980         * ospf_packet (ospf_ls_upd):  Fix problem of LSA retransmitting.
982 2000-08-11  Michael Rozhavsky  <mike@nbase.co.il>
984         * ospf_lsa.c (ospf_maxage_lsa_remover):  Fix maxage remover for
985         AS-external-LSAs.
987 2000-08-10  Toshiaki Takada  <takada@zebra.org>
989         * ospfd.c (auto_cost_reference_bandwidth):  New DEFUN added.
990         `auto-cost reference-bandwidth' OSPF router command added.
992 2000-08-08  Gleb Natapov  <gleb@nbase.co.il>
994         * ospf_routemap.c (ospf_route_map_update):  New function added.
995         Add route-map event hook.
997 2000-08-08  Toshiaki Takada  <takada@zebra.org>
999         * ospf_zebra.c (ospf_distribute_check_connected):  If redistribute
1000         prefix is connected route on OSPF enabled interface, suppress to
1001         announce it.
1003 2000-08-08  Matthew Grant  <grantma@anathoth.gen.nz>
1005         * ospf_interface.c (ospf_if_get_output_cost):
1006         New function added.  Handle bandwidth parameter for cost
1007         calculation.
1009 2000-08-08  Michael Rozhavsky  <mike@nbase.co.il>
1011         * ospf_interface.c (interface_config_write):  Show interface
1012         configuration regardless interface is down.
1014         * ospf_ase.c (ospf_ase_caocluate_route):  Whole rewritten external
1015         route calculate function.
1017 2000-08-08  Gleb Natapov  <gleb@nbase.co.il>
1019         * ospf_routemap.c:  New file added.
1021         * ospf_asbr.c (ospf_reset_route_map_set_values),
1022         (ospf_route_map_set_compare):  New function added.
1024         * ospf_lsa.c (ospf_external_lsa_body_set):  Set routemap metric
1025         with AS-external-LSA.
1027 2000-08-05  Kunihiro Ishiguro  <kunihiro@zebra.org>
1029         * ospf_ase.c (ospf_ase_calculate_route_add): Pass new->cost to
1030         ospf_zebra_add as metric.
1031         (ospf_ase_calculate_route_add): Likewise.
1033         * ospf_route.c (ospf_route_install): Pass or->cost to
1034         ospf_zebra_add as metric.
1036         * ospf_zebra.c (ospf_zebra_add): Add metric arguemnt.
1037         (ospf_zebra_delete): Likewise.
1039 2000-08-03  Matthew Grant  <grantma@anathoth.gen.nz>
1041         * ospf_flood.c (ospf_flood_delayed_lsa_ack):  New function added.
1042         Dispatch delayed-ACK with flooding AS-external-LSA across virtual
1043         link.
1045 2000-07-31  Matthew Grant  <grantma@anathoth.gen.nz>
1047         * ospfd.c (show_ip_ospf_area):  Fix lack of VTY_NEWLINE when
1048         `show ip ospf'.
1050         * ospf_interface.c (ospf_if_free):  Fix bug of crash with
1051         Point-to-Point interface.
1053 2000-07-27  Michael Rozhavsky  <mike@nbase.co.il>
1055         * ospf_flood.c (ospf_process_self_originated_lsa):
1056         Make sure to clear LSA->param (redistributed external information)
1057         before refreshment.
1059 2000-07-27  Gleb Natapov  <gleb@nbase.co.il>
1061         * ospfd.c (refresh_group_limit), (refresh_per_slice),
1062         (refresh_age_diff):  New defun added.  Refresher related parameter
1063         can be configurable.
1065 2000-07-27  Akihiro Mizutani  <mizutani@dml.com>
1067         * ospf_interface.c (interface_config_write):  Print `description'
1068         config directive to work.
1070 2000-07-24  Akihiro Mizutani  <mizutani@dml.com>
1072         * ospf_interface.c (ospf_if_init): Use install_default for
1073         INTERFACE_NODE.
1075 2000-07-24  Gleb Natapov  <gleb@nbase.co.il>
1076         
1077         * ospf_packet.c (ospf_ls_upd_send_list), (ospf_ls_upd_send_event),
1078         (ospf_ls_ack_send_list), (ospf_ls_ack_send_event): New function added.
1079         This make sending always as many LS update/Ack combined in one ospf
1080         packet.
1082 2000-07-24  Gleb Natapov  <gleb@nbase.co.il>
1084         * ospf_packet.c (ospf_ls_upd_list_lsa):  Set NULL to lsa->area if 
1085         LSA is AS-external-LSA.
1087         * ospf_nsm.c (nsm_reset_nbr):  Do not cancel Inactivity timer.
1089 2000-07-21  Toshiaki Takada  <takada@zebra.org>
1091         * ospf_zebra.c (ospf_default_originate_timer):  Set timer for
1092         `default-information originate'.  Fix some default originate
1093         related functions.
1095 2000-07-12  Toshiaki Takada  <takada@zebra.org>
1097         * ospf_lsa.c (stream_put_ospf_metric):  New function added.
1099 2000-07-12  Toshiaki Takada  <takada@zebra.org>
1101         * ospf_lsa.c (show_ip_ospf_database_router),
1102         (show_ip_ospf_database_network), (show_ip_ospf_database_summary),
1103         (show_ip_ospf_database_summary_asbr), (show_ip_ospf_database_externel),
1104         (show_router_lsa), (show_any_lsa), (show_router_lsa_self),
1105         (show_any_lsa_self):  Functions removed.
1107         (show_lsa_prefix_set), (show_lsa_detail_proc), (show_lsa_detail),
1108         (show_lsa_detail_adv_router_proc), (show_lsa_detail_adv_router):
1109         New functions added.  Replace above functions.
1111         (show_ip_ospf_database_all), (show_ip_ospf_database_self_originated):
1112         Functions removed.
1113         (show_ip_ospf_database_summary):  New functions added.  Replace
1114         above functions.
1116         (show_ip_ospf_database_cmd):  DEFUN rearranged.
1117         (show_ip_ospf_database_type_id_cmd),
1118         (show_ip_ospf_database_type_id_adv_router_cmd),
1119         (show_ip_ospf_database_type_is_self_cmd):  New ALIASes added.
1120         (show_ip_ospf_database_type_adv_rotuer_cmd):  New DEFUN added.
1121         (show_ip_ospf_database_type_self_cmd):  New ALIAS added.
1123 2000-07-11  Toshiaki Takada  <takada@zebra.org>
1125         * ospf_asbr.c (ospf_external_info_new),
1126         (ospf_external_info_free):  New functions added.
1128         * ospf_lsa.h (ospf_lsa):  Add new member `void *param' to set
1129         origination parameter for external-LSA.
1130         Remove member `redistribute'.
1132         * ospf_zebra.c (ospf_redistirbute_set):  When `redistribute'
1133         command executed, metric and metric-type values are overridden.
1134         If one of those is changed refresh AS-external-LSAs for appropriate
1135         type.
1137 2000-07-11  Michael Rozhavsky  <mike@nbase.co.il>
1139         * ospf_lsa.c (ospf_summary_lsa_refresh),
1140         (ospf_summary_asbr_lsa_refresh):  Make sure to refresh summary-LSAs.
1142         * ospf_abr.c (set_metric):  New function added.
1144 2000-07-07  Toshiaki Takada  <takada@zebra.org>
1146         * ospf_zebra.c (ospf_default_information_originate_metric_type),
1147         (ospf_default_information_originate_type_metric):  New defun added.
1148         Metic and Metric type can be set to default route.
1149         (ospf_default_information_originate_always_metric_type):
1150         (ospf_default_information_originate_always_type_metric):
1151         New defun added.  Metric and Metric type can be set to default
1152         always route.
1153         
1154         * ospf_zebra.c (ospf_default_metric), (no_ospf_default_metric):
1155         New defun added.
1157 2000-07-06  Gleb Natapov  <gleb@nbase.co.il>
1159         * ospf_flood.c (ospf_flood_through_area):  Fix bug of considering
1160         on the same interface the LSA was received from.
1162 2000-07-06  Michael Rozhavsky  <mike@nbase.co.il>
1164         * ospfd.c (ospf_config_write):  Fix bug of printing `area stub'
1165         command with `write mem'.
1167         * ospfd.c (no_router_ospf):  Remove installed routes from zebra.
1169         * ospf_zebra.c (ospf_interface_delete):  Fix function to handle
1170         zebra interface delete event.
1172 2000-07-06  Toshiaki Takada  <takada@zebra.org>
1174         * ospf_zebra.c (ospf_default_information_originate),
1175         (ospf_default_information_originate_always):  New DEFUN added.
1177 2000-07-05  Michael Rozhavsky  <mike@nbase.co.il>
1179         * ospf_route.c (ospf_terminate):  Make sure to remove external route
1180         when SIGINT received.
1182 2000-07-03  Gleb Natapov  <gleb@nbase.co.il>
1184         * ospf_flood.c, ospf_ism.c, ospf_lsa,c, ospfd.c:  Make sure to free
1185         many structure with `no router ospf'.
1187 2000-06-30  Gleb Natapov  <gleb@nbase.co.il>
1189         * ospf_neighbor.c (ospf_nbr_new),
1190         ospf_nsm.c (nsm_timer_set):  Start LS update timer only
1191         when neighbor enters Exchange state.
1193 2000-06-29  Gleb Natapov  <gleb@nbase.co.il>
1195         * ospf_nsm.c (nsm_timer_set), (nsm_exchange_done),
1196         ospf_packet.c (ospf_db_desc_proc):
1197         Do not cancel DD retransmit timer when Master.
1199 2000-06-29  Gleb Natapov  <gleb@nbase.co.il>
1201         * ospf_abr.c (ospf_abr_announce_network_to_area),
1202         (ospf_abr_announce_rtr_to_area)
1203         ospf_ase.c (ospf_ase_rtrs_register_lsa),
1204         ospf_flood.c (ospf_process_self_originated_lsa),
1205         (ospf_flood_through_area), (ospf_ls_request_delete),
1206         ospf_interface.c (ospf_if_free),
1207         ospf_ism.c (ism_change_status),
1208         ospf_lsa.c (ospf_router_lsa_update_timer),
1209         (ospf_router_lsa_install), (ospf_network_lsa_install),
1210         (ospf_lsa_maxage_delete), (ospf_lsa_action),
1211         (ospf_schedule_lsa_flood_area),
1212         ospf_nsm.c (nsm_change_status),
1213         ospf_packet.c (ospf_make_ls_req_func), (ospf_make_ls_ack):
1214         Use ospf_lsa_{lock,unlock} for all looking-up of LSA.
1216         * ospf_flood.c (ospf_ls_request_free):  Function deleted.
1218         * ospf_lsa.c (ospf_discard_from_db):  New function added.
1220 2000-06-26  Toshiaki Takada  <takada@zebra.org>
1222         * ospfd.h (ospf): struct member `external_lsa' name changed to
1223         `lsdb'.
1225 2000-06-26  Toshiaki Takada  <takada@zebra.org>
1227         * ospf_lsa.c (ospf_lsa_install), (ospf_router_lsa_install),
1228         (ospf_network_lsa_install), (ospf_summary_lsa_install),
1229         (ospf_summary_asbr_lsa_install), (ospf_external_lsa_install):
1230         Functions re-arranged.
1232         * ospf_lsa.c (IS_LSA_MAXAGE), (IS_LSA_SELF):  Macro added.
1233         
1234 2000-06-20  Michael Rozhavsky <mike@nbase.co.il>
1236         * ospf_packet.c (ospf_ls_req), (ospf_ls_upd), (ospf_ls_ack):  Add
1237         verification of LS type.
1239 2000-06-20  Gleb Natapov  <gleb@nbase.co.il>
1241         * ospf_ase.c (ospf_ase_calculate_timer):  Add more sanity check
1242         whether rn->info is NULL.
1244 2000-06-20  Toshiaki Takada  <takada@zebra.org>
1246         * ospfd.c (show_ip_ospf_interface_sub):  Show Router-ID of both
1247         DR and Backup correctly with `show ip ospf interface' command.
1249 2000-06-20  Toshiaki Takada  <takada@zebra.org>
1251         * ospf_lsa.c (ospf_lsa_lock), (ospf_lsa_unlock),
1252         (ospf_lsa_discard):  These functions are used for avoiding
1253         unexpected reference to freed LSAs.
1255 2000-06-13  Kunihiro Ishiguro  <kunihiro@zebra.org>
1257         * ospf_packet.c (ospf_ls_upd): Initialize lsa by NULL to avoid
1258         warning.
1260 2000-06-12  Kunihiro Ishiguro  <kunihiro@zebra.org>
1262         * ospf_ase.h (ospf_ase_rtrs_register_lsa): Add prototype.
1264 2000-06-12  Toshiaki Takada  <takada@zebra.org>
1266         * ospf_lsa.c (ospf_external_lsa_install):  Make sure to register
1267         LSA to rtrs_external when replacing AS-external-LSAs in LSDB.
1268         Fix core dump.
1270 2000-06-10  Toshiaki Takada  <takada@zebra.org>
1272         * ospf_lsdb.c (id_to_prefix), (ospf_lsdb_hash_key),
1273         (ospf_lsdb_hash_cmp), (ospf_lsdb_new), (ospf_lsdb_iterator),
1274         (lsdb_free), (ospf_lsdb_free), (ospf_lsdb_add), (ospf_lsdb_delete),
1275         (find_lsa), (ospf_lsdb_lookup), (find_by_id),
1276         (ospf_lsdb_lookup_by_id), (ospf_lsdb_lookup_by_header):  Functinos
1277         removed for migration to new_lsdb.
1279         * ospf_lsa.c (ospf_summary_lsa_install),
1280         (ospf_summary_asbr_lsa_install), (ospf_maxage_lsa_remover),
1281         (ospf_lsa_maxage_walker), (ospf_lsa_lookup),
1282         (ospf_lsa_lookup_by_id):  Use new_lsdb instead of ospf_lsdb.
1283         (count_lsa), (ospf_lsa_count_table), (ospf_lsa_count),
1284         (ospf_get_free_id_for_prefix):  Funcitions removed.
1285         
1286 2000-06-09  Gleb Natapov  <gleb@nbase.co.il>
1288         * ospf_ism.c (ism_interface_down):  Prevent some unneeded DR changes.
1290         * ospf_packet.c (ospf_db_desc_proc):  Fix memory leak.
1291         (ospf_hello):  Always copy router-ID when hello is received.
1293 2000-06-08  Gleb Natapov  <gleb@nbase.co.il>
1295         * ospf_lsa.h (struct ospf_lsa): Add member of pointer to struct
1296         ospf_area.
1298 2000-06-08  Michael Rozhavsky <mike@nbase.co.il>
1300         * ospf_ase.c (ospf_asbr_route_same):  New function added.
1301         This function makes sure external route calculation more 
1302         precisely.
1304 2000-06-07  Michael Rozhavsky <mike@nbase.co.il>
1306         * ospf_ism.c (ism_change_status):  Use ospf_lsa_flush_area for
1307         network-LSA deletion instead of using ospf_lsdb_delete.
1308         Also cancel network-LSA origination timer.
1310 2000-06-07  Levi Harper  <lharper@kennedytech.com>
1312         * ospf_interface.c (ospf_if_down): Close read fd when an interface
1313         goes down.
1315 2000-06-05  Kunihiro Ishiguro  <kunihiro@zebra.org>
1317         * ospf_asbr.c (ospf_external_info_lookup): Add explicit brace for
1318         avoid ambiguous else.
1320         * ospf_flood.c (ospf_external_info_check): Likewise.
1322 2000-06-05  Toshiaki Takada  <takada@zebra.org>
1324         * ospf_nsm.c (nsm_adj_ok):  Fix bug of DR election.
1326 2000-06-04  Toshiaki Takada  <takada@zebra.org>
1328         * ospf_zebra.c (ospf_default_information_originate),
1329         (no_ospf_default_information_originate):  New DEFUN added.
1331 2000-06-03  Toshiaki Takada  <takada@zebra.org>
1333         * ospf_lsa.h, ospf_asbr.h (external_info):  Struct moved from
1334         ospf_lsa.h to ospf_asbr.h.
1336         * ospf_lsa.c, ospf_asbr.c (ospf_external_info_add),
1337         (ospf_external_info_delete):  Function moved from ospf_lsa.c
1338         to ospf_asbr.c.
1340 2000-06-03  Toshiaki Takada  <takada@zebra.org>
1342         * ospf_flood.c (ospf_external_info_check):  New function added.
1343         (ospf_process_self_orignated_lsa):  Make sure to flush
1344         self-originated AS-external-LSA, when router reboot and no longer
1345         originate those AS-external-LSA.
1347 2000-06-02  Toshiaki Takada  <takada@zebra.org>
1349         * ospf_network.c (ospf_serv_sock):  Remove SO_DONTROUTE
1350         socket option.
1352         * ospf_packet.c (ospf_write):  Set MSG_DONTROUTE flag for
1353         unicast destination packets.
1355 2000-06-02  Toshiaki Takada  <takada@zebra.org>
1357         * ospf_lsdb.c (new_lsdb_delete):  Delete entry from LSDB only when
1358         specified LSA matches.
1360 2000-06-02  Gleb Natapov  <gleb@nbase.co.il>
1362         * ospf_network.c (ospf_serv_sock):  Set SO_DONTROUTE
1363         socket option.
1365 2000-06-01  Akihiro Mizutani  <mizutani@dml.com>
1367         * ospf_dump.c:  Replace string `Debugging functions\n' with DEBUG_STR.
1368         Replace string `OSPF information\n' with OSPF_STR.
1370 2000-06-01  Toshiaki Takada  <takada@zebra.org>
1372         * ospf_lsdb.[ch]:  Use new_lsdb struct for network-LSA instead of
1373         ospf_lsdb.
1375 2000-06-01  Toshiaki Takada  <takada@zebra.org>
1377         * ospf_dump.c (config_debug_ospf_packet), (config_debug_ospf_event),
1378         (config_debug_ospf_ism), (config_debug_ospf_nsm),
1379         (config_debug_ospf_lsa), (config_debug_ospf_zebra),
1380         (term_debug_ospf_packet), (term_debug_ospf_event),
1381         (term_debug_ospf_ism), (term_debug_ospf_nsm),
1382         (term_debug_ospf_lsa), (term_debug_ospf_zebra):  Repalce debug_ospf_*
1383         variable to use for debug option flags.
1384         
1385         (debug_ospf_packet), (debug_ospf_ism), (debug_ospf_nsm),
1386         (debug_ospf_lsa), (debug_ospf_zebra):  Set {config,term}_debug_*
1387         flags when vty->node is CONFIG_NODE, otherwise set only term_debug_*
1388         flags.
1390         * ospf_dump.h (CONF_DEBUG_PACKET_ON), (CONF_DEBUG_PACKET_OFF),
1391         (TERM_DEBUG_PACKET_ON), (TERM_DEBUG_PACKET_OFF),
1392         (CONF_DEBUG_ON), (CONF_DEBUG_OFF), (IS_CONF_DEBUG_OSPF_PACKET),
1393         (IS_CONF_DEBUG_OSPF):  New Macro added.
1394         
1395 2000-05-31  Toshiaki Takada  <takada@zebra.org>
1397         * ospfd.c (clear_ip_ospf_neighbor):  New DEFUN added.
1398         Currently this command is used for only debugging.
1400         * ospf_nsm.c (nsm_change_status):  Make sure thread cancellation
1401         for network-LSA when DR has no full neighbors.
1402         
1403         * ospf_nsm.c (ospf_db_summary_clear):  New function added.
1405 2000-05-30  Toshiaki Takada  <takada@zebra.org>
1407         * ospf_lsdb.c (new_lsdb_insert):  LSAs are always freed by
1408         maxage_lsa_remover when LSA is replaced.
1410 2000-05-25  Gleb Natapov  <gleb@nbase.co.il>
1412         * ospf_flood.c (ospf_ls_retransmit_delete_nbr_all):  Add argument
1413         `struct ospf_area' to remove LSA from Link State retransmission list
1414         of neighbor from only one Area.
1416 2000-05-24  Michael Rozhavsky  <mike@nbase.co.il>
1418         * ospf_lsdb.c (ospf_lsdb_add):  Preserve flags field when
1419         overriting old LSA with new LSA.
1421 2000-05-24  Gleb Natapov  <gleb@nbase.co.il>
1423         * ospf_lsa.c (ospf_router_lsa_body_set):  Fix bug of router-LSA
1424         size calculation.
1426 2000-05-22  Michael Rozhavsky  <mike@nbase.co.il>
1428         * ospf_route.c (ospf_intra_add_stub):
1429         * ospf_spf.h (struct vertex):  Use u_int32_t for distance (cost)
1430         value instead of u_int16_t.
1432 2000-05-22  Axel Gerlach <agerlach@datus.datus.com>
1434         * ospf_ia.c (ospf_ia_network_route):  Fix bug of Inter-area route
1435         equal cost path calculation.
1437 2000-05-21  Toshiaki Takada  <takada@zebra.org>
1439         * ospf_ase.c (ospf_ase_calculate_route_delete):  New function added.
1440         Make sure, when rotuer route is deleted, related external routes
1441         are also deleted.
1443 2000-05-20  Toshiaki Takada  <takada@zebra.org>
1445         * ospfd.c (ospf_interface_down):  Make sure interface flag is disable
1446         and set fd to -1.
1448 2000-05-16  Toshiaki Takada  <takada@zebra.org>
1450         * ospf_asbr.c (ospf_asbr_should_announce), (ospf_asbr_route_remove):
1451         Functions removed.
1453         * ospfd.h (EXTERNAL_INFO):  Macro added.
1454         Substitute `ospf_top->external_info[type]' with it.
1456 2000-05-16  Toshiaki Takada  <takada@zebra.org>
1458         * ospf_lsa.c (ospf_rtrs_external_remove):  New function added.
1460 2000-05-14  Gleb Natapov <gleb@nbase.co.il>
1462         * ospf_flood.c (ospf_ls_retransmit_delete_nbr_all)
1463         * ospf_lsdb.c (new_lsdb_insert)
1464         * ospf_packet.c (ospf_ls_ack):  Fix database synchonization problem.
1466 2000-05-14  Gleb Natapov <gleb@nbase.co.il>
1468         * ospf_lsa.h (tv_adjust), (tv_ceil), (tv_floor), (int2tv),
1469         (tv_add), (tv_sub), (tv_cmp):  Prototype definition added.
1471         * ospf_nsm.h (ospf_db_summary_delete_all):  Prototype definition added.
1473 2000-05-13  Toshiaki Takada  <takada@zebra.org>
1475         * ospf_lsa.[ch] (ospf_lsa):  struct timestamp type is changed from
1476         time_t to struct timeval.
1477         (tv_adjust), (tv_ceil), (tv_floor), (int2tv), (tv_add),
1478         (tv_sub), (tv_cmp):  timeval utillity functions added.
1480 2000-05-12  Toshiaki Takada  <takada@zebra.org>
1482         * ospf_lsa.[ch] (ospf_schedule_update_router_lsas):  Delete function.
1483         Change to use macro OSPF_LSA_UPDATE_TIMER instead of using
1484         this function.
1485         router-LSA refresh timer related stuff is re-organized.
1487 2000-05-10  Gleb Natapov  <gleb@nbase.co.il>
1489         * ospf_interface.c (ospf_vl_set_params):
1490         * ospf_packet.c (ospf_check_network_mask):
1491         * ospf_spf.[ch] (ospf_spf_next):
1492         Remove field address from `struct vertex', and search for peer
1493         address of virtual link in function `ospf_vl_set_params' instead.
1495 2000-05-10  Gleb Natapov  <gleb@nbase.co.il>
1497         * ospf_packet.c (ospf_ls_upd):  Fix some memory leak related LSA.
1499 2000-05-08  Thomas Molkenbur  <tmo@datus.com>
1501         * ospf_packet.c (ospf_packet_dup):  Replace ospf_steram_copy()
1502         with ospf_stream_dup() to fix memory leak.
1504 2000-05-08  Michael Rozhavsky  <mike@nbase.co.il>
1506         * ospf_flood.c (ospf_flood_through_area):  Fix the problem of
1507         LSA update without DROther.
1509 2000-05-04  Gleb Natapov  <gleb@nbase.co.il>
1511         * ospf_spf.c (ospf_vertex_free):  Fix memory leak of SPF calculation.
1513 2000-05-03  Toshiaki Takada  <takada@zebra.org>
1515         * ospf_neighbor.c (ospf_db_summary_add):  Use new_lsdb struct
1516         instead linked-list.
1517         (ospf_db_summary_count), (ospf_db_summary_isempty):
1518         New function added.
1520         * ospf_lsa.c (ospf_rotuer_lsa):  Re-arrange and divide functions.
1522 2000-05-02  Gleb Natapov  <gleb@nbase.co.il>
1524         * ospf_lsdb.c (new_lsdb_cleanup):  Fix memory leak.  When LSDB are
1525         not needed any more, then free them.
1527 2000-05-02  Toshiaki Takada  <takada@zebra.org>
1529         * ospfd.c (timers_spf), (no_timers_spf):  New defun added.
1530         SPF calculation timers related stuff is rearranged.
1532         * ospf_spf.c (ospf_spf_calculate_timer_add):  Function removed.
1533         SPF timer is scheduled by SPF calculation delay and holdtime
1534         configuration variable.
1536         * ospf_lsa.c (ospf_external_lsa_nexthop_get):  Set AS-external-LSA's
1537         forwarding address when nexthop learned by other protocols is
1538         in the OSPF domain. 
1540         * ospf_zebra.c (ospf_redistribute_source_metric_type),
1541         (ospf_redistribute_source_type_metric):  Re-arrange DEFUNs and
1542         ALIASes.
1544 2000-05-01  Toshiaki Takada  <takada@zebra.org>
1546         * ospf_flood.c (ospf_ls_retransmit_count),
1547         (ospf_ls_retransmit_isempty):  New function added.
1549         (ospf_ls_retransmit_add), (ospf_ls_retransmit_delete),
1550         (ospf_ls_retransmit_clear), (ospf_ls_retransmit_lookup),
1551         (ospf_ls_retransmit_delete_all), (ospf_ls_retransmit_delete_nbr_all),
1552         (ospf_ls_retransmit_add_nbr_all):  Replace these functions to use
1553         new_lsdb.
1555 2000-04-29  Toshiaki Takada  <takada@zebra.org>
1557         * ospfd.c (no_network_area):  Add check Area-ID whether specified
1558         Area-ID with prefix matches config.
1560 2000-04-27  Toshiaki Takada  <takada@zebra.org>
1562         * ospf_lsa.c (ospf_maxage_lsa_remover): Fix problem of
1563         remaining withdrawn routes on zebra.
1565 2000-04-25  Michael Rozhavsky  <mike@nbase.co.il>
1567         * ospf_nsm.c (nsm_kill_nbr), (nsm_ll_down), (nsm_change_status),
1568         (ospf_nsm_event):  Fix network-LSA re-origination problem.
1570 2000-04-24  Toshiaki Takada  <takada@zebra.org>
1572         * ospf_nsm.c (ospf_db_desc_timer): Fix bug of segmentation fault
1573         with DD retransmission.
1575         * ospf_nsm.c (nsm_kill_nbr): Fix bug of re-origination when
1576         a neighbor disappears.
1578 2000-04-23  Michael Rozhavsky  <mike@nbase.co.il>
1580         * ospf_abr.c (ospf_abr_announce_network_to_area):  Fix bug of
1581         summary-LSAs reorigination.  Correctly copy OSPF_LSA_APPROVED
1582         flag to new LSA. when summary-LSA is reoriginatd.
1584         * ospf_flood.c (ospf_flood_through_area):  Fix bug of flooding
1585         procedure.  Change the condition of interface selection.
1587 2000-04-21  Toshiaki Takada  <takada@zebra.org>
1589         * ospf_lsa.c (ospf_refresher_register_lsa): Fix bug of refresh never
1590         occurs.
1592         * ospfd.c (show_ip_ospf_neighbor_id): New defun added.
1593         `show ip ospf neighbor' related commands are re-arranged.
1595 2000-04-20  Toshiaki Takada  <takada@zebra.org>
1597         * ospf_dump.c (debug_ospf_zebra): New defun added.
1598         Suppress zebra related debug information.
1600 2000-04-19  Toshiaki Takada  <takada@zebra.org>
1602         * ospf_zebra.c (ospf_distribute_list_update_timer),
1603         (ospf_distribute_list_update), (ospf_filter_update):
1604         New function added.  Re-organize `distribute-list' router ospf
1605         command.
1607 2000-04-13  Michael Rozhavsky  <mike@nbase.co.il>
1609         * ospf_packet.c (ospf_make_ls_upd): Add check for MAX_AGE.
1611 2000-04-14  Michael Rozhavsky  <mike@nbase.co.il>
1613         * ospf_packet.c (ospf_make_ls_upd): Increment LS age by configured 
1614         interface transmit_delay.
1616 2000-04-14  Sira Panduranga Rao  <pandu@euler.ece.iisc.ernet.in>
1618         * ospf_interface.c (ip_ospf_cost), (no_ip_ospf_cost):
1619         Add to schedule router_lsa origination when the interface cost changes.
1621 2000-04-12  Toshiaki Takada  <takada@zebra.org>
1623         * ospf_lsa.c (ospf_refresher_register_lsa),
1624         (ospf_refresher_unregister_lsa): Fix bug of core dumped.
1626         * ospfd.c (no_router_ospf): Fix bug of core dumped.
1628 2000-03-29  Toshiaki Takada  <takada@zebra.org>
1630         * ospf_nsm.c (nsm_oneway_received): Fix bug of MS flag unset.
1632 2000-03-29  Michael Rozhavsky <mike@nbase.co.il>
1634         * ospf_lsa.c (ospf_network_lsa):
1635         * ospf_nsm.c (ospf_nsm_event): Fix bug of Network-LSA originated
1636         in stub network.
1638 2000-03-28  Toshiaki Takada  <takada@zebra.org>
1640         * ospf_nsm.c (nsm_bad_ls_req), (nsm_seq_number_mismatch),
1641         (nsm_oneway_received): Fix bug of NSM state flapping between
1642         ExStart and Exchange.
1644 2000-03-28  Toshiaki Takada  <takada@zebra.org>
1646         * ospf_packet.h (strcut ospf_header): Fix the size of ospf_header,
1647         change u_int8_t to u_char.
1649 2000-03-27  Toshiaki Takada  <takada@zebra.org>
1651         * ospf_lsa.c (ospf_lsa_checksum): Take care of BIGENDIAN architecture.
1653 2000-03-27  Toshiaki Takada  <takada@zebra.org>
1655         * ospfd.c (ospf_interface_run): Make sure Address family matches.
1657 2000-03-26  Love <lha@s3.kth.se>
1659         * ospf_packet.c (ospf_write): Chack result of sendto().
1661 2000-03-26  Sira Panduranga Rao  <pandu@euler.ece.iisc.ernet.in>
1663         * ospf_nsm.c (nsm_oneway_received): Fix bug of 1-WayReceived in NSM.
1665 2000-03-23  Libor Pechacek  <farco@clnet.cz>
1667         * ospf_lsa.c (ospf_network_lsa)
1668         * ospf_lsdb.c (new_lsdb_insert): Fix bug of accessing to
1669         unallocated memory.
1671 2000-03-23  Toshiaki Takada  <takada@zebra.org>
1673         * ospfd.c (ospf_config_write): Fix bug of duplicate line for
1674         `area A.B.C.D authentication'.
1676 2000-03-22  Toshiaki Takada  <takada@zebra.org>
1678         * ospf_debug.c (debug_ospf_lsa), (no_debug_ospf_lsa): Defun added.
1679         Suppress all zlog related to LSAs with this config option.
1681 2000-03-21  Kunihiro Ishiguro  <kunihiro@zebra.org>
1683         * ospf_nsm.c (ospf_nsm_event): Add check for NSM_InactivityTimer.
1685 2000-03-21  Toshiaki Takada  <takada@zebra.org>
1687         * ospf_packet.c (ospf_ls_upd_timer), (ospf_ls_req):
1688         Fix bug of memory leak about linklist.
1690         * ospf_flood.c (ospf_flood_through_area): Likewise.
1692 2000-03-18  Sira Panduranga Rao  <pandu@euler.ece.iisc.ernet.in>
1694         * ospf_flood.c (ospf_ls_retransmit_lookup): Add checksum comparison
1695         to identify LSA uniquely.  This fix routes lost.
1697 2000-03-18  Toshiaki Takada  <takada@zebra.org>
1699         * ospf_ase.c (ospf_find_asbr_route): Add sanity check with router
1700         routing table.
1702 2000-03-17  Alex Zinin  <zinin@amt.ru>
1703         
1704         * ospf_spf.[ch]: Bug fix.
1705         The 2nd stage of Dijkstra could consider one vertex
1706         more than once if there is more than one link
1707         between the routers, thus adding extra CPU overhead
1708         and extra next-hops.
1709         Fixed.
1711 2000-03-15  Sira Panduranga Rao  <pandu@euler.ece.iisc.ernet.in>
1713         * ospf_nsm.c (nsm_inactivity_timer): Changed to call nsm_kill_nbr().
1715 2000-03-14  Toshiaki Takada  <takada@zebra.org>
1717         * ospf_route.c (ospf_route_copy_nexthops): Fix bug of memory leak of
1718         ospf_path.  Actually ignore merging ospf_route with completely same 
1719         paths.
1721 2000-03-12  Toshiaki Takada  <takada@zebra.org>
1723         * ospf_lsa.c (show_as_external_lsa_detail): fix bug of 
1724         external route tag byte order.
1726 2000-03-11  Toshiaki Takada  <takada@zebra.org>
1728         * ospf_lsdb.c (ospf_lsdb_insert): New function added.
1730 2000-03-09  Toshiaki Takada  <takada@zebra.org>
1732         * ospf_lsa.c (ospf_external_lsa_install),
1733         (ospf_lsa_lookup), (show_ip_ospf_database_all),
1734         (show_ip_ospf_database_self_originate): Use struct new_lsdb for
1735         LSDB of AS-external-LSAs instead of ospf_lsdb.
1737         * ospf_lsa.c (ospf_lsa_unique_id): New function added.
1738         Use for assigning Unique Link State ID instead of
1739         ospf_get_free_id_for_prefix().
1741 2000-03-09  Toshiaki Takada  <takada@zebra.org>
1743         * ospf_ase.c (ospf_ase_calculate_timer): Fix bug of segmentation
1744         fault reported by George Bonser <george@siteROCK.com>.
1746 2000-03-07  Libor Pechacek  <farco@clnet.cz>
1748         * ospfd.c (ospf_interface_down): Fix bug of segmentation fault.
1750 2000-03-06  Toshiaki Takada  <takada@zebra.org>
1752         * ospf_route.c (ospf_route_cmp): Change meaning of return values.
1754 2000-03-02  Alex Zinin <zinin@amt.ru>
1755         * ospfd.h, ospf_ia.h
1756         New Shortcut ABR code. Now area's flag can be configured
1757         with Default, Enable, and Disable values.
1758         More info will be in the new ver of I-D soon (see IETF web).
1760 2000-02-25  Toshiaki Takada  <takada@zebra.org>
1762         * ospf_lsa.c (ospf_lsa_header_set), (ospf_external_lsa_body_set),
1763         (osfp_external_lsa_originate), (ospf_external_lsa_queue),
1764         (ospf_external_lsa_originate_from_queue): New function added.
1765         (ospf_external_lsa): Function removed.
1767         * ospf_zebra.c (ospf_zebra_read_ipv4): Originate AS-external-LSA
1768         when listen a route from Zebra, instead creating external route.
1770         * ospf_asbr.c (ospf_asbr_route_add_flood_lsa),
1771         (ospf_asbr_route_add_queue_lsa),
1772         (ospf_asbr_route_install_lsa), (ospf_asbr_route_add):
1773         Functions removed.
1775         * ospf_ase.c (process_ase_lsa): Function will not be used.
1776         (ospf_ase_calculate), (ospf_ase_calculate_route_add),
1777         (ospf_ase_calculate_new_route), (ospf_ase_caluculate_asbr_route):
1778         process_ase_lsa () is separated to these functions.
1780         OSPF AS-external-LSA origination is whole re-organized.
1782 2000-02-18  Toshiaki Takada  <takada@zebra.org>
1784         * ospf_packet.c (ospf_ls_upd): Fix bug of OSPF LSA memory leak.
1786         * ospf_asbr.c (ospf_asbr_route_add_flood_lsa),
1787         (ospf_asbr_route_add_queue_lsa): Fix bug of OSPF external route
1788         memory leak.
1790 2000-02-12  Kunihiro Ishiguro  <kunihiro@zebra.org>
1792         * ospf_asbr.c (ospf_asbr_route_install_lsa): Re-calculate LSA
1793         checksum after change Advertised Router field.
1795 2000-02-09  Toshiaki Takada  <takada@zebra.org>
1797         * ospf_asbr.c (ospf_external_route_lookup): Add new function.
1799 2000-02-08  Toshiaki Takada  <takada@zebra.org>
1801         * ospfd.c (ospf_router_id_get), (ospf_router_id_update),
1802         (ospf_router_id_update_timer): Router ID decision algorithm is changed.
1803         Router ID is chosen from all of eligible interface addresses even if
1804         it is not enable to OSPF.
1806 2000-02-08  Toshiaki Takada  <takada@zebra.org>
1808         * ospf_asbr.c (ospf_asbr_route_add): Function divided to
1809         ospf_asbr_route_add_flood_lsa, ospf_asbr_route_add_queue_lsa and
1810         ospf_asbr_route_install_lsa.  If Router-ID is not set, then LSA is
1811         waited to install to LSDB.
1812         `0.0.0.0 adv_router' AS-external-LSA origination bug was fixed.
1814 2000-02-01  Sira Panduranga Rao  <pandu@euler.ece.iisc.ernet.in>
1816         * ospf_flood.c (ospf_ls_retransmit_lookup): Compare LS seqnum
1817         in the ACK before deleting.
1819         * ospf_packet.c (ospf_hello): Reset the flags after a shutdown
1820         and no shutdown of the interface.
1822 2000-01-31  Toshiaki Takada  <takada@zebra.org>
1824         * ospf_packet.c (ospf_ls_req): Send multiple Link State Update
1825         packets respond to a Link State Request packet.
1827         * ospfd.c (show_ip_ospf_neighbor_detail_sub): Show thread state.
1829         * ospf_interface.c (ospf_vl_new): Crash when backbone area
1830         is not configured and set virtual-link to no-backbone area,
1831         bug fixed.
1833 2000-01-30  Kunihiro Ishiguro  <kunihiro@zebra.org>
1835         * ospf_neighbor.h (struct ospf_neighbor): Add pointer to last send
1836         LS Request LSA.
1838         * ospf_packet.c (ospf_ls_upd): Comment out LS request list
1839         treatment.  That should be done in OSPF flooding procedure.
1841         * ospf_flood.c (ospf_flood_through_area): Enclose
1842         ospf_check_nbr_loding inside if-else close.
1844 2000-01-31  Toshiaki Takada  <takada@zebra.org>
1846         * ospf_packet.c (ospf_make_ls_upd): Fix bug of #LSAs counting.
1848 2000-01-29  Toshiaki Takada  <takada@zebra.org>
1850         * ospf_packet.c (ospf_make_md5_digest): Fix bug of md5 authentication.
1852 2000-01-28  Toshiaki Takada  <takada@zebra.org>
1854         * ospfd.c (show_ip_ospf): Show Number of ASE-LSAs.
1856 2000-01-27  Kunihiro Ishiguro  <kunihiro@zebra.org>
1858         * ospf_packet.c (ospf_make_db_desc): Don't use rm_list for
1859         removing LSA from nbr->db_summary.
1861 2000-01-27  Sira Panduranga Rao <pandu@euler.ece.iisc.ernet.in>
1863         * ospf_packet.c (ospf_ls_upd_send): Set AllSPFRouters to
1864         destination when the link is point-to-point.
1865         (ospf_ls_ack_send_delayed): Likewise.
1867 2000-01-27  Kunihiro Ishiguro  <kunihiro@zebra.org>
1869         * ospf_flood.c (ospf_ls_request_delete_all): Fix bug of next
1870         pointer lookup after the node is freed.
1872 2000-01-26  Kunihiro Ishiguro  <kunihiro@zebra.org>
1874         * ospf_asbr.c (ospf_asbr_route_add): Instead of scanning all AS
1875         external route, use ospf_top->external_self.
1877 2000-01-27  Toshiaki Takada  <takada@zebra.org>
1879         * ospf_lsa.c (ospf_forward_address_get): New function added.
1881         * ospf_asbr.c (ospf_asbr_check_lsas): Originate AS-external-LSA
1882         only when it should be replaced.
1884 2000-01-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
1886         * ospf_flood.c (ospf_ls_retransmit_clear): Delete list node.
1888         * ospf_lsa.c (ospf_lsa_free): Reduce logging message using
1889         ospf_zlog value.
1891         * ospf_ism.c (ism_change_status): Fix bug of DR -> non DR status
1892         change.  Self originated LSA is freed but not deleted from lsdb.
1894 2000-01-24  Kunihiro Ishiguro  <kunihiro@zebra.org>
1896         * ospf_ism.c (ism_interface_down): Don't use router_id for
1897         detecting self neighbor structure.  Instead of that compare
1898         pointer itself.
1900         * ospf_neighbor.c (ospf_nbr_free): Cancel all timer when neighbor
1901         is deleted.
1902         (ospf_nbr_free): Free last send packet.
1904         * ospf_neighbor.h (struct ospf_neighbor): Remove host strucutre.
1905         Instead of that src is introduced.
1907         * ospf_nsm.h: Enclose macro defenition with do {} while (0).
1909 2000-01-17  Kunihiro Ishiguro  <kunihiro@zebra.org>
1911         * ospfd.c: Change part of passive interface implementation.  For
1912         passive interface just disabling sending/receiving Hello on the
1913         interface.
1915 2000-01-16  Kai Bankett <kai.bankett@vew-telnet.net>
1917         * ospf_interface.h (OSPF_IF_PASSIVE): Add passive flag.
1918         * ospf_interface.c (ospf_if_lookup_by_name): Add new function.
1919         * ospf_lsa.c (ospf_router_lsa): Skip passive interface.
1920         * ospfd.c (passive_interface): New command passive-interface is
1921         added.
1922         (ospf_config_write): Print passive interface.
1924 2000-01-15  Toshiaki Takada  <takada@zebra.org>
1926         * ospf_interface.h (crypt_key): New struct added to store
1927         multiple cryptographic autheitication keys.
1928         (ospf_interface): struct changed.
1930         * ospf_interface.c: ospf_crypt_key_new, ospf_crypt_key_add,
1931         ospf_crypt_key_lookup, ospf_crypt_key_delete: new functions added.
1933         * ospf_packet.c (ip_ospf_message_digest_key): Changed to store
1934         multiple cryptographic authentication keys.
1936 2000-01-14  Toshiaki Takada  <takada@zebra.org>
1938         * ospf_interface.c: DEFUN (if_ospf_*) commands changed name to
1939         ip_ospf_* ().
1940         Old notation `ospf *' still remains backward compatibility.
1942 1999-12-29  Alex Zinin  <zinin@amt.ru>
1943         * ospf_lsa.c: ospf_lsa_more_recent() bug fix
1944         * ospf_nsm.c, ospf_packet.c: remove nbr data struct when
1945           int goes down, also check DD flags correctly (bug fix)
1947 1999-12-28  Alex Zinin  <zinin@amt.ru>
1948         * "redistribute <source> metric-type (1|2) metric <XXX>" added
1950 1999-12-23  Alex Zinin  <zinin@amt.ru>
1951         * added RFC1583Compatibility flag
1952         * added dynamic interface up/down functionality
1954 1999-11-19  Toshiaki Takada  <takada@zebra.org>
1956         * ospf_neighbor.h (struct ospf_neighbor): Add member state_change
1957         for NSM state change statistics.
1959 1999-11-19  Toshiaki Takada  <takada@zebra.org>
1961         * ospfd.c (show_ip_ospf_neighbor_detail),
1962         (show_ip_ospf_neighbor_int_detail): DEFUN Added.
1964 1999-11-14  Kunihiro Ishiguro  <kunihiro@zebra.org>
1966         * ospf_asbr.c (ospf_asbr_check_lsas): Add check of
1967         lsa->refresh_list.
1969 1999-11-11  Toshiaki Takada  <takada@zebra.org>
1971         * ospf_ia.[ch] (OSPF_EXAMINE_SUMMARIES_ALL): Macro added.
1972         This macro is expanded to ospf_examine_summaries ()
1973         for SUMMARY_LSA and SUMMARY_LSA_ASBR.
1974         (OSPF_EXAMINE_TRANSIT_SUMMARIES_ALL): Macro added.
1975         This macro is expanded to ospf_examine_transit_summaries ()
1976         for SUMMARY_LSA and SUMMARY_LSA_ASBR.
1978 1999-11-11  Toshiaki Takada  <takada@zebra.org>
1980         * ospf_lsa.[ch] (ospf_find_self_summary_lsa_by_prefix): Changed to
1981         macro OSPF_SUMMARY_LSA_SELF_FIND_BY_PREFIX.
1982         (ospf_find_self_summary_asbr_lsa_by_prefix): Changed to
1983         macro OSPF_SUMMARY_ASBR_LSA_SELF_FIND_BY_PREFIX.
1984         (ospf_find_self_external_lsa_by_prefix): Changed to
1985         macro OSPF_EXTERNAL_LSA_SELF_FIND_BY_PREFIX.
1987 1999-11-11  Toshiaki Takada  <takada@zebra.org>
1989         * ospfd.c (ospf_abr_type): ospf_abr_type_cisco, ospf_abr_type_ibm,
1990         ospf_abr_type_shortcut and ospf_abr_type_standard DEFUNs are
1991         combined.
1992         * ospfd.c (no_ospf_abr_type): no_ospf_abr_type_cisco,
1993         no_ospf_abr_type_ibm and no_ospf_abr_type_shortcut DEFUNS are
1994         combined.
1996 1999-11-10  Toshiaki Takada  <takada@zebra.org>
1998         * ospf_route.c (ospf_lookup_int_by_prefix): Move function to
1999         ospf_interface.c and change name to ospf_if_lookup_by_prefix ().
2001 1999-11-01  Alex Zinin <zinin@amt.ru>
2002         * ospf_packet.c 
2003         some correction to LSU processing
2005         * ospf_lsa.c ospfd.h 
2006         randomize initial LSA refreshment interval
2007         and limit the size of LSA-group to 10
2008         to let randomization work more effectively.
2010 1999-10-31  Alex Zinin <zinin@amt.ru>
2011         * ospf_interface.c 
2012         cancel t_network_lsa_self
2013         when freeing int structure
2015         *  ospf_abr.c ospf_asbr.c ospf_flood.c ospf_lsa.c 
2016            ospf_lsa.h ospf_lsdb.h ospfd.c ospfd.h
2018         Summary and ASE LSA refreshment functions
2019         added---LSA refreshment is paced to 70 LSAs
2020         per sec to avoid link overflow. Refreshment events
2021         are further randomized within a 10 sec interval
2022         to avoid syncing.
2023         
2024         Also the sigfault of memcmp() in ospf_lsa_is_different()
2025         is fixed.
2027 1999-10-30  Alex Zinin <zinin@amt.ru>
2028         * ospf_nsm.c 
2029         Fix the bug where MAX_AGE LSAs
2030         are included into the DB summary.
2032         * ospf_interface.c 
2033         allocate 2*MTU input buffer instead of just MTU
2034         for the cases when the other router mistakenly
2035         sends larger packets thus causing fragmentation, etc.
2037         * ospf_nsm.c
2038         in nsm_reset_nbr() lists should be freed
2039         not when they are empty.
2041 1999-10-29  Kunihiro Ishiguro  <kunihiro@zebra.org>
2043         * ospf_zebra.c (ospf_acl_hook): Move OSPF_IS_ASBR and OSPF_IS_ABR
2044         check inside of if (ospf_top).
2046 1999-10-29  Alex Zinin <zinin@amt.ru>
2047         * ospf_lsa.c ospf_lsdb.c :
2048         add assertion in lsa and lsa->data alloc functions,
2049         as well as in lsdb_add for new->data
2051         * ospf_lsdb.c: free hash table correctly
2053 1999-10-28  John Capo <jc@irbs.com>
2055         * ospf_packet.h (OSPF_PACKET_MAX): Correct MAX packet length
2056         calculation
2058 1999-10-27  Kunihiro Ishiguro  <kunihiro@zebra.org>
2060         * OSPF-TRAP-MIB.txt: New file added. Edited version of RFC1850.
2062         * OSPF-MIB.txt: New file added.  Edited version of RFC1850.
2064 1999-10-27  Alex Zinin  <zinin@amt.ru>
2065         * ospfd, ospf_zebra, ospf_abr
2066         "area import-list" command is added.
2067         This command allows to filter the inter-area routes
2068         injected into an area. Access list hook function
2069         extended to invalidate area exp/imp lists.
2071 1999-10-25  Yoshinobu Inoue  <shin@nd.net.fujitsu.co.jp>
2073         * ospfd.c (ospf_interface_run): Enable to detect P2P network
2074         on an OSPF interface.
2076 1999-10-19  Jordan Mendelson  <jordy@wserv.com>
2078         * ospf_lsdb.c (ospf_lsdb_add): Fix bug of crash
2079         in ospf_ls_retransmit_lookup ().
2081 1999-10-19  Vladimir B. Grebenschikov <vova@express.ru>
2083         * ospf_route.c: Workaround about installation of OSPF routes into
2084         the zebra daemon.  Add checking of existance routes.  Free
2085         ospf_top->old_table if it exists.
2087 1999-10-15  Jordan Mendelson <jordy@wserv.com>
2089         * Add support for MD5 authentication.
2091 1999-10-12  Alex Zinin  <zinin@amt.ru>
2092         * ospfd.c, ospfd.h, ospf_abr.c:
2093           a new command "area export-list" was added, it allows
2094           the admin. to control which intra-area routes are
2095           announced to other areas by the ABR
2097 1999-10-12  Alex Zinin  <zinin@amt.ru>
2098         * ospf_asbr.c (ospf_asbr_check_lsas): Fix bug of coredump
2099           when "no redistribute" is used after a distribute list
2100           denying some networks was used
2102 1999-10-05  Toshiaki Takada  <takada@zebra.org>
2104         * ospf_route.c (ospf_path_dup): New function added.
2106 1999-10-05  Toshiaki Takada  <takada@zebra.org>
2108         * ospf_interface.[ch]: Some of VL related funciton name changed.
2110 1999-09-27  Alex Zinin  <zinin@amt.ru>
2112         * ospf_zebra.c: Distribute-list functionality added
2114 1999-09-27  Toshiaki Takada  <takada@zebra.org>
2116         * ospfd.c (show_ip_ospf): Fix bug of segmentation fault when no ospf
2117         instance exists.
2119 1999-09-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
2121         * ospfd.c (ospf_interface_down): Fix bug of misusing nextnode()
2122         instead of node->next.  Reported by Hiroki Ishibashi
2123         <ishibasi@dcd.abk.nec.co.jp>.
2125         * ospf_route.c (show_ip_ospf_route): Add check for ospf is enabled
2126         or not.
2128 1999-09-23  Alex Zinin  <zinin@amt.ru>
2130         * stub area support added
2132 1999-09-23  Alex Zinin  <zinin@amt.ru>
2134         * fwd_addr in ASE-LSAs is now set correctly
2135         * ASE routing changed to check the fwd_addr
2136         and skip the route if the addr points to one
2137         of our interfaces to avoid loops.
2139 1999-09-22  Alex Zinin  <zinin@amt.ru>
2141         * ospf_interface:
2142         ospf_vls_in_area() added, it returns 
2143         the number of VLs configured through the area
2145         * ospf_interface.c ospf_lsa.c ospf_lsdb.c ospfd.c 
2146         honor correct mem alloc
2148 1999-09-22  Alex Zinin  <zinin@amt.ru>
2150         * memory.[ch]:
2151         Some OSPF mem types added,
2152         plus more info in "show mem"
2154 1999-09-21  Alex Zinin  <zinin@amt.ru>
2156         * ospfd.c:
2157         "area range substitute" added.
2158         It can be used on NAT-enabled (IP-masquarade)
2159         routers to announce private networks
2160         from an area as public ones into the outside
2161         world (not in the RFC, btw :)
2163 1999-09-21  Alex Zinin  <zinin@amt.ru>
2165         * ospfd.c:
2166         "area range suppress" added.
2167         This command allows to instruct the router
2168         to be silent about specific ranges, i.e.,
2169         it is a method of route filtering on area
2170         borders
2172 1999-09-21  Alex Zinin  <zinin@amt.ru>
2174         * ospfd.c VLs removed when "no network area" executed
2176 1999-09-20  Alex Zinin  <zinin@amt.ru>
2178         * ospf_ase.c bug fix for not-zero fwd_addr 
2179         and directly connected routes.
2181 1999-09-20  Yon Uriarte <yon@plannet.de>
2183         * ospf_packet.c (ospf_make_ls_req): Introduce delta value for
2184         checking the length of OSPF packet exceeds MTU or not.
2186         * ospf_lsa.c (ospf_lsa_different): Apply ntohs for checking
2187         l1->data->length.
2189 1999-09-18  Alex Zinin  <zinin@amt.ru>
2191         * ospf_lsa.c bug fix for ospf_network_lsa() to
2192         include itself into the RID list
2194 1999-09-10  Alex Zinin  <zinin@amt.ru>
2196         * Alternative ABR behaviors IBM/Cisco/Shortcut
2197         implemented
2199 1999-09-10  Alex Zinin  <zinin@amt.ru>
2201         * router and network-LSA origination
2202         changed to honor MinLSInterval
2204 1999-09-08  Alex Zinin  <zinin@amt.ru>
2206         * modified ABR behavior to honor VLs and transit
2207           areas
2209 1999-09-07  Alex Zinin  <zinin@amt.ru>
2211         * completed VL functionality
2213 1999-09-06  Kunihiro Ishiguro  <kunihiro@zebra.org>
2215         * ospf_asbr.c: New file.
2216         ospf_asbr.h: New file.
2218         * ospf_zebra.c (ospf_redistribute_connected): Add redistribute
2219         related stuff.
2221 1999-09-05  Kunihiro Ishiguro  <kunihiro@zebra.org>
2223         * ospfd.h (OSPF_FLAG_VIRTUAL_LINK): Change OSPF_FLAG_VEND to
2224         OSPF_FLAG_VIRTUAL_LINK for comprehensiveness.
2226 1999-09-03  Kunihiro Ishiguro  <kunihiro@zebra.org>
2228         * ospf_spf.c (ospf_spf_register): Change name from
2229         ospf_spf_route_add() to ospf_spf_register().
2230         Include "ospfd/ospf_abr.h" for ospf_abr_task() prototype.
2232 1999-09-02  Kunihiro Ishiguro  <kunihiro@zebra.org>
2234         * ospf_lsa.c (ospf_external_lsa_install): Change to update
2235         lsa->data rather than install new one, when same id lsa is already
2236         installed.
2238 1999-09-01  Kunihiro Ishiguro  <kunihiro@zebra.org>
2240         * ospf_lsa.c (ospf_router_lsa_install): Return lsa value.
2241         (ospf_network_lsa_install): Likewise.
2242         (ospf_summary_lsa_install): Likewise.
2243         (ospf_summary_asbr_lsa_install): Likewise.
2244         (ospf_external_lsa_install): Likewise.
2246         * ospf_spf.c (ospf_spf_calculate): Comment out debug function
2247         ospf_rtrs_print().
2249 1999-08-31  Kunihiro Ishiguro  <kunihiro@zebra.org>
2251         * ospf_spf.c (ospf_rtrs_free): Add ospf_spf_calculate() for
2252         freeing rtrs.
2254 1999-08-31  Toshiaki Takada  <takada@zebra.org>
2256         * ospf_lsa.c (show_ip_ospf_database_summary),
2257         (show_ip_ospf_database_summary_asbr),
2258         (show_ip_ospf_database_external): New function added.
2259         `show ip ospf database summary',
2260         `show ip ospf database asbr-summary'
2261         `show ip ospf database external' command can be used.
2263         * ospf_lsa.c (ospf_lsa_count_table): New function added.
2264         (show_ip_ospf_database_all): show nothing if a type of LSA
2265         does not exist.
2266         
2267 1999-08-31  Kunihiro Ishiguro  <kunihiro@zebra.org>
2269         * ospf_lsa.c (ospf_maxage_lsa_remover): Preserve next pointer when
2270         the node is deleted.
2272 1999-08-31  Toshiaki Takada  <takada@zebra.org>
2274         * ospf_flood.c (ospf_ls_retransmit_lookup): change to return
2275         struct ospf_lsa *.
2276         (ospf_ls_request_new), (ospf_ls_request_free),
2277         (ospf_ls_request_add), (ospf_ls_request_delete),
2278         (ospf_ls_request_delete_all), (ospf_ls_request_lookup):
2279         New function added.
2281         * ospf_packet.c (ospf_ls_upd_send_lsa): New function added.
2283         * ospf_lsa.h (LS_AGE): Slightly change macro definition.
2285         * ospf_lsa.c (ospf_lsa_more_recent), (ospf_lsa_diffrent):
2286         Use LS_AGE macro.
2288 1999-08-30  Alex Zinin <zinin@amt.ru>
2289         
2290         * ospfd.c
2291         fix a bug with area range config write
2292         added "show ip ospf" command, it will be enhanced later on
2294 1999-08-30  Alex Zinin <zinin@amt.ru>
2296         * ospf_lsa.c
2297         updated ospf_router_lsa() to honor flags (B-bit)
2299 1999-08-30  Alex Zinin <zinin@amt.ru>
2301         * ospf_abr.c
2302         wrote major functions implementing ABR activity
2304 1999-08-30  Alex Zinin <zinin@amt.ru>
2306         * ospf_ia.c ospf_route.c ospf_route.h 
2307         fixed the bug with ospf_route.origin field.
2308         Now it holds pointer to lsa_header
2310 1999-08-30  Alex Zinin <zinin@amt.ru>
2312         * ospf_flood.c ospf_flood.h:
2313         transformed ospf_flood_if_select into ospf_flood_through_area()
2314         added new ospf_flood_if_select() and ospf_flood_through_as()
2316 1999-08-30  Toshiaki Takada  <takada@zebra.org>
2318         * ospf_flood.[ch]: New file added.
2320         * ospf_packet.c (ospf_lsa_flooding),
2321         (ospf_lsa_flooding_select_if): functions move to ospf_flood.c
2323         * ospf_neighbor.c (ospf_put_lsa_on_retransm_list),
2324         (ospf_remove_lsa_from_retransm_list),
2325         (ospf_nbr_remove_all_lsas_from_retransm_list),
2326         (ospf_lsa_remove_from_ls_retransmit):
2327         (ospf_lsa_retransmit): functions move to
2328         ospf_flood.c, and change function's name:
2330         ospf_put_lsa_on_retransm_list ()
2331           -> ospf_ls_retransmit_add ()
2332         ospf_remove_lsa_from_retransm_list ()
2333           -> ospf_ls_retransmit_delete ()
2334         ospf_nbr_remove_all_lsas_from_retransm_list ()
2335           -> ospf_ls_retransmit_clear ()
2336         ospf_lsa_remove_from_ls_retransmit ()
2337           -> ospf_ls_retransmit_delete_nbr_all ()
2338         ospf_lsa_retransmit ()
2339           -> ospf_ls_retransmit_add_nbr_all ()
2341         * ospf_lsa.c (ospf_lsa_lookup_from_list): function move to
2342         ospf_flood.c, and change name to ospf_ls_retransmit_lookup ().
2344 1999-08-30  Kunihiro Ishiguro  <kunihiro@zebra.org>
2346         * ospf_neighbor.c (ospf_nbr_lookup_by_addr): Use
2347         route_node_lookup() instead of route_node_get().
2349         * ospf_packet.c (ospf_ls_upd): Temporary comment out (6) check.
2351 1999-08-30  Kunihiro Ishiguro  <kunihiro@zebra.org>
2353         * ospf_route.c (ospf_lookup_int_by_prefix): Add check of
2354         oi->address.
2356 1999-08-29  Alex Zinin <zinin@amt.ru>
2357         * ospf_lsa.c 
2358         MaxAge LSA deletion functions added.
2360 1999-08-29  Alex Zinin <zinin@amt.ru>
2361         * ospf_neighbor.c 
2362         ospf_nbr_lookup_by_addr(): added route_unlock_node()
2363         when function returns NULL if (rn->info == NULL)
2365 1999-08-29  Alex Zinin <zinin@amt.ru>
2366         * ospfd.c
2367         added a hack for area range deletion
2368         
2369 1999-08-29  Alex Zinin <zinin@amt.ru>
2370         * ospf_lsa.h 
2371         included lsdb field into struct ospf_lsa, to find
2372         LSDB easier when removing MaxAge LSAs.
2374 1999-08-29  Alex Zinin <zinin@amt.ru>
2375         * ospf_lsa.c ospf_neighbor.c ospf_nsm.c 
2376           ospf_packet.c changed to honor new retransmit list
2377           management functions
2379 1999-08-29  Alex Zinin <zinin@amt.ru>
2380         * ospf_neighbor.c , .h added new retransmit list functions.
2382 1999-08-29  Alex Zinin <zinin@amt.ru>
2383         * Makefile.in
2384         added ospf_ase, ospf_abr, ospf_ia
2386 1999-08-29  Alex Zinin <zinin@amt.ru>
2387         * ospf_spf.c:
2388         - changed ospf_next_hop_calculation() to include interface
2389           and nexthop addr for directly connected routers---more informative
2390           and solves problem with route installation into the kernel
2391         - changed ospf_nexthop_out_if_addr() to support routers, not only
2392           transit networks
2393         - added ospf_process_stubs();
2395 1999-08-29  Alex Zinin <zinin@amt.ru>
2396         * ospf_lsa.c:
2397         - changed ospf_router_lsa() to provide correct links
2398           for p-t-p interfaces;
2399         - changed ospf_summary_lsa_install() to support table
2400           of self-originated summary-LSAs;
2401         - added ospf_summary_asbr_lsa_install() and ospf_external_lsa_install()
2402         - changed ospf_lsa_install() accordingly
2403         - changed show_ip_ospf_database_router_links() to support p-t-p
2405 1999-08-29  Kunihiro Ishiguro  <kunihiro@zebra.org>
2407         * ospf_packet.c (ospf_make_db_desc): Only master can clear more
2408         flag.
2410 1999-08-29  Kunihiro Ishiguro  <kunihiro@zebra.org>
2412         * ospf_packet.c (ospf_read): Add check of IP src address.
2414 1999-08-28  Alex Zinin <zinin@amt.ru>
2415         * ospf_neighbor.h
2416         added ospf_nbr_lookup_by_routerid()
2418 1999-08-28  Alex Zinin <zinin@amt.ru>
2419         * ospfd.h
2420         added ABR/ASBR flag definitions and fields;
2421         added iflist field to area structure;
2422         summary_lsa_self and summary_lsa_asbr_self are changed
2423         to be route tables;
2424         added ranges field---configured area ranges;
2425         A separate Routers RT added;
2426         area range config commands and config write added
2429 1999-08-28  Alex Zinin <zinin@amt.ru>
2430         * ospf_route.c :
2431         ospf_route_free()--added code to free the list of paths;
2432         The following functions added:
2433                 ospf_intra_add_router();
2434                 ospf_intra_add_transit();
2435                 ospf_intra_add_stub();
2436         the last function uses new ospf_int_lookup_by_prefix();
2437         show_ip_ospf_route_cmd()--changed to support new RT structure;
2438         added ospf_cmp_routes()--general route comparision function;
2439         added ospf_route_copy_nexthops() and ospf_route_copy_nexthops_from_vertex()
2440         they are used in ASE and IA routing;
2441         added ospf_subst_route() and ospf_add_route();
2443 1999-08-28  Alex Zinin <zinin@amt.ru>
2444         * ospf_route.h :
2445         changed struct ospf_path to include output interface,
2446         changed struct ospf_route to support IA and ASE routing.
2447         added prototypes of the function used in IA and ASE modules.
2449 1999-08-28  Alex Zinin <zinin@amt.ru>
2450         * ospf_lsa.h ospf_lsa.c :
2451         added ospf_my_lsa(), an interface independent version of
2452         ospf_lsa_is_self_originated(), it will be used in ASE and IA-routing.
2454 1999-08-27  Kunihiro Ishiguro  <kunihiro@zebra.org>
2456         * ospf_interface.c (interface_config_write): Add check for
2457         oi->nbr_self.
2459 1999-08-25  Toshiaki Takada  <takada@zebra.org>
2461         * ospf_lsa.c (ospf_lsa_dup): New function added.
2463         * ospf_packet.c (ospf_write), (ospf_read): Print send/recv
2464         interface in debug message.
2466 1999-08-25  Toshiaki Takada  <takada@zebra.org>
2468         * ospf_packet.c (ospf_ls_ack_send): The name is changed from
2469         `ospf_ls_ack_send'.
2470         (ospf_ls_ack_send_delayed) (ospf_ls_ack_timer): New function added.
2471         Delayed Link State Acknowledgment is scheduled by timer.
2473 1999-08-25  Alex Zinin  <zinin@amt.ru>
2475         * ospf_lsa.c (ospf_router_lsa): Incorrectly included link to
2476         a stub network instead of link to a transit network into
2477         originated router-LSA, bug fixed.
2479 1999-08-24  Toshiaki Takada  <takada@zebra.org>
2481         * ospfd.c (ospf_update_router_id): New function added.
2483         * ospf_network.c (ospf_write): Create new socket per transmission.
2484         And select outgoing interface whether dst is unicast or multicast.
2486         * ospf_packet.c: LSA flooding will work.        
2488 1999-08-24  VOP <vop@unity.net>
2490         * ospf_route.c: Include "sockunion.h"
2492 1999-08-24  Kunihiro Ishiguro  <kunihiro@zebra.org>
2494         * ospf_network.c (ospf_serv_sock_init): Enclose
2495         IPTOS_PREC_INTERNETCONTROL setting with #ifdef for OS which does
2496         not have the definition.
2498 1999-08-23  Toshiaki Takada  <takada@zebra.org>
2500         * ospf_packet.c: Fix bug of DD processing.
2502 1999-08-18  Toshiaki Takada  <takada@zebra.org>
2504         * ospf_lsa.c (show_ip_ospf_database): Show actual `LS age'.
2506 1999-08-17  Toshiaki Takada  <takada@zebra.org>
2508         * ospf_lsa.h (OSPF_MAX_LSA): The value of OSPF_MAX_LSA is
2509         corrected.  The bug of `mes_lookup' is fixed.  
2510         This had been reported by Poul-Henning Kamp <phk@freebsd.org>.
2512         * ospf_lsa.c (ospf_router_lsa_install): The name is changed from
2513         `ospf_add_router_lsa'.
2514         (ospf_network_lsa_install): The name is changed from
2515         `ospf_add_network_lsa'.
2517         * ospf_interface.h (ospf_interface): Add member `nbr_self'.
2519         * ospf_interface.c (ospf_if_is_enable): New function added.
2521 1999-08-16  Toshiaki Takada  <takada@zebra.org>
2523         * ospf_lsa.h (struct lsa_header): The name is changed from
2524         `struct ospf_lsa'.
2525         (struct ospf_lsa): New struct added to control each LSA's aging
2526         and timers.     
2528         * ospf_lsa.c (ospf_lsa_data_free): The name is change from
2529         `ospf_lsa_free'.
2530         (ospf_lsa_data_new), (ospf_lsa_new), (ospf_lsa_free),
2531         (ospf_lsa_different), (ospf_lsa_install): New function added.
2533         * ospf_packet.c (ospf_ls_upd_list_lsa): New function added.
2535 1999-08-12  Toshiaki Takada  <takada@zebra.org>
2537         * ospf_nsm.c (nsm_reset_nbr): New function added.
2538         KillNbr and LLDown neighbor event call this function.
2539         
2540 1999-08-10  Toshiaki Takada  <takada@zebra.org>
2542         * ospf_packet.c (ospf_ls_retransmit)
2543         (ospf_ls_upd_timer): New function added.
2544         Set retransmission timer for Link State Update.
2546 1999-07-29  Toshiaki Takada  <takada@zebra.org>
2548         * ospf_ism.c (ospf_dr_election): Fix bug of DR election.
2550 1999-07-28  Toshiaki Takada  <takada@zebra.org>
2552         * ospf_network.c (ospf_serv_sock_init): Set IP precedence field
2553         with IPTOS_PREC_INTERNET_CONTROL.
2555         * ospf_nsm.c (nsm_change_status): Schedule NeighborChange event
2556         if NSM status change.
2557         
2558         * ospf_packet.c (ospf_make_hello): Never include a neighbor in
2559         Hello packet, when the neighbor goes down.
2561 1999-07-26  Kunihiro Ishiguro  <kunihiro@zebra.org>
2563         * Makefile.am (noinst_HEADERS): Add ospf_route.h.
2565         * ospf_route.c (show_ip_ospf_route): Add `show ip ospf route'
2566         command.
2568 1999-07-25  Toshiaki Takada  <takada@zebra.org>
2570         * ospf_lsa.c (ospf_router_lsa): Fix bug of LS sequence number
2571         assignement.
2573 1999-07-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
2575         * ospf_route.c (ospf_route_table_free): New function added.
2577         * ospf_spf.c (ospf_spf_next): Free vertex w when cw's and w's
2578         distance is same.
2580         * ospfd.h (struct ospf): Add old_table.
2582         * ospf_main.c (sighup): Call of log_rotate () removed.
2584         * ospf_lsa.c (ospf_lsa_is_self_originated): Fix bug of checking
2585         area->lsa as self LSA.  This should be area->lsa_self.
2587 1999-07-24  Kunihiro Ishiguro  <kunihiro@zebra.org>
2589         * ospf_zebra.c (ospf_zebra_add): ospf_zebra_add
2590         (),ospf_zebra_delete () added.
2592         * ospf_spf.c (ospf_spf_calculate): Call ospf_intra_route_add ().
2594 1999-07-24  Toshiaki Takada  <takada@zebra.org>
2596         * ospf_lsa.c: Change LS sequence number treatment.
2597         (ospf_lsa_is_self_originated): New function added.
2598         (show_ip_ospf_database_self_originated): New DEFUN added.
2599         
2600 1999-07-23  Kunihiro Ishiguro  <kunihiro@zebra.org>
2602         * ospf_interface.c (ospf_if_lookup_by_addr): Add loopback check.
2604 1999-07-22  Toshiaki Takada  <takada@zebra.org>
2606         * ospf_spf.c (ospf_nexthop_new), (ospf_nexthop_free),
2607         (ospf_nexthop_dup): function added.
2608         (ospf_nexthop_calculation): function changed.
2610         * ospf_interface.c (ospf_if_lookup_by_addr): function added.
2611         
2612 1999-07-21  Toshiaki Takada  <takada@zebra.org>
2614         * ospf_spf.c (ospf_spf_closest_vertex): function removed.
2615         
2616 1999-07-21  Kunihiro Ishiguro  <kunihiro@zebra.org>
2618         * ospf_spf.c (ospf_spf_next): Apply ntohs for fetching metric.
2620 1999-07-21  Toshiaki Takada  <takada@zebra.org>
2622         * ospf_neighbor.c (ospf_nbr_lookup_by_router_id): fundtion removed.
2624         * ospf_lsa.c (show_ip_ospf_database_router): describe each
2625         connected link.
2627 1999-07-21  Kunihiro Ishiguro  <kunihiro@zebra.org>
2629         * ospf_spf.c (ospf_spf_next): V is router LSA or network LSA so
2630         change behavior according to LSA type.
2631         (ospf_lsa_has_link): Link check function is added.
2633 1999-07-20  Kunihiro Ishiguro  <kunihiro@zebra.org>
2635         * ospf_spf.c (ospf_spf_calculate_schedule): Add new function for
2636         SPF calcultion schedule addtition.
2637         (ospf_spf_calculate_timer_add): Rough 30 sec interval SPF calc
2638         timer is added.
2639         (ospf_spf_next_router): Delete ospf_spf_next_network ().
2641         * ospf_lsa.c (show_ip_ospf_database_all): Network-LSA display
2642         header typo correction.  Display of router LSA's #link added.
2644 1999-07-19  Toshiaki Takada  <takada@zebra.org>
2646         * ospf_packet.c (ospf_check_network_mask): Added new function for
2647         receiving Raw IP packet on an appropriate interface.
2649 1999-07-16  Toshiaki Takada  <takada@zebra.org>
2651         * ospfd.c (ospf_router_id): new DEFUN added.
2653 1999-07-15  Toshiaki Takada  <takada@zebra.org>
2655         * ospf_spf.c (ospf_spf_init), (ospf_spf_free),
2656         (ospf_spf_has_vertex), (ospf_vertex_lookup),
2657         (ospf_spf_next_router), (ospf_spf_next_network),
2658         (ospf_spf_closest_vertex), (ospf_spf_calculate):
2659         function added.
2661 1999-07-13  Toshiaki Takada  <takada@zebra.org>
2663         * ospf_ism.c: fix bug of DR Election.
2665         * ospf_nsm.c: fix bug of adjacency forming.
2667 1999-07-05  Kunihiro Ishiguro  <kunihiro@zebra.org>
2669         * ospfd.c (ospf_init): Change to use install_default.
2671 1999-07-01  Rick Payne <rickp@rossfell.co.uk>
2673         * ospf_zebra.c (zebra_init): Install standard commands to
2674         ZEBRA_NODE.
2676 1999-06-30  Toshiaki Takada  <takada@zebra.org>
2678         * ospf_dump.c: Whole debug command is improved.
2679         (ISM|NSM) (events|status|timers) debug option added.
2680         (show_debugging_ospf): new DEFUN added.
2682 1999-06-30  Kunihiro Ishiguro  <kunihiro@zebra.org>
2684         * ospf_lsa.c (ospf_lsa_lookup_from_list): Change !IPV4_ADDR_CMP to
2685         IPV4_ADDR_SAME.
2687 1999-06-29  Toshiaki Takada  <takada@zebra.org>
2689         * ospf_dump.c (ospf_summary_lsa_dump): Add summary-LSA dump routine.
2690         (ospf_as_external_lsa_dump): Add AS-external-LSA dump routine.
2692         * ospf_nsm.c (nsm_twoway_received): fix condtion of adjacnet.
2694         * ospf_ism.c (ospf_dr_election): fix DR Election.
2695         
2696         * ospf_dump.c (ospf_nbr_state_message): fix `show ip ospf neighbor'
2697         command's state.
2699 1999-06-29  Kunihiro Ishiguro  <kunihiro@zebra.org>
2701         * ospf_dump.c (ospf_router_lsa_dump): Add router-LSA dump routine.
2703 1999-06-28  Toshiaki Takada  <takada@zebra.org>
2705         * ospf_lsa.c (show_ip_ospf_database_network): fix bug of
2706         `show ip ospf database network' command output.
2708         * ospf_nsm.c (nsm_inactivity_timer): Clear list of Link State
2709         Retransmission, Database Summary and Link State Request.
2711         * ospf_packet.c (ospf_ls_req_timer): New function added.
2712         Set Link State Request retransmission timer.
2714 1999-06-27  Kunihiro Ishiguro  <kunihiro@zebra.org>
2716         * ospf_main.c (main): Change default output from ZLOG_SYSLOG to
2717         ZLOG_STDOUT.
2719         * ospfd.c (ospf_init): Register show_ip_ospf_interface_cmd and
2720         show_ip_ospf_neighbor_cmd to VIEW_NODE.
2722         * ospf_lsa.c (ospf_lsa_init): Register show_ip_ospf_database_cmd
2723         and show_ip_ospf_database_type_cmd to VIEW_NODE.
2725 1999-06-25  Toshiaki Takada  <takada@zebra.org>
2727         * ospf_packet.c: fix bug of DD making.
2728         fix bug of LS-Update reading.
2729         
2730 1999-06-23  Toshiaki Takada  <takada@zebra.org>
2732         * ospf_packet.c: All type of packets are changed to use
2733         fifo queue structure.
2734         (ospf_fill_header) function added.
2736 1999-06-22  Toshiaki Takada  <takada@zebra.org>
2738         * ospf_packet.c (ospf_packet_new): New function added to handle
2739         sending ospf packet by fifo queue structure.
2740         (ospf_packet_free), (ospf_fifo_new), (ospf_fifo_push),
2741         (ospf_fifo_pop), (ospf_fifo_head), (ospf_fifo_flush),
2742         (ospf_fifo_free): Likewise.
2744 1999-06-21  Toshiaki Takada  <takada@zebra.org>
2746         * ospf_nsm.c (ospf_db_desc_timer): function added.
2747         (nsm_timer_set) function added.
2748         * ospf_dump.c (ospf_option_dump): function added.
2749         * ospf_packet.c (ospf_ls_req) (ospf_make_ls_req): function added.
2751 1999-06-20  Toshiaki Takada  <takada@zebra.org>
2753         * ospf_lsa.c (ospf_lsa_more_recent): function added.
2754         * ospf_neighbor.h (struct ospf_neighbor): Change member ms_flag
2755         to dd_flags.
2756         
2757 1999-06-19  Toshiaki Takada  <takada@zebra.org>
2759         * ospf_lsa.c: DEFUN (show_ip_ospf_database) Added.
2760         * ospf_interface.c (if_ospf_cost), (if_ospf_dead_interval),
2761         (if_ospf_hello_interval), (if_ospf_priority),
2762         (if_ospf_retransmit_interval), (if_ospf_transmit_delay)
2763         argument changed from NUMBER to <range>.
2764         DEFUN (if_ospf_network_broadcast),
2765         DEFUN (if_ospf_network_non_broadcast),
2766         DEFUN (if_ospf_network_point_to_multipoint),
2767         DEFUN (if_ospf_network_point_to_point) functions are combined to
2768         DEFUN (if_ospf_network).
2769         
2770 1999-06-18  Toshiaki Takada  <takada@zebra.org>
2772         * ospf_lsa.c: ospf_add_router_lsa (), ospf_add_network_lsa (),
2773         ospf_lsa_lookup (), ospf_lsa_count () Added.
2775 1999-06-15  Toshiaki Takada  <takada@zebra.org>
2777         * DEFUN (ospf_debug_ism), DEFUN (ospf_debug_nsm),
2778         DEFUN (no_ospf_debug_ism), DEFUN (no_ospf_debug_nsm) Added.
2779         `debug ospf ism' command shows debug message.
2780         `debuf ospf nsm' command shows debug message.
2782 1999-06-14  Toshiaki Takada  <takada@zebra.org>
2784         * ospf_lsa.c: ospf_network_lsa () Added.
2785         ospf_lsa_checksum () Added.
2786         * DEFUN (ospf_debug_packet), DEFUN (no_ospf_debug_packet) Added.
2787         `debug ospf packet' command shows debug message.
2789 1999-06-13  Toshiaki Takada  <takada@zebra.org>
2791         * ospf_packet.h: Remove struct ospf_ls_req {}, ospf_ls_upd {},
2792         ospf_ls_ack {}.
2794 1999-06-11  Toshiaki Takada  <takada@zebra.org>
2796         * ospf_dump.c: fix IP packet length treatment.
2798 1999-06-10  Toshiaki Takada  <takada@zebra.org>
2800         * ospf_ism.h: Add OSPF_ISM_EVENT_EXECUTE() Macro Added.
2801         * ospf_nsm.h: Add OSPF_NSM_EVENT_EXECUTE() Macro Added.
2803         * ospf_packet.c: ospf_db_desc (), ospf_db_desc_send () Added.
2804         ospf_make_hello (), ospf_make_db_desc () Added.
2805         ospf_db_desc_proc () Added.n
2807         * Database Description packet can be processed.
2809 1999-06-08  Toshiaki Takada  <takada@zebra.org>
2811         * ospf_lsa.c: New file.
2812         
2813 1999-06-07  Toshiaki Takada  <takada@zebra.org>
2815         * ospf_neighbor.c: ospf_fully_adjacent_count () Added.
2817 1999-06-07  Kunihiro Ishiguro  <kunihiro@zebra.org>
2819         * ospf_spf.[ch]: New file.
2821 1999-05-30  Kunihiro Ishiguro  <kunihiro@zebra.org>
2823         * ospf_zebra.c: Changed to use lib/zclient.c routines.
2825         * ospf_zebra.h (zebra_start): Remove struct zebra.
2827 1999-05-29  Kunihiro Ishiguro  <kunihiro@zebra.org>
2829         * ospfd.c (ospf_config_write): Add cast (unsigned long int) to
2830         ntohl for sprintf warning.
2832 1999-05-19  Toshiaki Takada  <takada@zebra.org>
2834         * ospf_ism.c (ospf_dr_election): Join AllDRouters Multicast group
2835         if interface state changes to DR or BDR.
2837 1999-05-14  Stephen R. van den Berg <srb@cuci.nl>
2839         * ospf_main.c (signal_init): SIGTERM call sigint.
2840         (sigint): Logging more better message.
2842 1999-05-12  Toshiaki Takada  <takada@zebra.org>
2844         * ospfd.c: Fix bug of `no router ospf' statement, it will work.
2846 1999-05-11  Toshiaki Takada  <takada@zebra.org>
2848         * ospf_neighbor.c: ospf_nbr_free () Added.
2850 1999-05-10  Toshiaki Takada  <takada@zebra.org>
2852         * ospfd.h: struct ospf_area { }, struct ospf_network { } Changed.
2853         * Fix bug of `no network' statement, it will work.
2855 1999-05-07  Toshiaki Takada  <takada@zebra.org>
2857         * ospf_interface.c, ospf_zebra.c: Fix bug of last interface is not
2858         updated by ospf_if_update ().
2860 1999-04-30  Kunihiro Ishiguro  <kunihiro@zebra.org>
2862         * Makefile.am (noinst_HEADERS): Add ospf_lsa.h for distribution.
2864 1999-04-25  Toshiaki Takada <takada@zebra.org>
2866         * ospf_interface.c: DEFUN (no_if_ospf_cost),
2867         DEFUN (no_if_ospf_dead_interval),
2868         DEFUN (no_if_ospf_hello_interval),
2869         DEFUN (no_if_ospf_priority),
2870         DEFUN (no_if_ospf_retransmit_interval),
2871         DEFUN (no_if_ospf_transmit_delay) Added.
2873         interface_config_write () suppress showing interface
2874         default values.
2876 1999-04-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
2878         * ospf_dump.c (ospf_timer_dump): If thread is NULL return "inactive".
2880         * ospfd.c (ospf_if_update): Fix bug of using ospf_area { } instead
2881         of ospf_network { }.  So `router ospf' statement in ospfd.conf
2882         works again.
2883         (ospf_if_update): Call ospf_get_router_id for updating router ID.
2885 1999-04-25  Toshiaki Takada  <takada@zebra.org>
2887         * ospf_interface.c: DEFUN (if_ospf_network) deleted.
2888         DEFUN (if_ospf_network_broadcast),
2889         DEFUN (if_ospf_network_non_broadcast),
2890         DEFUN (if_ospf_network_point_to_multipoint),
2891         DEFUN (if_ospf_network_point_to_point),
2892         DEFUN (no_if_ospf_network) Added.
2894 1999-04-23  Toshiaki Takada  <takada@zebra.org>
2896         * ospfd.h: struct area { } changed to struct ospf_network { }.
2897         Add struct ospf_area { }.
2898         * ospfd.c: Add ospf_area_lookup_by_area_id (), ospf_network_new (),
2899         and ospf_network_free ().
2900         DEFUN (area_authentication), DEFUN (no_area_authentication) Added.
2902 1999-04-22  Toshiaki Takada  <takada@zebra.org>
2904         * ospf_lsa.h: New file.
2905         * ospf_packet.h: LSA related struct definition are moved to
2906         ospf_lsa.h.
2907         * ospf_packet.c: ospf_verify_header () Added.
2909 1999-04-21  Toshiaki Takada  <takada@zebra.org>
2911         * ospf_ism.c: ospf_elect_dr () and related function is changed.
2912         DR Election bug fixed.
2913         * ospf_dump.c: ospf_nbr_state_message (), ospf_timer_dump () Added.
2914         * ospfd.c: DEFUN (show_ip_ospf_neighbor) Added.
2916 1999-04-19  Kunihiro Ishiguro  <kunihiro@zebra.org>
2918         * ospf_main.c (main): access_list_init () is added for vty
2919         connection filtering.
2921 1999-04-16  Toshiaki Takada  <takada@zebra.org>
2923         * ospfd.c: DEFUN (show_ip_ospf_interface) Added.
2924         * ospf_neighbor.c: ospf_nbr_count () Added.
2925         
2926 1999-04-15  Toshiaki Takada  <takada@zebra.org>
2928         * ospfd.h: struct ospf { } Changed.
2929         * ospfd.c: ospf_lookup_by_process_id () Deleted.
2930         * ospf_ism.c: ospf_wait_timer () Added. WaitTimer will work.
2932 1999-04-14  Toshiaki Takada  <takada@zebra.org>
2934         * ospf_ism.c: ospf_elect_dr () Added.
2935         * ospf_network.c: ospf_if_ipmulticast () Added.
2937 1999-04-11  Toshiaki Takada  <takada@zebra.org>
2939         * ospf_interface.c: interface_config_write (),
2940         DEFUN (if_ip_ospf_cost),
2941         DEFUN (if_ip_ospf_dead_interval),
2942         DEFUN (if_ip_ospf_hello_interval),
2943         DEFUN (if_ip_ospf_priority),
2944         DEFUN (if_ip_ospf_retransmit_interval) and
2945         DEFUN (if_ip_ospf_transmit_delay) Added.
2947 1999-04-08  Toshiaki Takada  <takada@zebra.org>
2949         * ospf_dump.c: ospf_packet_db_desc_dump () Added.
2950         * ospf_neighbor.c: ospf_nbr_bidirectional () Added.
2951         * ospf_nsm.c: nsm_twoway_received () Added.
2953 1999-04-02  Toshiaki Takada  <takada@zebra.org>
2955         * ospf_neighbor.c: New file.
2956         * ospf_neighbor.h: New file.
2957         * ospf_nsm.c: New file.
2958         * ospf_nsm.h: New file.
2959         * ospf_packet.c: Add ospf_make_header (), ospf_hello () and
2960         ospf_hello_send (). Now OSPFd can receive Hello and send Hello.
2962 1999-03-27  Kunihiro Ishiguro  <kunihiro@zebra.org>
2964         * ospf_packet.c: Add ospf_recv_packet ().  Now OSPF Hello can receive.
2966 1999-03-19  Toshiaki Takada  <takada@zebra.org>
2968         * ospf_packet.c: New file.
2969         * ospf_packet.h: New file.
2970         * ospf_network.c: New file.
2971         * ospf_network.h: New file.
2972         * ospfd.h: move OSPF message structure has moved to ospf_packet.h.
2974 1999-03-17  Kunihiro Ishiguro  <kunihiro@zebra.org>
2976         * ospf_zebra.c (ospf_zebra_get_interface): Fix for IPv6 interface
2977         address.
2979         * Makefile.am (install-sysconfDATA): Overwrite install-sysconfDATA
2980         for install ospfd.conf.sample as owner read only file.
2982         * ospf_main.c (usage): Change to use ZEBRA_BUG_ADDRESS.
2984 1999-03-15  Toshiaki Takada  <takada@zebra.org>
2986         * ospf_ism.c: New file.
2987         * ospf_ism.h: New file.
2988         * ospf_dump.c: New file.
2989         * ospf_dump.h: New file.
2991         * ospfd.h: Add (struct ospf), (struct config_network),
2992         (struct message) structure.
2994         * ospf_interface.c: Add ospf_if_match_network ().
2995         * ospf_interface.h (struct ospf_interface): Change struct members.
2997         * ospfd.c: ospf_lookup_by_process_id (), ospf_network_new (),
2998         DEFUN (network_area): Added.
3000         * ospfd.conf.sample: Change sample configuration.
3002 1999-03-05  Toshiaki Takada  <takada@zebra.org>
3004         * ospf_interface.c: New file.
3005         * ospf_interface.h: New file.
3006         * ospf_zebra.h: New file.
3007         * ospf_zebra.c: Add interface function for zebra daemon.
3008         * ospfd.c: New file.
3010 1999-02-23  Kunihiro Ishiguro  <kunihiro@zebra.org>
3012         * Move IPv6 codes and files to ospf6d directory.
3014 1999-02-18  Peter Galbavy  <Peter.Galbavy@knowledge.com>
3016         * syslog support added
3018 1998-12-22  Toshiaki Takada  <takada@zebra.org>
3020         * ospfd.h: New file.
3021         * ospf_lsa.h: New file.
3023 1998-12-15  Kunihiro Ishiguro  <kunihiro@zebra.org>
3025         * Makefile.am: New file.
3026         * ospf_main.c: New file.