diff options
author | andreas <andreas@FreeBSD.org> | 2000-10-03 21:14:28 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-10-03 21:14:28 +0800 |
commit | 7b05cb975153653402067fbfc84c9690994eadfb (patch) | |
tree | 6dcb2e742ac271658edd85869b9c6dbbaf94628f /net/zebra/pkg-plist | |
parent | 52a9a7c702890a402c870d971cc9211407999703 (diff) | |
download | freebsd-ports-graphics-7b05cb975153653402067fbfc84c9690994eadfb.tar.gz freebsd-ports-graphics-7b05cb975153653402067fbfc84c9690994eadfb.tar.zst freebsd-ports-graphics-7b05cb975153653402067fbfc84c9690994eadfb.zip |
update to newest beta release 0.89
added manpage entries in Makefile
Highlights:
o OSPF neighbor is supported.
o IPv6 inteface's address information propagation bug is fixed.
o BGP's various MED comparison methods are added.
o BGP read lock problem is fixed.
Release / contribution information (I think its maybe of interest
concerning the status of zebra):
From: Kunihiro Ishiguro <kunihiro@zebra.org>
Date: Mon, 02 Oct 2000 19:46:41 -0700
I've not yet merged below contributions as of zebra-0.89:
o OSPF Demand Circuits
K N Sridhar <sridhar@euler.ece.iisc.ernet.in>
o Kerberos 4, Kerberos 5 auth and DES CFB64 encryption.
Magnus Ahltorp <ahltorp@nada.kth.se>
These will be merged as soon as possible.
o PIM-SM
Robert.Olsson@data.slu.se
Jens.Laas@data.slu.se
Will be added after zebra-1.0 release.
Diffstat (limited to 'net/zebra/pkg-plist')
-rw-r--r-- | net/zebra/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/zebra/pkg-plist b/net/zebra/pkg-plist index 0d777553ae5..ddc59b7219a 100644 --- a/net/zebra/pkg-plist +++ b/net/zebra/pkg-plist @@ -1,6 +1,7 @@ sbin/bgpd sbin/ospfd sbin/ripd +sbin/ripngd sbin/zebra sbin/zebractl etc/zebra/README.mbgp @@ -8,6 +9,7 @@ etc/zebra/bgpd.conf.sample etc/zebra/bgpd.conf.sample2 etc/zebra/ospfd.conf.sample etc/zebra/ripd.conf.sample +etc/zebra/ripngd.conf.sample etc/zebra/zebra.conf.sample @unexec install-info --delete %D/info/zebra.info %D/info/dir info/zebra.info |