]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ChangeLog
2005-01-10 Greg Troxel <gdt@fnord.ir.bbn.com>
[mirror_frr.git] / ospfd / ChangeLog
index 33c790ade0715cdeeb1655e12b77188932406b63..df87b11e071a8d4a2b529425b9a3e7a0f6534557 100644 (file)
@@ -1,3 +1,72 @@
+2005-01-10  Greg Troxel  <gdt@fnord.ir.bbn.com>
+
+       * ospf_packet.h: Remove commented out definition of
+       OSPF_MAX_PACKET; neither it or the uncommented one are used any more.
+
+       * ospf_packet.c (ospf_make_ls_upd): Leave room for authentication
+       when deciding if an update will fit.
+       (ospf_packet_authspace): Factor out calculation of size required
+       for authentication.
+       (ospf_make_db_desc): Use ospf_max_packet, not OSPF_MAX_PACKET.
+       Don't confuse readers that there is a macro.
+
+2004-12-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+       * ospf_network.c: Improve all setsockopt error messages to give detailed
+         information on the arguments.
+
+2004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+       * ospf_packet.c: (ospf_db_desc) Reduce severity of "Negotiation done"
+         messages from LOG_WARNING to LOG_INFO, since this seems to be
+         normal.
+
+2004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+       * ospf_packet.c: (ospf_read) Always look up the interface if
+         ospf_recv_packet returns NULL ifp, since some platforms such
+         as Solaris 8 appear to support ifindex retrieval but don't.
+
+2004-12-22 Hasso Tepper <hasso at quagga.net>
+
+       * ospf_dump.c: Show debug configuration in vtysh.
+       * ospf_vty.c: Fix "show ip ospf" output. Router can't be elected in
+         any case if it's configured as "translate-never".
+       * ospf_lsdb.[ch]: New function to calculate sum of checksums.
+       * ospf_vty.c: Bugfix to show really number of AS external LSAs, not
+         number of all LSAs with AS scope, this includes opaque as LSAs as
+         well, show this number separately. Show numbers and sums of
+         checksums for each type of LSAs.
+       * ospf_lsa.c: Calculate checksum before putting LSA into database.
+
+2004-12-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+       * ospf_interface.h: Declare new function ospf_default_iftype.
+       * ospf_interface.c: (ospf_default_iftype) New function to centralize
+         this logic in one place.
+       * ospf_zebra.c: (ospf_interface_add) Use new function
+         ospf_default_iftype.
+       * ospf_vty.c: (no_ip_ospf_network,config_write_interface) Fix logic
+         by using new function ospf_default_iftype.
+
+2004-12-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+       * ospf_packet.c: (ospf_db_desc) Should be static, not global.
+         (ospf_hello,ospf_db_desc,ospf_ls_upd,ospf_ls_ack) Improve warning
+         messages to include identifying information (e.g. router id).
+       * ospf_nsm.c: (nsm_change_state) Improve info message to include
+         router id and state names.
+
+2004-12-09  Greg Troxel  <gdt@fnord.ir.bbn.com>
+
+       * ospf_apiserver.c (ospf_apiserver_term): Obtain struct
+       ospf_apiserver * from listnode.  Remove unused variables.  Follows
+       suggestion from Jay Fenlason.
+
+2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+       * *.c: Change level of debug messages to LOG_DEBUG.
+
 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
 
        * ospf_main.c: (main) The 2nd argument to openzlog has been removed.