summaryrefslogtreecommitdiff
path: root/ospfd/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2005-11-26 13:31:11 +0000
committerpaul <paul>2005-11-26 13:31:11 +0000
commitc9c93d50cc9cae2f7878434431eafab8f7ee8d89 (patch)
treef027b74dc63f5716169bdfcdaedf7980abb58d2a /ospfd/ChangeLog
parent00c290e02edd6c906b669de9f31a45d14ed8bec0 (diff)
[ospfd] rename graceful to deferred, fix a tiny compile warning.
2005-11-26 Paul Jakma <paul.jakma@sun.com> * (general) s/graceful/deferred/ in all files, the former term is confusing wrt OSPF Graceful-Restart. * ospfd.c: (ospf_deferred_shutdown_check) dont return a function which returns void. SOS complains about this. (ospf_finish)
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r--ospfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog
index 064ed839..cf6fef7f 100644
--- a/ospfd/ChangeLog
+++ b/ospfd/ChangeLog
@@ -2,6 +2,11 @@
* ospf_api.c: (struct opaque_lsa) change from gcc zero-length
array to C99 incomplete type array.
+ * (general) s/graceful/deferred/ in all files, the former term
+ is confusing wrt OSPF Graceful-Restart.
+ * ospfd.c: (ospf_deferred_shutdown_check) dont return
+ a function which returns void. SOS complains about this.
+ (ospf_finish)
2005-11-20 Paul Jakma <paul.jakma@sun.com>