From 90c33177f53ae36a8765f5f27bf34a90663806d3 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Tue, 11 Jul 2006 17:57:25 +0000 Subject: [ospfd] record timestamp and event of last NSM state change for neighbour 2006-07-10 Paul Jakma * 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. --- ospfd/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ospfd/ChangeLog') 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 -- cgit v1.2.1