diff options
author | itojun <itojun@pkgsrc.org> | 1999-08-30 02:57:35 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 1999-08-30 02:57:35 +0000 |
commit | aa9a11e083b6a8c6427d6f330a0efc07d9b2e3ac (patch) | |
tree | 24f3d1cb727ccc1bc3ba5704cd9058b312d57712 /net/zebra/Makefile | |
parent | f49f0c2e12b117ea93543b0699409e5f4d731469 (diff) | |
download | pkgsrc-aa9a11e083b6a8c6427d6f330a0efc07d9b2e3ac.tar.gz |
upgrade zebra from 0.77 to to 0.78a.
0.77 -> 0.78:
>ospfd does LSA flodding correctly. Some bug about DD processing, LSA
>ack are fixed. LSA structure is changed for LSA aging support.
>Interface index setting bug with Linux without netlink interface is
>fixed. Some ripd's bugs which introduced in zebra-0.77 are fixed.
>Zebra message is changed to support dynamic interface change
>notification.
http://mail.vbs.at/archive/zebra/zebra/msg00612.html
0.78 -> 0.78a:
>I introduced serious bug about the route does not deleted from zebra's
>routing table. This problem only occur with IPv4 route. I've fixed
>the problem. Would you mind to test below tar-ball?
http://mail.vbs.at/archive/zebra/zebra/msg00624.html
Diffstat (limited to 'net/zebra/Makefile')
-rw-r--r-- | net/zebra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 4ae48181e64..9aa374a68d7 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 1999/08/18 09:24:08 agc Exp $ +# $NetBSD: Makefile,v 1.14 1999/08/30 02:57:35 itojun Exp $ # Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp # -DISTNAME= zebra-0.77 +DISTNAME= zebra-0.78a CATEGORIES= net MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ # you might need debugging, it's a developer release ! |