summaryrefslogtreecommitdiff
path: root/isisd/isis_route.h
diff options
context:
space:
mode:
Diffstat (limited to 'isisd/isis_route.h')
-rw-r--r--isisd/isis_route.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/isisd/isis_route.h b/isisd/isis_route.h
index 0d4f884959..d6763ec76c 100644
--- a/isisd/isis_route.h
+++ b/isisd/isis_route.h
@@ -63,6 +63,8 @@ isis_route_create(struct prefix *prefix, struct prefix_ipv6 *src_p,
uint32_t cost, uint32_t depth, struct isis_sr_psid_info *sr,
struct list *adjacencies, bool allow_ecmp,
struct isis_area *area, struct route_table *table);
+void isis_route_delete(struct isis_area *area, struct route_node *rode,
+ struct route_table *table);
/* Walk the given table and install new routes to zebra and remove old ones.
* route status is tracked using ISIS_ROUTE_FLAG_ACTIVE */