summaryrefslogtreecommitdiff
path: root/ospf6d/ChangeLog
diff options
context:
space:
mode:
authorhasso <hasso>2005-05-31 10:24:28 +0000
committerhasso <hasso>2005-05-31 10:24:28 +0000
commitb31b813671d96ea9e96801508442a90f0ef503fa (patch)
tree2e5e369667da72c91e9e3dacacefb1eca1d5a59c /ospf6d/ChangeLog
parentcf333c7ac1ce752369ffe7ddd6edeb10f0d9c9f7 (diff)
* ospf6d.c: No need for double ';'. Fixes parsing "show ipv6 ospf6
database ..." commands for vtysh by extract.pl. Remove duplicate install_element calls. Fixes bugzilla #194. [backport candidate]
Diffstat (limited to 'ospf6d/ChangeLog')
-rw-r--r--ospf6d/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ospf6d/ChangeLog b/ospf6d/ChangeLog
index c2dac1c4..d718fc38 100644
--- a/ospf6d/ChangeLog
+++ b/ospf6d/ChangeLog
@@ -1,3 +1,9 @@
+2005-05-31 Hasso Tepper <hasso at quagga.net>
+
+ * ospf6d.c: No need for double ';'. Fixes parsing "show ipv6 ospf6
+ database ..." commands for vtysh by extract.pl. Remove duplicate
+ install_element calls.
+
2005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* ospf6_zebra.c (ospf6_zebra_redistribute, ospf6_zebra_no_redistribute):