diff options
author | itojun <itojun@pkgsrc.org> | 2001-01-11 05:34:16 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-01-11 05:34:16 +0000 |
commit | ae26d450c1bb032fdcfb78c4085f886c947f93d9 (patch) | |
tree | a1500dc09260c00f27f113ae7b381681c42aa182 /net/zebra/Makefile | |
parent | 54b04fab4e98c6de9d14dd3b42c80955729db5f6 (diff) | |
download | pkgsrc-ae26d450c1bb032fdcfb78c4085f886c947f93d9.tar.gz |
upgrade to 0.90.
New RIB code provides multiple nexthop for a prefix.
Equal cost multipath works on GNU/Linux.
Communication between protocol daemon and zebra is changed to UNIX domain socket.
BGP trap MIB works.
BGP route selection is improved and various option is provided.
New OSPF packet read method.
PLEASE UPDATE WHOLE SUITE including zebra, bgpd, ripd, ripngd,
ospfd, ospf6d when you update from previous version. Zebra protocol
is changed so there may be some protocol mismatch when you don't
update everything.
Diffstat (limited to 'net/zebra/Makefile')
-rw-r--r-- | net/zebra/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile index f34e6ef914b..fb15f633321 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2000/12/26 14:32:30 itojun Exp $ +# $NetBSD: Makefile,v 1.29 2001/01/11 05:34:16 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.89a +DISTNAME= zebra-0.90 CATEGORIES= net MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ # you might need debugging, it's a developer release ! @@ -18,7 +18,6 @@ BUILD_DEPENDS+= autoreconf:../../devel/autoconf # libedit does not work due to missing functions. .if defined(USE_ZEBRA_VTYSH) && ${USE_ZEBRA_VTYSH} == "YES" -BROKEN= "possible security issue" DEPENDS+= readline-*:../../devel/readline CONFIGURE_ARGS+=--enable-vtysh CONFIGURE_ENV+= LIBS=-L${LOCALBASE}/lib CPPFLAGS=-I${LOCALBASE}/include |