diff options
author | andreas <andreas@FreeBSD.org> | 1998-05-31 09:25:51 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-05-31 09:25:51 +0000 |
commit | f53293691615af4c6f66e55d59a7b92cd5f2bf43 (patch) | |
tree | 4761b3f3704b81a50fa9a272b1d17daf2c864035 /net/zebra-devel/pkg-descr | |
parent | 591a4a1a67c698c78408a4b301dc4c4ba281875e (diff) | |
download | FreeBSD-ports-f53293691615af4c6f66e55d59a7b92cd5f2bf43.zip FreeBSD-ports-f53293691615af4c6f66e55d59a7b92cd5f2bf43.tar.gz |
Import of the first alpha version of zebra
SNAP 980401
A free multithreaded RIP, OSPF, BGP4 router (server/reflector)
IPv6 support is for:
FreeBSD with INRIA
FreeBSD with Hydrangea
GNU/Linux with IPv6
Developer Mailing List:
majordomo@zebra.org
subscribe zebra [e-mail address] -- for English language ML
subscribe zebra-jp [e-mail address] -- for Japanese language ML
Diffstat (limited to 'net/zebra-devel/pkg-descr')
-rw-r--r-- | net/zebra-devel/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/zebra-devel/pkg-descr b/net/zebra-devel/pkg-descr new file mode 100644 index 0000000..b7cb3bd --- /dev/null +++ b/net/zebra-devel/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/ |