summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_neighbor.h
diff options
context:
space:
mode:
authorVincent Bernat <bernat@luffy.cx>2012-05-31 20:21:15 +0200
committerVincent Bernat <bernat@luffy.cx>2012-06-25 19:05:16 +0200
commit061bc735b4fb3b8768fa5f52295d85838ed55770 (patch)
tree80f74a55bfbd93d9111d5b49676bcea11a91285e /ospf6d/ospf6_neighbor.h
parent0f0ab5180877559e92b71daacb8a106a815a5ade (diff)
ospf6d: add SNMP support for ospfv3NbrTable
Diffstat (limited to 'ospf6d/ospf6_neighbor.h')
-rw-r--r--ospf6d/ospf6_neighbor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6_neighbor.h b/ospf6d/ospf6_neighbor.h
index b3bd173f..5f46c6f3 100644
--- a/ospf6d/ospf6_neighbor.h
+++ b/ospf6d/ospf6_neighbor.h
@@ -46,6 +46,7 @@ struct ospf6_neighbor
u_char state;
/* timestamp of last changing state */
+ u_int32_t state_change;
struct timeval last_changed;
/* Neighbor Router ID */