mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 16:04:49 +00:00
Merge pull request #2930 from donaldsharp/pim_debug
pimd: Add some more useful data to debug output
This commit is contained in:
commit
9f0cf8f435
@ -332,8 +332,9 @@ static int pim_sock_read(struct thread *t)
|
||||
if (!ifp || !ifp->info) {
|
||||
if (PIM_DEBUG_PIM_PACKETS)
|
||||
zlog_debug(
|
||||
"%s: Received incoming pim packet on interface not yet configured for pim",
|
||||
__PRETTY_FUNCTION__);
|
||||
"%s: Received incoming pim packet on interface(%s:%d) not yet configured for pim",
|
||||
__PRETTY_FUNCTION__,
|
||||
ifp ? ifp->name : "Unknown", ifindex);
|
||||
goto done;
|
||||
}
|
||||
int fail = pim_pim_packet(ifp, buf, len);
|
||||
|
Loading…
Reference in New Issue
Block a user