From 8cb40c91cdfb00ddf04e88d3ecd40403890d90f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Wed, 30 Mar 2016 13:44:03 +0300 Subject: cumulus take-3 --- ospf6d/ospf6_spf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ospf6d/ospf6_spf.h') diff --git a/ospf6d/ospf6_spf.h b/ospf6d/ospf6_spf.h index b3481dc3..7bf525d6 100644 --- a/ospf6d/ospf6_spf.h +++ b/ospf6d/ospf6_spf.h @@ -60,9 +60,6 @@ struct ospf6_vertex /* Router hops to this node */ u_char hops; - /* nexthops to this node */ - struct ospf6_nexthop nexthop[OSPF6_MULTI_PATH_LIMIT]; - /* capability bits */ u_char capability; @@ -72,6 +69,9 @@ struct ospf6_vertex /* For tree display */ struct ospf6_vertex *parent; struct list *child_list; + + /* nexthops to this node */ + struct list *nh_list; }; #define OSPF6_VERTEX_TYPE_ROUTER 0x01 -- cgit v1.2.3