Tag 'quagga_0_99_3_release' created by paul <paul> at 1970-01-01 00:00 -0800

Changes since quagga_0_99_2_release:
ajs (2):
      [ospfd] Make OSPF_ISM_TIMER_OFF macro safer.
      [ospfd] Standardize buffer sizes used for displaying timers.

gdt (4):
      shell script and hints for building on NetBSD.  (gdt deleted private
      2005-12-29  Greg Troxel  <[email protected]>
      2005-12-29  Greg Troxel  <[email protected]>
      remove dead code (from David Young)

paul (54):
      [lib] 'show route-map' should print call action seperate from exit policy
      [solaris] Extra debug and cross-checks for kernel_socket, two Sol9 fixes.
      [ospfd] misc small fixes. Fix default stub router setting. no opaque 
compile.
      2005-11-14 Paul Jakma <[email protected]>
      [bug #231] check and include stdint.h, also add std=c99 to gcc CFLAGS
      2005-11-14 Paul Jakma <[email protected]>
      [workqueue] Update workqueue users callbacks to additional arguments
      - quagga.spec.in: Release sub-rev now release_rev macro, for rpmbuild -D
      [isisd] remove includes of common system headers.
      2005-11-20 Paul Jakma <[email protected]>
      2005-11-20 Paul Jakma <[email protected]>
      [bgp] Fix SEGV if empty path is confed-compared ([quagga-users 5968])
      [tests] Add empty-path and sequence+1ASN test data to aspath_test.c
      [zebra] fix some small compile errors, mark several functions static
      [ospfclient] add static qualifier
      [privs/solaris] Fix unused variable and incorrect format string.
      [lib/zebra.h] fix Linux compile error
      [zebra] Fix mistake in previous commit and further compile 
warnings/errors.
      2005-11-25 Paul Jakma <[email protected]>
      [build] Set default CFLAGS for SunPro, rationalise CFLAGS defaults.
      [zebra] fix connected_add_ipv6 declarations, label should be const.
      [c99] change gcc zero-length array to C99 flexible array declaration
      [ospfd] rename graceful to deferred, fix a tiny compile warning.
      [stream] Add quad-word support and stream_resize
      [tests] Add small unit test for the new stream functions
      [ospfd] fix automatic router-id and network enable bug.
      [ospfd] trim redundant strings
      [ospfd] fix rare leak of struct connected, in an error path.
      [bgpd] remove export of long defunct function
      [ospfd] fix undefined effect expression
      [ospfd] Bug #234. Fix nbr_self reinitialisation after down/up.
      2006-01-11 Erik Smit <[email protected]>
      [zserv] Update interface flags to 8 bytes wide.
      [zserv] Extend Zserv header with version information and marker field
      [bgpd] fix some leaks introduced in aspath rewrite.
      [bgpd] add aspath_finish, static resource cleanup function.
      2006-01-16 Paul Jakma <[email protected]>
      [ripd] Fix verification of received MD5 authenticated packets
      [zserv] fix up custom isisd and bgpd Zserv functions for new format.
      [lib/md5] md5_loop should take void pointer for more useful caller 
warnings.
      [lib/vty] Add 'no terminal monitor' alias
      [lib/zclient] Export zclient_create_header
      [ospfd/zserv] adjust to new format
      [zebra] Include metric on connected routes.
      [zebra] Defensive if_getaddrs bug fix.
      [zebra] Record NEWADDR metric on PF_ROUTE, print CACHEINFO debug on 
netlink
      2006-01-18 Gunnar Stigen <[email protected]>
      [ospfd] Add support for oversized LSAs.
      [compiler] miscellaneous trivial compiler warning fixes
      [lib/stream] small compile fix, use uint64_t, not u_int64_t.
      [version] bump configure.ac version number to 0.99.3
      [cvs] update cvsignore file.
      [zebra/solaris] Interface state fixups for Solaris.
      [zebra] Fix incorrect changes made in RIB metric selection patch

vincent (1):
      2006-01-17 Vincent Jardin <[email protected]>

---
 ChangeLog                   |   15 +
 README.NetBSD               |   30 +++
 bgpd/ChangeLog              |   52 ++++++
 bgpd/bgp_aspath.c           |   56 +++---
 bgpd/bgp_aspath.h           |    1 
 bgpd/bgp_attr.c             |    1 
 bgpd/bgp_clist.c            |    1 
 bgpd/bgp_community.c        |    1 
 bgpd/bgp_ecommunity.c       |    1 
 bgpd/bgp_filter.c           |    3 
 bgpd/bgp_main.c             |    2 
 bgpd/bgp_nexthop.c          |   86 +++++++---
 bgpd/bgp_packet.c           |    1 
 bgpd/bgp_route.c            |   18 +-
 bgpd/bgp_routemap.c         |    8 
 bgpd/bgp_vty.c              |   16 -
 bgpd/bgpd.c                 |    2 
 bgpd/bgpd.h                 |    1 
 configure.ac                |   79 +++++----
 doc/ChangeLog               |    9 +
 doc/quagga.info             |    8 
 doc/texinfo.tex             |  152 +++++++++++++----
 isisd/ChangeLog             |   14 +
 isisd/isis_adjacency.c      |    3 
 isisd/isis_circuit.c        |    3 
 isisd/isis_dynhn.c          |    1 
 isisd/isis_events.c         |    3 
 isisd/isis_lsp.c            |    2 
 isisd/isis_main.c           |    1 
 isisd/isis_misc.c           |    5 
 isisd/isis_network.c        |    3 
 isisd/isis_pdu.c            |    2 
 isisd/isis_route.c          |    2 
 isisd/isis_routemap.c       |    2 
 isisd/isis_spf.c            |    2 
 isisd/isis_zebra.c          |    5 
 lib/ChangeLog               |  111 ++++++++++++
 lib/buffer.c                |    2 
 lib/if.h                    |    2 
 lib/md5.c                   |    5 
 lib/md5.h                   |    4 
 lib/privs.c                 |    6 
 lib/regex.c                 |   18 +-
 lib/routemap.c              |   17 -
 lib/stream.c                |  134 +++++++++++++++
 lib/stream.h                |   17 +
 lib/vty.c                   |   10 +
 lib/workqueue.c             |   42 +++-
 lib/workqueue.h             |   44 ++++-
 lib/zclient.c               |   66 ++++---
 lib/zclient.h               |   39 +++-
 lib/zebra.h                 |   17 +
 ospfclient/ChangeLog        |    5 
 ospfclient/ospf_apiclient.c |   22 +-
 ospfclient/ospfclient.c     |   22 +-
 ospfd/ChangeLog             |  131 +++++++++++++++
 ospfd/ospf_abr.c            |   39 ++++
 ospfd/ospf_api.c            |    2 
 ospfd/ospf_dump.c           |    1 
 ospfd/ospf_dump.h           |    3 
 ospfd/ospf_interface.c      |   26 ---
 ospfd/ospf_ism.h            |   12 -
 ospfd/ospf_lsa.c            |  158 ++++++++++++++----
 ospfd/ospf_lsa.h            |    5 
 ospfd/ospf_main.c           |    2 
 ospfd/ospf_neighbor.c       |   21 ++
 ospfd/ospf_packet.c         |   10 -
 ospfd/ospf_routemap.c       |    8 
 ospfd/ospf_vty.c            |   43 +----
 ospfd/ospf_zebra.c          |   18 --
 ospfd/ospf_zebra.h          |    2 
 ospfd/ospfd.c               |  118 ++++---------
 ospfd/ospfd.h               |   10 -
 redhat/quagga.spec.in       |    5 
 ripd/ChangeLog              |   20 ++
 ripd/rip_main.c             |    2 
 ripd/ripd.c                 |   40 +---
 ripngd/ChangeLog            |    9 +
 ripngd/ripng_main.c         |    2 
 ripngd/ripng_routemap.c     |    8 
 tests/.cvsignore            |    6 
 tests/ChangeLog             |   19 ++
 tests/Makefile.am           |    4 
 tests/aspath_test.c         |   28 +++
 tests/test-stream.c         |   54 ++++++
 vtysh/ChangeLog             |    7 
 vtysh/vtysh.c               |    2 
 zebra/ChangeLog             |  183 +++++++++++++++++++++
 zebra/Makefile.am           |    2 
 zebra/connected.c           |    9 -
 zebra/connected.h           |    3 
 zebra/if_ioctl.c            |    7 
 zebra/if_ioctl_solaris.c    |   20 ++
 zebra/if_sysctl.c           |    5 
 zebra/interface.c           |   86 ++++++++--
 zebra/interface.h           |    9 +
 zebra/ioctl.c               |    7 
 zebra/ioctl.h               |    4 
 zebra/ioctl_solaris.c       |   91 +++++-----
 zebra/kernel_socket.c       |  376 ++++++++++++++++++++++++++------------------
 zebra/kernel_socket.h       |   32 +++
 zebra/main.c                |    5 
 zebra/rib.h                 |    2 
 zebra/rt.h                  |    4 
 zebra/rt_netlink.c          |   16 +
 zebra/rt_socket.c           |   31 +--
 zebra/rtread_getmsg.c       |    7 
 zebra/rtread_sysctl.c       |   15 +
 zebra/zebra_rib.c           |   57 +++++-
 zebra/zserv.c               |   83 ++++-----
 zebra/zserv.h               |    1 
 111 files changed, 2196 insertions(+), 848 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to