diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-05-31 09:25:51 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-05-31 09:25:51 +0000 |
commit | 500b6ec7d63beae7007fa4f2c53b8606c46762a3 (patch) | |
tree | 1a3f5c8caab23c84ab31716ca658071a1f728bf2 /net/zebra/pkg-descr | |
parent | 3cc3e700209d701f5bfda5b527793be532d87b95 (diff) | |
download | ports-500b6ec7d63beae7007fa4f2c53b8606c46762a3.tar.gz ports-500b6ec7d63beae7007fa4f2c53b8606c46762a3.zip |
Notes
Diffstat (limited to 'net/zebra/pkg-descr')
-rw-r--r-- | net/zebra/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/zebra/pkg-descr b/net/zebra/pkg-descr new file mode 100644 index 000000000000..b7cb3bd003a4 --- /dev/null +++ b/net/zebra/pkg-descr @@ -0,0 +1,17 @@ +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. + +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. + +Homepage: + + http://www.zebra.org/ |