mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-03 11:21:54 +00:00
pimd: Remove unprotected debug log
Upon receiving *,G joins from downstream we were outputing a unprotected debug. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
da55afba15
commit
60dbe1a15a
@ -113,9 +113,10 @@ static void recv_join(struct interface *ifp,
|
|||||||
char buff[100];
|
char buff[100];
|
||||||
|
|
||||||
strcpy (buff, pim_str_sg_dump (&up->sg));
|
strcpy (buff, pim_str_sg_dump (&up->sg));
|
||||||
zlog_debug("%s %s: Join(S,G)=%s from %s",
|
if (PIM_DEBUG_PIM_TRACE)
|
||||||
__FILE__, __PRETTY_FUNCTION__,
|
zlog_debug("%s %s: Join(S,G)=%s from %s",
|
||||||
buff, pim_str_sg_dump (&sg));
|
__FILE__, __PRETTY_FUNCTION__,
|
||||||
|
buff, pim_str_sg_dump (&sg));
|
||||||
|
|
||||||
if (pim_upstream_evaluate_join_desired (child))
|
if (pim_upstream_evaluate_join_desired (child))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user