NOTICE: This package has been removed from pkgsrc

./net/quagga-devel, Free multithreaded routing daemon software

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.99.17, Package name: quagga-0.99.17, Maintainer: gdt

Quagga is a routing software suite, providing implementations of
OSPFv2, OSPFv3, RIP v1 and v2, RIPv3 and BGPv4 for Unix platforms,
including NetBSD, FreeBSD, OpenBSD, Linux, and Solaris.
Quagga is a fork of GNU Zebra which was developed by Kunihiro
Ishiguro. The Quagga tree aims to build a more involved community
around Quagga than the current centralised model of GNU Zebra.

This package provides a development snapshot of quagga.


Required to run:
[devel/readline]

Required to build:
[lang/perl5] [lang/gawk] [devel/gmake] [devel/libtool-base]

Package options: inet6, quagga-ospf-opaque-lsa, quagga-vtysh

Master sites:

SHA1: 31f42fa9f4d96aadf1bf97c3d9bf3308eb0d56c1
RMD160: f00bf01930f781ae0de9fe9981c74e7bae0798b5
Filesize: 2150.538 KB

Version history: (Expand)


CVS history: (Expand)


   2010-08-31 15:21:25 by Greg Troxel | Files touched by this commit (9) | Package removed
Log message:
Remove; now in net/quagga.
   2010-08-25 19:52:24 by Greg Troxel | Files touched by this commit (2) | Package updated
Log message:
Update to 0.99.17.

The most important change is in correcting handling of malformed data
in BGP sessions.

bgpd:
    fix handling of AS path data
    tighten bounds checking in RR ORF msg reader

ospfd:
    Only refresh external default route once.
    Make sure ospf_distribute_list_update_timer() eventually runs.
    Make sure all external routes are updated.

zebra:
    fix infinite loop when deleting an interface

ospf6d:
    Fix crash when '[no] ipv6 ospf6 advertise prefix-list' is in startup-config

isisd:
    change ISIS_METHOD to use C preprocessor

other:
    build: ignore mkinstalldirs and texinfo.tex
    build: Add QuaggaId to README.NetBSD
    build/extra: Enhance README.NetBSD make/gmake decision.
    git: add pointers to out-of-tree work
    git: add (generated) m4 files to .gitignore
    Update for git and emphasize asking for good reports.
    doc: fixed spelling in bgpd.texi
   2010-06-26 02:59:35 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Fix permissions for configuration directory. Don't require quagga user
during early installation. Bump revision.
   2010-03-10 20:57:06 by Greg Troxel | Files touched by this commit (3)
Log message:
Update to 0.99.16.  DESTDIR support.  LICENSE is gpl2.  Cosmetic fixup
to options.  Changes since 0.99.15:

bgpd:
    use monotonic clock for time of day
    code cleanup
    compile warnings cleanup
    work around warning in assegments_parse()

ospfd:
    fix debug messages that were masked by DISCARD_LSA
    remove unneeded memset from a very hot function
    VTY strings cleanup
    comment out unused function
    make local functions static
    enable more OSPF cost command aliases

lib:
    fix memory logging
    make some structures constant
    move check_bit into prefix common code
    fix warning on little endian
    make match functions take const args
    remove unused function: route_dump_node()
    log source of vty connections (bug #566)

zebra:
    change router-id selection algo
    deal with irdp compile warnings
    cleanup RIB meta queue code
    fix more warnings in rtadv
    fix more compiler warnings
    remove unused function to fix warning
    handle RTF_CLONING removal from FreeBSD 8.0
    fix argument reference in strncpy() call for BSD
    fix RIB debug message for IPv6
    make declaration const in rtm_flag_dump()
    fix router advertisements for non-Ethernet link layer addresses

ospf6d:
    remove dead code
    fix warnings from recent prefix bit commit
    review LSA sequence number comparison
    fix LSA locking in ospf6_new_ls_id()

other:
    ripd: fix compiler warnings
    ripngd: compiler warnings cleanup
    isisd: fix --enable-isis-topology for 64-bit Linux
    isisd: fix BPF ioctl() calls, treat "true" and "false" \ 
as reserved
    configure: fix spelling
    configure: fix HAVE_CLOCK_MONOTONIC spelling
   2009-11-05 14:24:14 by Greg Troxel | Files touched by this commit (1)
Log message:
Drop '(fork of zebra)' from COMMENT as that's now only of historical
interest rather than something useful.
   2009-11-04 01:08:17 by Greg Troxel | Files touched by this commit (1)
Log message:
quagga now checks explicitly for GNU awk features, so USE_TOOLS it.
   2009-10-17 19:43:17 by Greg Troxel | Files touched by this commit (2)
Log message:
Update to 0.99.15, from Frederic Jaeckel via private mail.

Lightly tested (some of ospf, bgp, ripng on i386/amd64/sparc64).

No NEWS, but basically bugfixes and minor improvements.
   2009-06-15 00:58:11 by Joerg Sonnenberger | Files touched by this commit (129)
Log message:
Remove @dirrm related logic.