diff options
author | Anuradha Karuppiah <anuradhak@cumulusnetworks.com> | 2019-11-15 21:08:18 +0100 |
---|---|---|
committer | Anuradha Karuppiah <anuradhak@cumulusnetworks.com> | 2019-11-15 23:16:08 +0100 |
commit | c5cdf069600c3a957ca83896b7d10c6dbe37fb93 (patch) | |
tree | 50e7f7bc7216acf5887fc41c0a9d1e9a81d5a31e /pimd/pim_zebra.c | |
parent | pimd: send an immediate XG JP message when switching from SPT to RPT (diff) | |
download | frr-c5cdf069600c3a957ca83896b7d10c6dbe37fb93.tar.xz frr-c5cdf069600c3a957ca83896b7d10c6dbe37fb93.zip |
pimd: jp-agg list update debug logs
Added event logs around add/del of upstream entries into the nbr's
jp-agg list. This is to help debug a problem with stale (deleted)
upstream entries being present in the list causing pimd to crash on
the periodic processing.
Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_zebra.c')
-rw-r--r-- | pimd/pim_zebra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_zebra.c b/pimd/pim_zebra.c index dcc0f0842..89c4e3657 100644 --- a/pimd/pim_zebra.c +++ b/pimd/pim_zebra.c @@ -271,7 +271,7 @@ void pim_zebra_upstream_rpf_changed(struct pim_instance *pim, nbr = pim_neighbor_find(old->source_nexthop.interface, old->rpf_addr.u.prefix4); if (nbr) - pim_jp_agg_remove_group(nbr->upstream_jp_agg, up); + pim_jp_agg_remove_group(nbr->upstream_jp_agg, up, nbr); /* * We have detected a case where we might need |