diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-04-01 18:13:34 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-04-02 14:19:48 +0200 |
commit | 377e4f99bbbd3d38ddd1429fb5aaef4322283ffd (patch) | |
tree | fcf1bd42bca455c85194a217b3af6811da53897a /pimd/pim_nht.h | |
parent | Merge pull request #4040 from donaldsharp/pim_cleanup (diff) | |
download | frr-377e4f99bbbd3d38ddd1429fb5aaef4322283ffd.tar.xz frr-377e4f99bbbd3d38ddd1429fb5aaef4322283ffd.zip |
pimd: Remove pim_resolve_upstream_nh
The pim_resolve_upstream_nh function call is no longer being used
let's remove it from the code base.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_nht.h')
-rw-r--r-- | pimd/pim_nht.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pimd/pim_nht.h b/pimd/pim_nht.h index 6eff7bbc8..e3e9f578c 100644 --- a/pimd/pim_nht.h +++ b/pimd/pim_nht.h @@ -65,7 +65,6 @@ int pim_ecmp_nexthop_lookup(struct pim_instance *pim, struct prefix *grp, int neighbor_needed); void pim_sendmsg_zebra_rnh(struct pim_instance *pim, struct zclient *zclient, struct pim_nexthop_cache *pnc, int command); -void pim_resolve_upstream_nh(struct pim_instance *pim, struct prefix *nht_p); int pim_ecmp_fib_lookup_if_vif_index(struct pim_instance *pim, struct prefix *src, struct prefix *grp); void pim_rp_nexthop_del(struct rp_info *rp_info); |