diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-07-11 17:57:25 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2006-07-11 17:57:25 +0000 |
commit | 90c33177f53ae36a8765f5f27bf34a90663806d3 (patch) | |
tree | 1439091ac03207b7cbe204c4fc57ea821144fba2 /ospfd/ChangeLog | |
parent | 3d63f38064f646129ddc67410cfdbbee8538f5cc (diff) |
[ospfd] record timestamp and event of last NSM state change for neighbour
2006-07-10 Paul Jakma <paul.jakma@sun.com>
* ospf_nsm.c: (ospf_nsm_event) Record state change timestamp
and event in nbr struct.
* ospf_neighbor.h: (struct ospf_neighbor) Add fields to record
timestamp of last NSM change and event.
* ospf_vty.c: (show_ip_ospf_neighbor_detail_sub) Print
last state change timestamp and event, if available.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 79bb2bd1..1564bdbf 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -22,6 +22,11 @@ (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. + Record state change timestamp and event in nbr struct. + * ospf_neighbor.h: (struct ospf_neighbor) Add fields to record + timestamp of last NSM change and event. + * ospf_vty.c: (show_ip_ospf_neighbor_detail_sub) Print + last state change timestamp and event, if available. 2006-07-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |