summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_interface.c
diff options
context:
space:
mode:
authorVincent Bernat <bernat@luffy.cx>2012-06-04 11:40:04 +0200
committerVincent Bernat <bernat@luffy.cx>2012-06-25 19:05:17 +0200
commit3bc4f84efe147ebc65fccbe898b81d78341c542b (patch)
treecfe0f904c134fdb7659f6a47897aff88208d2ddd /ospf6d/ospf6_interface.c
parentea86e4042b7459fbf5d96835c509cb743bf013c0 (diff)
ospf6d: add SNMP implementation of ospfv3IfTable
Diffstat (limited to 'ospf6d/ospf6_interface.c')
-rw-r--r--ospf6d/ospf6_interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6_interface.c b/ospf6d/ospf6_interface.c
index 71aa6859..6f7aaa8a 100644
--- a/ospf6d/ospf6_interface.c
+++ b/ospf6d/ospf6_interface.c
@@ -394,6 +394,7 @@ ospf6_interface_state_change (u_char next_state, struct ospf6_interface *oi)
ospf6_interface_state_str[prev_state],
ospf6_interface_state_str[next_state]);
}
+ oi->state_change++;
if ((prev_state == OSPF6_INTERFACE_DR ||
prev_state == OSPF6_INTERFACE_BDR) &&