diff options
Diffstat (limited to 'net/zebra/pkg')
-rw-r--r-- | net/zebra/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/zebra/pkg/DESCR | 17 | ||||
-rw-r--r-- | net/zebra/pkg/PLIST | 18 |
3 files changed, 36 insertions, 0 deletions
diff --git a/net/zebra/pkg/COMMENT b/net/zebra/pkg/COMMENT new file mode 100644 index 00000000000..d23abdde72b --- /dev/null +++ b/net/zebra/pkg/COMMENT @@ -0,0 +1 @@ +Free multithreaded routing daemon software diff --git a/net/zebra/pkg/DESCR b/net/zebra/pkg/DESCR new file mode 100644 index 00000000000..b7cb3bd003a --- /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/ diff --git a/net/zebra/pkg/PLIST b/net/zebra/pkg/PLIST new file mode 100644 index 00000000000..6e2ef9d2fc3 --- /dev/null +++ b/net/zebra/pkg/PLIST @@ -0,0 +1,18 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/06/07 05:18:46 itojun Exp $ +sbin/bgpd +sbin/client +sbin/ospfd +sbin/ospf6d +sbin/ripd +sbin/ripngd +sbin/zebra +etc/zebra/bgpd.conf.sample +etc/zebra/ripd.conf.sample +etc/zebra/ripngd.conf.sample +etc/zebra/zebra.conf.sample +etc/zebra/ospfd.conf.sample +etc/zebra/ospf6d.conf.sample +@unexec install-info --delete %D/info/zebra.info %D/info/dir +info/zebra.info +@exec install-info %D/info/zebra.info %D/info/dir +@dirrm etc/zebra |