diff options
author | Vincent Bernat <bernat@luffy.cx> | 2012-06-04 10:29:49 +0200 |
---|---|---|
committer | Vincent Bernat <bernat@luffy.cx> | 2012-06-25 19:05:17 +0200 |
commit | ea86e4042b7459fbf5d96835c509cb743bf013c0 (patch) | |
tree | 7cf527b8084fd7ede72503d6aad273eaf73261e6 /ospf6d/ospf6_spf.c | |
parent | ospf6d: complete SNMP implementation for scalar objects (diff) | |
download | frr-ea86e4042b7459fbf5d96835c509cb743bf013c0.tar.xz frr-ea86e4042b7459fbf5d96835c509cb743bf013c0.zip |
ospf6d: complete SNMP implementation of ospfv3AreaTable
Diffstat (limited to 'ospf6d/ospf6_spf.c')
-rw-r--r-- | ospf6d/ospf6_spf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ospf6d/ospf6_spf.c b/ospf6d/ospf6_spf.c index a4a5b7218..da0ee131b 100644 --- a/ospf6d/ospf6_spf.c +++ b/ospf6d/ospf6_spf.c @@ -473,6 +473,8 @@ ospf6_spf_calculation (u_int32_t router_id, } pqueue_delete (candidate_list); + + oa->spf_calculation++; } static void |