pkgsrc-wip/zebra-pj/DESCR
Greg Troxel 556d571764 Paul Jakma's patched version of zebra (still GPL of course).
zebra is a routing daemon implementing BGP, OSPF, RIPng, and OSPFv3,
among others, using a multi-process architecture.

This pkgsrc dir is intended to be used instead of net/zebra, and is
marked to conflict with it.  (The most recent released upstream source
for net/zebra is out of date and is missing some critical patches.)
2003-04-29 14:36:53 +00:00

19 lines
755 B
Text

This is a patched version of zebra, available from
http://zebra.dishone.st/
It is based on CVS zebra and also has patches that are not yet in the
zebra CVS tree.
GNU Zebra is a free software (distributed under GNU Generic Public
License) which manages TCP/IP based routing protocols.
It supports BGP-4 protocol as described in RFC1771 (A Border Gateway
Protocol 4) and RIPv1, RIPv2 and OSPFv2. For IPv6, Zebra supports
RIPng and OSPFv3 as well as BGP.
Zebra uses multithread technology under multithread supported UNIX
kernels. However it can be run under not-multithread supported
UNIX kernels.
Zebra is intended to be used as a Route Server and a Route Reflector.
Zebra is not a toolkit, it provides full routing power under a new
architecture.