summaryrefslogtreecommitdiffstats
path: root/pimd/pim_upstream.c
diff options
context:
space:
mode:
authorAnuradha Karuppiah <anuradhak@cumulusnetworks.com>2019-11-20 22:32:08 +0100
committerAnuradha Karuppiah <anuradhak@cumulusnetworks.com>2019-11-20 22:32:08 +0100
commit075a475e0c121ecfa1303d8ed920c6f40d08db25 (patch)
tree0cd6bc778204059744e2b1e62bcbf96d924d3c43 /pimd/pim_upstream.c
parentpimd: drop redundant checks for RPF interface (diff)
downloadfrr-075a475e0c121ecfa1303d8ed920c6f40d08db25.tar.xz
frr-075a475e0c121ecfa1303d8ed920c6f40d08db25.zip
pimd: fixup whitespace errors reported by CI
No functional changes. Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_upstream.c')
-rw-r--r--pimd/pim_upstream.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/pimd/pim_upstream.c b/pimd/pim_upstream.c
index dc45832f2..8b54bcf01 100644
--- a/pimd/pim_upstream.c
+++ b/pimd/pim_upstream.c
@@ -1811,14 +1811,16 @@ void pim_upstream_find_new_rpf(struct pim_instance *pim)
zlog_debug(
"%s: Upstream %s without a path to send join, checking",
__PRETTY_FUNCTION__, up->sg_str);
- old.source_nexthop.interface = up->rpf.source_nexthop.interface;
+ old.source_nexthop.interface =
+ up->rpf.source_nexthop.interface;
rpf_result = pim_rpf_update(pim, up, &old, __func__);
if (rpf_result == PIM_RPF_CHANGED ||
(rpf_result == PIM_RPF_FAILURE &&
old.source_nexthop.interface))
pim_zebra_upstream_rpf_changed(pim, up, &old);
/* update kernel multicast forwarding cache (MFC) */
- pim_upstream_mroute_iif_update(up->channel_oil, __func__);
+ pim_upstream_mroute_iif_update(up->channel_oil,
+ __func__);
}
}
pim_zebra_update_all_interfaces(pim);