Commit graph

15 commits

Author SHA1 Message Date
Andreas Klemm
cc2d7ec287 Update zebra port to 0.68
From the announcement on the zebra mailing list:

ospfd is much improved.  DR election bug is fixed.  Database
description can be sent and received.  Now Neighbor State Machine
goes to Full.  We are working on zebra-0.70 can provide real OSPF
routing feature.

bgpd aggregate-address command is added.  At this momemnt summary-only
aggregation is supported.  `ip community-list' command is added.
New route-map command such as `set community' or `match community'
is added.

zebra's IPv6 related bug is fixed.  VTY input buffer overflow bug
is fixed.

DEFUN can eat (a|b|c) statement.  So (deny|permit) is useful for
like this:

bgpd(config)# access-list test ?
  deny              Access list for denies
  permit            Access list for permits

Changes in zebra-0.68
++ Changes in lib
- DEFUN() is extended to support (a|b|c) statement.
- Input buffer overflow bug is fixed.
++ Changes in bgpd
- `ip community-list' is added.
- set community and match community is added to route-map statement.
- aggregate-address A.B.C.D/M partly works.  Now it works only
  summary-only mode.
++ Changes in zebra
- IPv6 network address delete bug is fixed.
++ Changes in ospfd
- DR election bug fixed.
- Now Database Description can be send or received.
- Neighbor State Machine goes to Full state.
++ Changes in ospf6d
- router zebra related bug is fixed.
1999-06-19 10:21:08 +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
Michael Haro
5b9355a3b1 WWW: This is definately the daemon's work. In Chuck we trust. 1999-05-03 05:26:53 +00:00
Steve Price
89e6065d22 Update to the 19990420 version, which fixes the problem with the
'ip address' command on FreeBSD.

Submitted by:	Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
Ok'd by:	maintainer
1999-04-20 03:54:47 +00:00
Andreas Klemm
0178ef2b54 marked BROKEN
zebra isn't working
Can't set interface's address.
Can't set interface's address.
Can't set interface's address.
Can't set interface's address.
waiting for a fix from author.
1999-04-18 18:14:58 +00:00
Andreas Klemm
93ce7c224f upgrade zebra to new version from 19990408
PR:		11063
1999-04-12 20:12:43 +00:00
Andreas Klemm
521368db3b only style 1999-04-11 11:48:57 +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
Satoshi Asami
dbe56423bc Mark this port broken:
===
===>  Building package for zebra-980604
tar: can't add file sbin/ripngd : No such file or directory
tar: can't add file etc/zebra/ripngd.conf.sample : No such file or directory
===

While I'm here, clean it up a little (move comment and CFLAGS override down,
change += to = for variable defined only once).
1998-06-06 22:32:42 +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
6b29d4f6d8 Don't compile with -g as default ...
But leave this note, to remind people, that it's a developer release !
1998-06-03 06:32:57 +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