summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_interface.h
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.h
parentea86e4042b7459fbf5d96835c509cb743bf013c0 (diff)
ospf6d: add SNMP implementation of ospfv3IfTable
Diffstat (limited to 'ospf6d/ospf6_interface.h')
-rw-r--r--ospf6d/ospf6_interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ospf6d/ospf6_interface.h b/ospf6d/ospf6_interface.h
index 2d1ff34d..d80b0730 100644
--- a/ospf6d/ospf6_interface.h
+++ b/ospf6d/ospf6_interface.h
@@ -64,6 +64,8 @@ struct ospf6_interface
u_int16_t dead_interval;
u_int32_t rxmt_interval;
+ u_int32_t state_change;
+
/* Cost */
u_int32_t cost;