Jump to letter: [
          
            4ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        quagga: Routing daemon
        
        
        - Summary
- Quagga is a free software that manages TCP/IP based routing
protocol. It takes multi-server and multi-thread approach to resolve
the current complexity of the Internet.
Quagga supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1, RIPv2, and RIPng.
Quagga is intended to be used as a Route Server and a Route Reflector. It is
not a toolkit, it provides full routing power under a new architecture.
Quagga by design has a process for each protocol.
Quagga is a fork of GNU Zebra.
Changelog
        
            - * Thu May 18 19:00:00 2006 Jay Fenlason <fenlason{%}redhat{*}com> 0.98.3-2.4E
- - Include the -bgpd-dos patch to close
  bz#191376 CVE-2006-2276 quagga locks with command sh ip bgp
- Include the -ripd-security patch to close
  bz#191084 CVE-2006-2224 Quagga RIPd route injection
  bz#191080 CVE-2006-2223 Quagga RIPd information disclosure 
            - * Wed Jun 22 19:00:00 2005 Jay Fenlason <fenlason{%}redhat{*}com> 0.98.3-1.4E
- - Upgrade the RHEL-4 branch to quagga-0.98.3, the latest on Quagga's
  stable branch.  This closes
  bz#144226 Updated quagga from fc3 updates not built for RHEL4
  and (implicitly)
  bz#154400 ospfd consumes 100% CPU on startup
- Spec file change from FC: replace --with-rtadv
  with --enable-rtadv to close
- Spec file change from FC:  Move the .so files to the base package
  instead of -devel, so that -devel is actually optional (bz#140894)
- Spec file change: separate out /usr/include/quagga/ospfd
  from .../*.h and /usr/include/quagga/ospfapi from .../*.h 
            - * Mon Apr 25 19:00:00 2005 Jay Fenlason <fenlason{%}redhat{*}com> 0.97.0-1.4E.1
- - Include the -hang patch (from the diffs between 0.97.0 and 0.97.3) to
  allow ospfd to start up without hanging.  This closes
  bz#154400 ospfd consumes 100% CPU on startup