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
        
            - * Fri Nov 14 18:00:00 2003 Jay Fenlason <fenlason{%}redhat{*}com> 0.96.2-10.3E
- - Add a patch to make RIPv1 work (Bugzilla #109282, #109049).  This
  patch was included in 0.96.4 so it's been fairly well tested. 
            - * Wed Oct 29 18:00:00 2003 Jay Fenlason <fenlason{%}redhat{*}com> 0.96.2-8.3E
- - Fix a local DOS attack.
- Fix the specfile so that upgrading quagga does not accidentally run
  /sbin/install-info --delete /usr/share/info/quagga.info.gz /usr/share/info/dir
  which deletes the quagga info page from the info directory.
- Stop the daemons correctly when quagga is removed. 
            - * Wed Oct 22 19:00:00 2003 Jay Fenlason <fenlason{%}redhat{*}com> 0.96.2-6.3E
- - Fix a remote DOS attack (#107140)