mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 12:10:24 +00:00
pimd: Change packet debug to pim register specific debug
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
9add3b8812
commit
d41b415c8b
@ -264,7 +264,7 @@ pim_register_recv (struct interface *ifp,
|
||||
uint32_t *bits;
|
||||
|
||||
if (!pim_check_is_my_ip_address (dest_addr)) {
|
||||
if (PIM_DEBUG_PIM_PACKETS) {
|
||||
if (PIM_DEBUG_PIM_REG) {
|
||||
char dest[100];
|
||||
|
||||
pim_inet4_dump ("<dst?>", dest_addr, dest, sizeof(dest));
|
||||
|
Loading…
Reference in New Issue
Block a user