summaryrefslogtreecommitdiff
path: root/pimd/pim_nht.h
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_nht.h')
-rw-r--r--pimd/pim_nht.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pimd/pim_nht.h b/pimd/pim_nht.h
index b4b2d91e47..0ccc5399c3 100644
--- a/pimd/pim_nht.h
+++ b/pimd/pim_nht.h
@@ -65,5 +65,8 @@ int pim_ecmp_nexthop_lookup (struct pim_nexthop *nexthop, struct in_addr addr,
int neighbor_needed);
void pim_sendmsg_zebra_rnh (struct zclient *zclient, struct pim_nexthop_cache *pnc,
int command);
+int pim_update_rp_nh (struct pim_nexthop_cache *pnc);
void pim_resolve_upstream_nh (struct prefix *nht_p);
+int pim_ecmp_fib_lookup_if_vif_index(struct in_addr addr,
+ struct prefix *src, struct prefix *grp);
#endif