summaryrefslogtreecommitdiff
path: root/ospfd/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r--ospfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog
index e84a470e..79bb2bd1 100644
--- a/ospfd/ChangeLog
+++ b/ospfd/ChangeLog
@@ -15,6 +15,13 @@
(nsm_inactivity_timer) "
(nsm_ll_down) "
(NSM) replace removed action functions with NULL.
+ (nsm_notice_state_changes) Move state change logging code to new
+ func to declutter nsm_change_state and ospf_nsm_event.
+ Log event with AdjChange, it's useful to know.
+ (nsm_change_state) move adjchange and snmp logging to previous.
+ (ospf_nsm_event) call nsm_notice_state_changes from here.
+ Move the debug message to entry of function, so it gets out
+ even if something goes wrong.
2006-07-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu>