]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ChangeLog
Add libtool support.
[mirror_frr.git] / ospfd / ChangeLog
index 08bad00565b9981aa4116b8fd1b9e721a0db39d1..8b5c3ba1c70a4484373d34b8671422fe79ebfdd4 100644 (file)
-2003-04-23 Hasso Tepper <hasso@estpak.ee>
+2004-06-30  Greg Troxel  <gdt@poblano.ir.bbn.com>
 
-       * ospf_vty.c: fix "router xxx" node commands in vtysh
+       * Makefile.am: Add shlib support.
+
+2004-06-10 Hasso Tepper <hasso@estpak.ee>
+
+       * *: Removed ifdefs HAVE_NSSA.
+
+2004-06-06 Paul Jakma <paul@dishone.st>
+
+       * ospf_dump.c,ospf_lsa.c: Fix typos of merge of previous.
+         ospf_flood.c: (ospf_process_self_originated_lsa) fix zlog format
+
+2004-05-31 Sagun Shakya <sagun.shakya@sun.com>
+
+       * ospf_dump.c: (ospf_lsa_header_dump) LOOKUP can return null if
+         index is out of range.
+         ospf_flood.c: endianness fix
+         ospf_lsa.c: Missing ntohl's on (struct lsa *)->data->ls_seqnum
+         in various places.
+         
+2004-05-10 Hasso Tepper <hasso@estpak.ee>
+
+       * ospf_zebra.c, ospfd.c: Move ospf_prefix_list_update() function
+         to ospf_zebra.c from ospfd.c and add redistribution updates if
+         route-map is used in redistribution.
+       * ospf_main.c: Remove now useless call to ospf_init().
+
+2004-05-08 Paul Jakma <paul@dishone.st>
+
+       * ospf_zebra.c: Sync with lib/zclient changes
+       
+2004-05-05 Paul Jakma <paul@dishone.st>
+
+       * ospf_network.c: (ospf_sock_init) Check whether IP_HDRINCL is
+         defined. Warn at compile and runtime. Use 
+         IPTOS_PREC_INTERNETCONTROL otherwise.
+       * ospf_packet.c:  (ospf_associate_packet_vl) cleanup, move 
+         some of the checks up to ospf_read, return either a 
+         virtual link oi, or NULL. 
+         (ospf_read) Cleanup, make it responsible for checks. Remove
+         the nbr lookup - moved to ospf_neighbor. Adjust all nbr
+         lookups to use new wrappers exported by ospf_neighbor.
+       * ospf_neighbor.h: Add ospf_neigbour_get and ospf_nbr_lookup.
+       * ospf_neighbor.c: (ospf_neigbour_get) Index ospf_interface 
+         neighbour table by router-id for virtual-link ospf_interfaces, 
+         not by peer_addr (which breaks for asymmetric vlinks)
+         (ospf_nbr_lookup) add a wrapper for nbr lookups to deal with
+         above.
+       * ospf_interface.c: (ospf_vl_set_params) Catch changes of interface
+         address for either end of a virtual-link, and hence potential cost
+         changes.
+         
+2004-04-22 Hasso Tepper <hasso@estpak.ee>
+
+       * ospf_zebra.c: Don't ignore reject/bh routes, it's the only way
+         to "summarize" routes in ASBR at the moment.
+
+2004-04-20 Hasso Tepper <hasso@estpak.ee>
+
+       * ospfd.c: Unset NP flag if area is going to be normal or stub.
+         Fixes UNH OSPF_NSSA.1.2a comment.
+       * ospf_abr.c: Originate default into stub/nssa area even if
+         summaries are disabled.
+       * ospf_zebra.c: Don't attempt to redistribute 127.0.0.0/8.
+
+2004-04-19 Hasso Tepper <hasso@estpak.ee>
+
+       * ospf_vty.c: Don't warn that export- and import-list can't be
+         configured to backbone area if they are applied and are working
+         fine.
+
+2004-02-19 Sowmini Varadhan <sowmini.varadhan@sun.com>
+
+       * ospf_packet.c: Don't drop packets in Solaris x86.
+         [quagga-dev 1005].
+
+2004-03-18 Amir Guindehi <amir@datacore.ch>
+
+       * ospf_opaque.c: Attempt to correct the incorrect behavior of
+       Quagga's ospfd in the special situation that a node's opaque
+       capability has changed as "ON -> OFF -> ON". [quagga-dev 843].
+
+2004-02-19 Sowmini Varadhan <sowmini.varadhan@sun.com>
+
+       * ospf_abr.c: (ospf_abr_update_aggregate) UNH 3.12b,c, address range
+         should be configured with the highest cost path within the range,
+         not lowest.
+         
+2004-02-17 Paul Jakma <paul@dishone.st>
+
+       * ospf_zebra.c: (ospf_interface_delete) Do not delete the interface
+         params, nor the interface structure, if an interface delete 
+         message is received from zebra.
+       * ospf_interface.c: (ospf_if_delete_hook) Delete the interface
+         params and interface, ie that which was previously removed in
+         (ospf_interface_delete) above.
+
+2004-02-11 Hasso Tepper <hasso@estpak.ee>
+       * ospf_interface.c, ospf_zebra.c: Don't attempt to read path->oi->ifp
+         if oi doesn't exist any more.
+
+2004-02-11 Vadim Suraev <vadim.suraev@terayon.com>
+       * ospf_packet.c (ospf_ls_upd): Router should flush received network
+         LSA if it was originated with older router-id ([zebra 14710] #6).
+
+2003-12-08 Mattias Amnefelt <mattiasa@kth.se>
+
+       * ospf_packet.c: (ospf_recv_packet) OpenBSD now leaves iph.ip_len 
+         network byte order.
+
+2003-12-05  Greg Troxel  <gdt@poblano.ir.bbn.com>
+
+       * ospfd.c (ospf_network_match_iface): Rewrite code for clarity
+       while trying not to change semantics.  Add ifdefed-out code to
+       avoid matching ppp interfaces whose destination address does not
+       also match the prefix under consideration, to help out people with
+       problems due to as-yet-unfixed bugs with p2p interfaces coming and
+       going.
+
+2003-07-25 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
+
+        * ospf_packet.c (ospf_ls_upd_send_queue_event): get next route
+          node in body of the loop to avoid chance that route node
+          is unlocked and deleted before the next iteration tries to 
+          get next route node.
+
+2003-05-24 Kenji Yabuuchi
+
+       * ospf_interface.c(ospf_if_lookup_recv_if): Use the most specific
+         match for interface lookup.
+
+2003-05-18 Hasso Tepper <hasso@estpak.ee>
+
+       * ospf_vty.c: Show NSSA LSA route info in "show ip ospf database"
+       output
 
 2003-05-16 Hasso Tepper <hasso@estpak.ee>
 
        * ospf_lsa.c: Fix handling of NSSA
 
+2003-04-23 Hasso Tepper <hasso@estpak.ee>
+
+       * ospf_vty.c: fix "router xxx" node commands in vtysh
+
 2003-04-19 Hasso Tepper <hasso@estpak.ee>
 
        * {ospf_abr,ospfd}.c: area id's DECIMAL -> ADDRESS