summaryrefslogtreecommitdiff
path: root/ospfd/ospf_route.h
diff options
context:
space:
mode:
Diffstat (limited to 'ospfd/ospf_route.h')
-rw-r--r--ospfd/ospf_route.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/ospfd/ospf_route.h b/ospfd/ospf_route.h
index 4de3a3da16..6b6d9f1fab 100644
--- a/ospfd/ospf_route.h
+++ b/ospfd/ospf_route.h
@@ -39,7 +39,7 @@ struct ospf_path
{
struct in_addr nexthop;
struct in_addr adv_router;
- unsigned int ifindex;
+ ifindex_t ifindex;
unsigned char unnumbered;
};
@@ -90,12 +90,6 @@ struct route_external
struct ospf_route
{
- /* Create time. */
- time_t ctime;
-
- /* Modified time. */
- time_t mtime;
-
/* Destination Type. */
u_char type;