summaryrefslogtreecommitdiff
path: root/zebra/rib.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2022-01-15 16:07:43 +0100
committerGitHub <noreply@github.com>2022-01-15 16:07:43 +0100
commitae24ca1274be47dbb4975fc54eac1cabd4dde3d4 (patch)
treece1b434eb53868c3e6445d38c94f48f144bb2fa3 /zebra/rib.h
parent939e32702a04f07dd9e2d29e1b516d4bf43bd56e (diff)
parentf99f1ff50a56c0402a30fd44c3e2451fa1bf6038 (diff)
Merge pull request #10346 from donaldsharp/zebra_nht_speedup
Diffstat (limited to 'zebra/rib.h')
-rw-r--r--zebra/rib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/zebra/rib.h b/zebra/rib.h
index fa8193bedf..b7416322f9 100644
--- a/zebra/rib.h
+++ b/zebra/rib.h
@@ -490,7 +490,8 @@ extern struct route_table *rib_tables_iter_next(rib_tables_iter_t *iter);
extern uint8_t route_distance(int type);
-extern void zebra_rib_evaluate_rn_nexthops(struct route_node *rn, uint32_t seq);
+extern void zebra_rib_evaluate_rn_nexthops(struct route_node *rn, uint32_t seq,
+ bool rt_delete);
/*
* Inline functions.