Quagga (software)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Fluoros jp (talk | contribs) at 11:03, 30 June 2018. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Quagga Routing Suite
Stable release
1.2.4 / February 19, 2018 (2018-02-19)
Repository
Operating systemUnix-like
TypeRouting
LicenseGNU General Public License
Websitewww.quagga.net

Quagga is a network routing software suite providing implementations of Open Shortest Path First (OSPF), Routing Information Protocol (RIP), Border Gateway Protocol (BGP) and IS-IS for Unix-like platforms, particularly Linux, Solaris, FreeBSD and NetBSD.[1][2]

Quagga is distributed under the terms of the GNU General Public License (GPL).

In April 2017, FRRouting forked from Quagga aiming for a more open and faster development[3].

Name

The project takes its name from the quagga, an extinct sub-species of the African zebra. Quagga is a fork of the GNU Zebra project which was developed by Kunihiro Ishiguro and which was discontinued in 2005. The Quagga tree aims to build a more involved community for Quagga than the centralized development-model which GNU Zebra followed.

Components

The Quagga architecture consists of a core daemon (zebra) which is an abstraction layer to the underlying Unix kernel and presents the Zserv API over a Unix-domain socket or TCP socket to Quagga clients. The Zserv clients typically implement a routing protocol and communicate routing updates to the zebra daemon. Existing Zserv clients are:

Additionally, the Quagga architecture has a rich development library to facilitate the implementation of protocol and client software with consistent configuration and administrative behavior.

Google has contributed to improvements to the IS-IS protocol and added BGP multipath support.[4]

See also

References

  1. ^ Benedikt Stockebrand. IPv6 in practice. Springer.
  2. ^ Schroder, Carla (2007). Linux Networking Cookbook. O'Reilly. pp. 173–203. ISBN 0-596-10248-8.
  3. ^ Zemlin, Jim (2017-04-03). "Welcoming FRRouting to The Linux Foundation". Linux.com. Retrieved 2018-06-30.
  4. ^ http://www.gossamer-threads.com/lists/quagga/dev/23049

External links