summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2003-04-13 20:20:53 +0000
committerpaul <paul>2003-04-13 20:20:53 +0000
commite05fba43875e86ba2ec6e3970e5ec3aa2d0e040c (patch)
treea04f2ab2869cb1915320ae9d30ff9d575ecee96e /ChangeLog
parentf894c3ad34ca6f2fa35d7e8cc35db3134c184764 (diff)
Author: amir
Date: 2003-04-10 14:32:31 +0200 (Thu, 10 Apr 2003) New Revision: 212 Modified: zebra-ag/trunk/ospfd/ospf_lsa.c Log: I've fixed a small opaque lsa bug which got triggered when deleting opaque lsa of type 11. It used area->ospf->.. when area was null. This was replaced by a ospf = ospf_lookyp(); ospf->...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e336243..3f153293 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-04-13 Paul Jakma <paul@dishone.st>
+
+ * Amir: Opaque LSA bug fix for deletion of Type11's
+ * configure.ac: use --localstatedir for Unix sockets
+
2003-04-04 Paul Jakma <paul@dishone.st>
* Sync to Zebra CVS