summaryrefslogtreecommitdiff
path: root/ospf6d/ChangeLog
diff options
context:
space:
mode:
authorhasso <hasso>2004-05-18 19:28:32 +0000
committerhasso <hasso>2004-05-18 19:28:32 +0000
commit3b4cd3a9e89a5aace04a6a756bd0d23b7108fd83 (patch)
treea15fe3959155a6ca5bd5a2f8e967f9fd39736975 /ospf6d/ChangeLog
parent4845437528f395c75c1945dd80b140b7162e4667 (diff)
Update to latest (really :) ospf6d from Zebra repository and some tiny
fixes.
Diffstat (limited to 'ospf6d/ChangeLog')
-rw-r--r--ospf6d/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ospf6d/ChangeLog b/ospf6d/ChangeLog
index b74deada..96490b06 100644
--- a/ospf6d/ChangeLog
+++ b/ospf6d/ChangeLog
@@ -3,6 +3,21 @@
* *.*: Merge rewritten ospf6d from Zebra repository.
* ospf6_network.c, ospf6_main.c: Merged privs stuff back in.
* ospf6_zebra.c: Sync back to zclient changes.
+ * ospf6_asbr.c: Added isis to the routings list.
+ * ospf6_main.c: "version.h" -> <lib/version.h>
+
+2004-05-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
+
+ * ospf6_flood.[ch], ospf6_lsa.[ch], ospf6_lsdb.h, ospf6_message.c
+ ospf6_neighbor.c: Fix crash bug and change the way to count
+ how many neighbors include paticular LSA on its retrans-list.
+ * ospf6d.h: version 0.9.7c
+
+2004-05-03 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
+
+ * ospf6_message.[ch], ospf6_interface.c: adjust send/recv buffer
+ size to interface MTUs.
+ * ospf6d.h: version 0.9.7b
2003-08-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>