summaryrefslogtreecommitdiff
path: root/ospfd/ChangeLog
diff options
context:
space:
mode:
authorPaul Jakma <paul.jakma@sun.com>2006-08-27 08:01:20 +0000
committerPaul Jakma <paul.jakma@sun.com>2006-08-27 08:01:20 +0000
commit29b5a044e5ca25944c408cf41a6414e071b11a26 (patch)
treec21d040542a2b61bbd211c3195e9da9dc78cc9b1 /ospfd/ChangeLog
parent9f906c7c562bd62043c77a79d84967deea9fe45e (diff)
[ospfd] redistribute default no longer works after complete reconfig, fix
2006-08-27 J.J. Krabbendam <jkrabbendam@aimsys.nl> * ospfd.c: (ospf_finish_final) default redistribute should be unset too, fixes bug where reconfiguring ospfd completely can no longer enable default redistribution.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r--ospfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog
index 1d7a4a1e..0015ee6d 100644
--- a/ospfd/ChangeLog
+++ b/ospfd/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-27 J.J. Krabbendam <jkrabbendam@aimsys.nl>
+
+ * ospfd.c: (ospf_finish_final) default redistribute should be
+ unset too, fixes bug where reconfiguring ospfd completely
+ can no longer enable default redistribution.
+
2006-08-25 Paul Jakma <paul.jakma@sun.com>
* (general) Bug #134. Be more robust to backward time changes,