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.96.2-11.3E
- 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
- Clean up this specfile's handling of /usr/lib/quagga/*
- Modify this spec file to separate out /usr/include/quagga/quagga/ospfd
from .../*.h and /usr/include/quagga/quagga/ospfapi from .../*.h
Rpmbuild probably shouldn't allow %dir of a plain file.
- remove target buildroot again to not waste disk space
- * 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.