mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 07:37:54 +00:00
pimd: Convert zlog_warn to debug
The unable to find a nexthop should not be a warning it should be a debug. Switching over. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
1de753a735
commit
7d7206a534
@ -97,7 +97,8 @@ bool pim_nexthop_lookup(struct pim_instance *pim, struct pim_nexthop *nexthop,
|
|||||||
zclient_lookup_nexthop(pim, nexthop_tab, router->multipath,
|
zclient_lookup_nexthop(pim, nexthop_tab, router->multipath,
|
||||||
addr, PIM_NEXTHOP_LOOKUP_MAX);
|
addr, PIM_NEXTHOP_LOOKUP_MAX);
|
||||||
if (num_ifindex < 1) {
|
if (num_ifindex < 1) {
|
||||||
zlog_warn(
|
if (PIM_DEBUG_PIM_NHT)
|
||||||
|
zlog_debug(
|
||||||
"%s %s: could not find nexthop ifindex for address %pPAs",
|
"%s %s: could not find nexthop ifindex for address %pPAs",
|
||||||
__FILE__, __func__, &addr);
|
__FILE__, __func__, &addr);
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user