Tag 'quagga_0_98_3_release' created by hasso <hasso> at 1970-01-01 00:00 -0800

Changes since quagga_0_98_2_release:
hasso (27):
      * ospf_lsdb.c: Fix sum of checksums calculation.
      * configure.ac: Fix Linux detection. Host types like i686-pc-linux
      * ospf_api.h: char isnt always signed, but it has to be it here.
      * bgp_route.c: Make reannouncing prefixes with changed attributes
      * rt_netlink.c: (netlink_socket,netlink_request,netlink_parse_info,
      * if_ioctl_solaris.c: (interface_list_ioctl) Save errno before calling
      * ospf_network.c: (ospf_sock_init) Save errno before calling
      * ripd.c: (rip_create_socket) Save errno before calling
      * ripng_interface.c: (ripng_multicast_join) Save errno before calling
      * ospf6_zebra.c: Fix core dump when router-id is provided with
      * if_proc.c, ipforward_proc.c, rtread_proc.c: Fix fd leaks.
      * command.c: host.name might be NULL.
      * isis_spf.c: host.name might be NULL.
      * vtysh_config.c: Move password commands to the AAA_NODE. It
      * connected.c, interface.c, interface.h: Revert secondary handling
      * ospf_lsa.c: (ospf_lsa_refresh_walker) If the system clock jumps
      * configure.ac: Solaris 8 can use the newer lifreq based methods
      * bgp_route.c: Don't crash while clearing route tables if there is
      * zebra.h: Must check whether __attribute__ should be defined before
      * ospfd.h: Include log.h, fixes compile with gcc-4.0.
      * doc/defines.texi.in, lib/version.h.in: Update copyright string to
      * ospf_snmp.c: Don't crash in snmp query if ospf instance doesn't
      * ospf6_interface.c: Fix crashes if elements is deleted in list loop
      * rt_netlink.c: [netlink_link_change] If the status of an
      * rt_netlink.c (netlink_talk): Don't assume we use netlink_cmd
      * ospf_dump.c: (show_debugging_ospf) Show if ospf event debugging
      * configure.ac: Bump version to 0.98.3.

---
 ChangeLog                 |   19 ++++
 bgpd/ChangeLog            |   10 ++
 bgpd/bgp_route.c          |   33 ++++---
 configure.ac              |   20 ++--
 doc/ChangeLog             |    4 
 doc/defines.texi.in       |    2 
 doc/quagga.info           |   12 +-
 isisd/ChangeLog           |    4 
 isisd/isis_spf.c          |    3 
 lib/ChangeLog             |   10 ++
 lib/command.c             |    5 -
 lib/version.h.in          |    2 
 lib/vty.c                 |    2 
 lib/zebra.h               |   15 ++-
 ospf6d/ChangeLog          |   11 ++
 ospf6d/ospf6_interface.c  |    9 +-
 ospf6d/ospf6_zebra.c      |    3 
 ospfd/ChangeLog           |   45 ++++++++++
 ospfd/ospf_api.h          |    2 
 ospfd/ospf_dump.c         |    6 +
 ospfd/ospf_interface.c    |   19 ++++
 ospfd/ospf_interface.h    |    3 
 ospfd/ospf_lsa.c          |    9 +-
 ospfd/ospf_lsdb.c         |    6 +
 ospfd/ospf_network.c      |   13 ++-
 ospfd/ospf_snmp.c         |    3 
 ospfd/ospf_zebra.c        |   12 ++
 ospfd/ospfd.h             |    1 
 ripd/ChangeLog            |    5 +
 ripd/ripd.c               |    4 
 ripngd/ChangeLog          |    5 +
 ripngd/ripng_interface.c  |    7 +
 vtysh/ChangeLog           |    7 +
 vtysh/vtysh_config.c      |   11 +-
 zebra/ChangeLog           |   46 ++++++++++
 zebra/connected.c         |   19 ++--
 zebra/if_ioctl_solaris.c  |    4 
 zebra/if_proc.c           |    1 
 zebra/interface.c         |  198 +++-------------------------------------------
 zebra/interface.h         |    5 -
 zebra/ioctl.c             |   23 +----
 zebra/ioctl_solaris.c     |   22 +----
 zebra/ipforward_proc.c    |    1 
 zebra/ipforward_solaris.c |    4 
 zebra/irdp_main.c         |    4 
 zebra/rt_netlink.c        |   38 +++++---
 zebra/rtread_proc.c       |    2 
 47 files changed, 383 insertions(+), 306 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to