diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-07-25 20:44:12 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2006-07-25 20:44:12 +0000 |
commit | 3fed4160cd23f1767d8980e8cba10bc3933947d5 (patch) | |
tree | 34a08d8c76296aaeea1200be35fe08411ca45c2c /ospfd/ChangeLog | |
parent | cc8b13a00bfe7083ae68755e547a39cd762f2963 (diff) |
[ospfd] Additional NSM neighbour state change stats/information
2006-07-25 Paul Jakma <paul.jakma@sun.com>
* ospf_neigbor.h: (struct ospf_neighbor) Add some additional
neighbour state statistics fields, timestamps for progressive
and regressive state changes, and pointer to event string
for the latter state change.
* ospf_nsm.c: (nsm_notice_state_change) Update new state changs
history as required.
* ospf_vty.c: (show_ip_ospf_neighbor_detail_sub) Print out above
new per-neighbour state change stats.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 1564bdbf..2c23774a 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,14 @@ +2006-07-25 Paul Jakma <paul.jakma@sun.com> + + * ospf_neigbor.h: (struct ospf_neighbor) Add some additional + neighbour state statistics fields, timestamps for progressive + and regressive state changes, and pointer to event string + for the latter state change. + * ospf_nsm.c: (nsm_notice_state_change) Update new state changs + history as required. + * ospf_vty.c: (show_ip_ospf_neighbor_detail_sub) Print out above + new per-neighbour state change stats. + 2006-07-10 Paul Jakma <paul.jakma@sun.com> * ospf_nsm.c: (nsm_change_state) call nsm_clear_adj for all |