diff options
author | Anuradha Karuppiah <anuradhak@cumulusnetworks.com> | 2019-11-15 20:37:31 +0100 |
---|---|---|
committer | Anuradha Karuppiah <anuradhak@cumulusnetworks.com> | 2019-11-15 23:16:08 +0100 |
commit | 8c55c1325ac2a11f70d33e560b67f56ebb8341a2 (patch) | |
tree | cdf8a821d0ec19514ad10f3ddd9d1f247df270e6 /pimd/pim_vxlan.c | |
parent | pimd: fixup (S,G,rpt) prune to conform to the RFC (diff) | |
download | frr-8c55c1325ac2a11f70d33e560b67f56ebb8341a2.tar.xz frr-8c55c1325ac2a11f70d33e560b67f56ebb8341a2.zip |
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_vxlan.c')
-rw-r--r-- | pimd/pim_vxlan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_vxlan.c b/pimd/pim_vxlan.c index 1a0c4a91c..fc34f3f60 100644 --- a/pimd/pim_vxlan.c +++ b/pimd/pim_vxlan.c @@ -245,7 +245,7 @@ static void pim_vxlan_orig_mr_up_del(struct pim_vxlan_sg *vxlan_sg) * for nht */ if (up) - pim_rpf_update(vxlan_sg->pim, up, NULL); + pim_rpf_update(vxlan_sg->pim, up, NULL, __func__); } } |