commit | ea86e4042b7459fbf5d96835c509cb743bf013c0 | [log] [tgz] |
---|---|---|
author | Vincent Bernat <bernat@luffy.cx> | Mon Jun 04 10:29:49 2012 +0200 |
committer | Vincent Bernat <bernat@luffy.cx> | Mon Jun 25 19:05:17 2012 +0200 |
tree | 7cf527b8084fd7ede72503d6aad273eaf73261e6 | |
parent | 2c5f148065c074d51ff10808a2b6ac2b3296a828 [diff] [blame] |
ospf6d: complete SNMP implementation of ospfv3AreaTable
diff --git a/ospf6d/ospf6_area.h b/ospf6d/ospf6_area.h index c7c5ee3..e8a4fbd 100644 --- a/ospf6d/ospf6_area.h +++ b/ospf6d/ospf6_area.h
@@ -57,6 +57,7 @@ struct thread *thread_spf_calculation; struct thread *thread_route_calculation; + u_int32_t spf_calculation; /* SPF calculation count */ struct thread *thread_router_lsa; struct thread *thread_intra_prefix_lsa;