summaryrefslogtreecommitdiff
path: root/ospfd/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r--ospfd/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog
index 61286a48..86f8302e 100644
--- a/ospfd/ChangeLog
+++ b/ospfd/ChangeLog
@@ -1,7 +1,34 @@
+2003-04-23 Hasso Tepper <hasso@estpak.ee>
+
+ * ospf_vty.c: fix "router xxx" node commands in vtysh
+
2003-05-16 Hasso Tepper <hasso@estpak.ee>
* ospf_lsa.c: Fix handling of NSSA
+2003-04-19 Hasso Tepper <hasso@estpak.ee>
+
+ * {ospf_abr,ospfd}.c: area id's DECIMAL -> ADDRESS
+ * ospf_routemap.c: sync daemon's route-map commands to have same
+ syntax.
+
+2003-04-19 Sergey Vyshnevetskiy <serg@vostok.net>
+
+ * ospf_packet.c: Add missing param to zlog
+ * ospf_flood.c: remove unused vars
+
+2003-04-17 Denis Ovsienko <zebra@pilot.org.ua>
+
+ * ospf_interface.c: fix incorrect memset
+
+2003-04-10 Hasso Tepper <hasso@estpak.ee>
+
+ * ospf_lsa.[ch]: opaque LSA fix, use ospf_lookup.
+
+2003-04-03 David Watson <dwatson@eecs.umich.edu>
+
+ * ospf_lsa.c: byte order fix
+
2002-03-17 Amir Guindehi <amir@datacore.ch>
* ospf_apiserver.[ch]: Merge Ralph Keller's OSPFAPI support.