summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1999-08-19 00:01:32 +0000
committerandreas <andreas@FreeBSD.org>1999-08-19 00:01:32 +0000
commitfcbf08c181cad60f26b0f9ada0fed068d71e462b (patch)
treefb6aea4abdbea9f6a13c59e7265d2ec509d16366 /net
parent74c28ac3c4d90651df583eac2c41868badd3d47d (diff)
downloadFreeBSD-ports-fcbf08c181cad60f26b0f9ada0fed068d71e462b.zip
FreeBSD-ports-fcbf08c181cad60f26b0f9ada0fed068d71e462b.tar.gz
Upgrade to zebra 0.77
From: Kunihiro Ishiguro <kunihiro@zebra.org> Date: Sun, 15 Aug 1999 23:47:59 +0900 This beta includes brand new ripd. Almost codes of ripd is rewritten. ripd's dynamic `network' command configuration is improved. `timers basic' command's semantics is changed to conforms to RFC2453. ripngd is also updated as same as ripd. IPv6 kernel route handling bug is fixed. SIGUSR1 reopen logging file. ospfd's bug of originating network LSA is fixed. Redistribute routes handling is much improved. Now `no redistribute' works as expected. BGP-4+ withdraw bug is fixed. IPv6 router advertisement codes are added but not yet usable. * Changes in zebra-0.77 * Changes in lib ** SIGUSR1 reopen logging file. ** route-map is extended to support multi-protocol routing information. ** When compiling under GNU libc 2.1 environment don't use inet6-apps. * Changes in zebra ** Basic IPv6 router advertisement codes added. It is not yet usable. ** Fix IPv6 route addition/deletion bug is fixed. ** `show ip route A.B.C.D' works * Changes in bgpd ** When invalid unfeasible routes length comes, bgpd send notify then continue to process the packet. Now bgpd stop parsing invalid packet then return to main loop. ** BGP-4+ withdrawn routes parse bug is fixed. ** When BGP-4+ information passed to non shared network's peer, trim link-local next-hop information. ** `no redistribute ROUTE_TYPE' withdraw installed routes from BGP routing information. ** `show ipv6 route IPV6ADDR' command added. ** BGP start timer has jitter. ** Holdtimer configuration bug is fixed. Now configuration does not show unconfigured hold time value. * Changes in ripngd ** Now update timer (default 30 seconds) has +/- 50% jitter value. ** Add timers basic command. ** `network' configuration is dynamically reflected. ** `timers basic <update> <timeout> <garbage>' added. * Changes in ripd ** Reconstruct almost codes. ** `network' configuration is dynamically reflected. ** RIP timers now conforms to RFC2453. So user can configure update, timeout, garbage timer. ** `timers basic <update> <timeout> <garbage>' works. * Changes in ospfd ** Bug of originating network LSA is fixed. ** `no router ospf' core dump bug is fixed. * Changes in ospf6d ** Redistribute route works.
Diffstat (limited to 'net')
-rw-r--r--net/zebra-devel/Makefile4
-rw-r--r--net/zebra-devel/distinfo2
-rw-r--r--net/zebra-pj/Makefile4
-rw-r--r--net/zebra-pj/distinfo2
-rw-r--r--net/zebra/Makefile4
-rw-r--r--net/zebra/distinfo2
6 files changed, 9 insertions, 9 deletions
diff --git a/net/zebra-devel/Makefile b/net/zebra-devel/Makefile
index 18a6870..ca15000 100644
--- a/net/zebra-devel/Makefile
+++ b/net/zebra-devel/Makefile
@@ -3,10 +3,10 @@
# Date created: So 31 Mai 1998 11:00:30 CEST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.20 1999/07/31 06:19:30 andreas Exp $
+# $Id: Makefile,v 1.21 1999/08/10 20:41:58 andreas Exp $
#
-DISTNAME= zebra-0.76
+DISTNAME= zebra-0.77
CATEGORIES= net
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
# you might need debugging, it's a developer release !
diff --git a/net/zebra-devel/distinfo b/net/zebra-devel/distinfo
index ff5ef12..2810e7b 100644
--- a/net/zebra-devel/distinfo
+++ b/net/zebra-devel/distinfo
@@ -1 +1 @@
-MD5 (zebra-0.76.tar.gz) = 802e6ddd35486a224fd8a158da4b1ea3
+MD5 (zebra-0.77.tar.gz) = bb52c14057374abcf328424541a6bbec
diff --git a/net/zebra-pj/Makefile b/net/zebra-pj/Makefile
index 18a6870..ca15000 100644
--- a/net/zebra-pj/Makefile
+++ b/net/zebra-pj/Makefile
@@ -3,10 +3,10 @@
# Date created: So 31 Mai 1998 11:00:30 CEST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.20 1999/07/31 06:19:30 andreas Exp $
+# $Id: Makefile,v 1.21 1999/08/10 20:41:58 andreas Exp $
#
-DISTNAME= zebra-0.76
+DISTNAME= zebra-0.77
CATEGORIES= net
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
# you might need debugging, it's a developer release !
diff --git a/net/zebra-pj/distinfo b/net/zebra-pj/distinfo
index ff5ef12..2810e7b 100644
--- a/net/zebra-pj/distinfo
+++ b/net/zebra-pj/distinfo
@@ -1 +1 @@
-MD5 (zebra-0.76.tar.gz) = 802e6ddd35486a224fd8a158da4b1ea3
+MD5 (zebra-0.77.tar.gz) = bb52c14057374abcf328424541a6bbec
diff --git a/net/zebra/Makefile b/net/zebra/Makefile
index 18a6870..ca15000 100644
--- a/net/zebra/Makefile
+++ b/net/zebra/Makefile
@@ -3,10 +3,10 @@
# Date created: So 31 Mai 1998 11:00:30 CEST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.20 1999/07/31 06:19:30 andreas Exp $
+# $Id: Makefile,v 1.21 1999/08/10 20:41:58 andreas Exp $
#
-DISTNAME= zebra-0.76
+DISTNAME= zebra-0.77
CATEGORIES= net
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
# you might need debugging, it's a developer release !
diff --git a/net/zebra/distinfo b/net/zebra/distinfo
index ff5ef12..2810e7b 100644
--- a/net/zebra/distinfo
+++ b/net/zebra/distinfo
@@ -1 +1 @@
-MD5 (zebra-0.76.tar.gz) = 802e6ddd35486a224fd8a158da4b1ea3
+MD5 (zebra-0.77.tar.gz) = bb52c14057374abcf328424541a6bbec
OpenPOWER on IntegriCloud