From 061bc735b4fb3b8768fa5f52295d85838ed55770 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 31 May 2012 20:21:15 +0200 Subject: ospf6d: add SNMP support for ospfv3NbrTable --- ospf6d/ospf6_neighbor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ospf6d/ospf6_neighbor.h') 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 */ -- cgit v1.2.1