Commit Graph

17 Commits

Author SHA1 Message Date
Andreas Klemm
11b250a50b 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.
2000-10-03 13:14:28 +00:00
Satoshi Asami
8cb2259653 Add three info files.
Found by:	bento
2000-07-05 06:01:30 +00:00
Andreas Klemm
2bf082f797 upgrade to 0.84b
And port changes from sumikawa@ebina.hitachi.co.jp:
- add 'ipv6' on CATEGORIES
- get rid of 'USE_INET6' and use 'OSVERSION' instead of it.
- make PLIST.v6 only difference from PLIST for easily maintanance

Submitted by: sumikawa@ebina.hitachi.co.jp
2000-01-22 22:12:16 +00:00
Munechika SUMIKAWA
3d5da309b4 Support IPv6. if 'USE_INET6' is defined, ripngd and ospf6d are installed.
Approved by: andreas(maintainer)
2000-01-08 17:49:13 +00:00
Andreas Klemm
803a9168c8 - Upgrade to 0.83a
- remove zebra.sh from ${PREFIX}/etc/rc.d
- start zebra now from /etc/rc.conf.local
- new zebra start script is ${PREFIX}/sbin/zebractl {start|stop|restart}
  Example:
	/etc/rc.conf.local:
	defaultrouter="NO"
	router_enable="YES"
	router="/usr/local/sbin/zebractl"
	router_flags="start"
1999-12-24 15:56:32 +00:00
Andreas Klemm
ea9206f45b Upgrade to 0.81 1999-11-08 21:47:59 +00:00
Bill Fumerola
6a2612a398 Remove two files that aren't installed anymore.
Noticed By:	bento's logs.
1999-08-07 23:46:29 +00:00
Andreas Klemm
da57b0623d Make zebra port more user friendly be providing a nice start stop script
which is prefix-clean:
- Install a zebra startup script ${PREFIX}/rc.d/zebra.sh
- Can be used as start and stop script (expects "start" or
- "stop" as argument).
- If config file is present in ${PREFIX}/etc/zebra
	- Starts zebra, ripd, ospfd and bgpd
	- Stops (kills)  ripd, ospfd, bgpd and at last zebra
1999-07-18 10:31:43 +00:00
Andreas Klemm
4595bf80df Update zebra to 0.73.
New beta, many bugfixes...
1999-07-17 22:14:37 +00:00
Jun-ichiro itojun Hagino
aab5d7d841 upgrade to 0.64.1.
(I tested this with KAME-ready kernel so it should work fine)
1999-05-09 18:24:16 +00:00
Andreas Klemm
93ce7c224f upgrade zebra to new version from 19990408
PR:		11063
1999-04-12 20:12:43 +00:00
Jun-ichiro itojun Hagino
38151bf19e update base version to 981222.
Reviewed by:	Andreas Klemm <andreas@klemm.gtn.com> (maintainer)
1999-01-07 06:28:36 +00:00
Steve Price
7dafd7c133 Make this package again. 1998-07-03 23:08:47 +00:00
Jun-ichiro itojun Hagino
b0e6b1511d update to zebra 980604 snapshot.
add ripngd and ripngd.conf.sample to pkg/PLIST since I'm on IPv6 host:-)
1998-06-04 17:03:15 +00:00
Andreas Klemm
7fbebe3079 try to remove the etc/zebra directory more gracefully,
avoiding error messages on the screen:
@unexec rmdir %D/etc/zebra 2>/dev/null
Submitted by:	Satoshi
1998-06-03 06:30:50 +00:00
Andreas Klemm
d5c46fbd60 Give zebra a config directory of it's own ${PREFIX}/etc/zebra
Try to remove it when deinstalling.
1998-05-31 17:45:45 +00:00
Andreas Klemm
500b6ec7d6 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
1998-05-31 09:25:51 +00:00