summaryrefslogtreecommitdiff
path: root/pimd/pim_nht.c
diff options
context:
space:
mode:
authorAnuradha Karuppiah <anuradhak@cumulusnetworks.com>2019-11-15 11:37:31 -0800
committerAnuradha Karuppiah <anuradhak@cumulusnetworks.com>2019-11-15 14:16:08 -0800
commit8c55c1325ac2a11f70d33e560b67f56ebb8341a2 (patch)
treecdf8a821d0ec19514ad10f3ddd9d1f247df270e6 /pimd/pim_nht.c
parent0688d6033a29060f4537bc0592d0790eb2467b4b (diff)
pimd: add caller string prefix to pim_rpf_update logs
No functional change; log enhancements only. Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_nht.c')
-rw-r--r--pimd/pim_nht.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_nht.c b/pimd/pim_nht.c
index c4212ec10f..2fbde20075 100644
--- a/pimd/pim_nht.c
+++ b/pimd/pim_nht.c
@@ -446,7 +446,7 @@ static int pim_update_upstream_nh_helper(struct hash_bucket *bucket, void *arg)
struct pim_rpf old;
old.source_nexthop.interface = up->rpf.source_nexthop.interface;
- rpf_result = pim_rpf_update(pim, up, &old);
+ rpf_result = pim_rpf_update(pim, up, &old, __func__);
if (rpf_result == PIM_RPF_FAILURE) {
pim_upstream_rpf_clear(pim, up);
return HASHWALK_CONTINUE;