summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_route.h
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2020-11-20 06:00:31 +0300
committerIgor Ryzhov <iryzhov@nfware.com>2020-11-30 17:36:10 +0300
commit1fa58587355b61793bfaeb7c295d4d1292aaa4f7 (patch)
treefad39b5095773e860a3538a8630b5d6a8b64afa7 /ospf6d/ospf6_route.h
parentf5f26b8fcad0e36b7d8b88aeb652072eb203da22 (diff)
ospf6: fix crash on shutdown
The crash is sometimes reproduced by all_protocol_startup topotest. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'ospf6d/ospf6_route.h')
-rw-r--r--ospf6d/ospf6_route.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_route.h b/ospf6d/ospf6_route.h
index 8a219081cd..e2118003d5 100644
--- a/ospf6d/ospf6_route.h
+++ b/ospf6d/ospf6_route.h
@@ -280,7 +280,7 @@ extern int ospf6_route_cmp_nexthops(struct ospf6_route *a,
struct ospf6_route *b);
extern void ospf6_route_zebra_copy_nexthops(struct ospf6_route *route,
struct zapi_nexthop nexthops[],
- int entries);
+ int entries, vrf_id_t vrf_id);
extern int ospf6_route_get_first_nh_index(struct ospf6_route *route);
/* Hide abstraction of nexthop implementation in route from outsiders */