From ae26d450c1bb032fdcfb78c4085f886c947f93d9 Mon Sep 17 00:00:00 2001 From: itojun Date: Thu, 11 Jan 2001 05:34:16 +0000 Subject: 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. --- net/zebra/patches/patch-ag | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'net/zebra/patches/patch-ag') diff --git a/net/zebra/patches/patch-ag b/net/zebra/patches/patch-ag index b06b2b6e51b..fbf7c905b02 100644 --- a/net/zebra/patches/patch-ag +++ b/net/zebra/patches/patch-ag @@ -1,8 +1,13 @@ -$NetBSD: patch-ag,v 1.2 2000/10/13 15:13:54 itojun Exp $ ---- configure.in.orig Wed Sep 27 19:02:51 2000 -+++ configure.in Sat Oct 14 00:02:09 2000 -@@ -155,3 +155,3 @@ +$NetBSD: patch-ag,v 1.3 2001/01/11 05:34:16 itojun Exp $ + +--- configure.in.orig Wed Jan 10 20:01:41 2001 ++++ configure.in Thu Jan 11 13:57:58 2001 +@@ -193,7 +193,7 @@ + case "${enable_vtysh}" in + "yes") VTYSH="vtysh"; AC_DEFINE(VTYSH) -- AC_CHECK_LIB(ncurses, tputs) -+ AC_CHECK_LIB(curses, tputs) +- AC_CHECK_LIB(tinfo, tputs, , AC_CHECK_LIB(ncurses, tputs)) ++ AC_CHECK_LIB(tinfo, tputs, , AC_CHECK_LIB(curses, tputs)) AC_CHECK_LIB(readline, main) + if test $ac_cv_lib_readline_main = no; then + AC_MSG_ERROR([vtysh needs libreadline but was not found on your system.]) -- cgit v1.2.3