Update of /cvsroot/devil-linux/build/scripts/configuration/help
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23926/scripts/configuration/help
Added Files:
Tag: rel-1-0-patches
quagga.help
Log Message:
increased version number
replaced zebra with quagga
added kernel patch for md5 support for tcp connections
--- NEW FILE: quagga.help ---
CONFIG_QUAGGA
Quagga is a routing software suite, providing implementations of OSPFv2,
OSPFv3, RIP v1 and v2, RIPv3 and BGPv4 for Unix platforms, particularly
FreeBSD and Linux and also NetBSD, to mention a few. 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.
The Quagga architecture consists of a core daemon:
zebra
Which acts as an abstraction layer to the underlying Unix kernel and
presents the Zserv API over a Unix or TCP stream to Quagga clients. It is
these Zserv clients which typically implement a routing protocol and
communicate routing updates to the zebra daemon. Existing Zserv
clients are:
ospfd
implementing OSPFv2
ripd
implementing RIP v1 and V2
ospf6d
implementing OSPFv3 (IPv6)
ripngd
implementing RIP v3 (IPv6)
bgpd
implementing BGPv4+ (including address family support for multicast and IPv6)
|