mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 03:10:53 +00:00
Merge pull request #2371 from gromit1811/pim-rp-lookup-messages-fix
pimd: Fix debug messages
This commit is contained in:
commit
d6bc1e1450
@ -702,9 +702,9 @@ void pim_rp_setup(struct pim_instance *pim)
|
|||||||
"%s: NHT Local Nexthop not found for RP %s ",
|
"%s: NHT Local Nexthop not found for RP %s ",
|
||||||
__PRETTY_FUNCTION__, buf);
|
__PRETTY_FUNCTION__, buf);
|
||||||
}
|
}
|
||||||
if (!pim_nexthop_lookup(
|
if (pim_nexthop_lookup(
|
||||||
pim, &rp_info->rp.source_nexthop,
|
pim, &rp_info->rp.source_nexthop,
|
||||||
rp_info->rp.rpf_addr.u.prefix4, 1))
|
rp_info->rp.rpf_addr.u.prefix4, 1) < 0)
|
||||||
if (PIM_DEBUG_PIM_NHT_RP)
|
if (PIM_DEBUG_PIM_NHT_RP)
|
||||||
zlog_debug(
|
zlog_debug(
|
||||||
"Unable to lookup nexthop for rp specified");
|
"Unable to lookup nexthop for rp specified");
|
||||||
|
Loading…
Reference in New Issue
Block a user