summaryrefslogtreecommitdiff
path: root/net/zebra/patches/patch-ag
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2001-01-11 05:34:16 +0000
committeritojun <itojun@pkgsrc.org>2001-01-11 05:34:16 +0000
commitae26d450c1bb032fdcfb78c4085f886c947f93d9 (patch)
treea1500dc09260c00f27f113ae7b381681c42aa182 /net/zebra/patches/patch-ag
parent54b04fab4e98c6de9d14dd3b42c80955729db5f6 (diff)
downloadpkgsrc-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/patches/patch-ag')
-rw-r--r--net/zebra/patches/patch-ag17
1 files changed, 11 insertions, 6 deletions
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.])