mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 01:14:48 +00:00
pimd: ifchannel deletion should tell you the interface
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
7c26c12106
commit
6d7c0df5b4
@ -234,8 +234,8 @@ void pim_ifchannel_delete(struct pim_ifchannel *ch)
|
||||
RB_REMOVE(pim_ifchannel_rb, &pim_ifp->ifchannel_rb, ch);
|
||||
|
||||
if (PIM_DEBUG_PIM_TRACE)
|
||||
zlog_debug("%s: ifchannel entry %s is deleted ", __func__,
|
||||
ch->sg_str);
|
||||
zlog_debug("%s: ifchannel entry %s(%s) is deleted ", __func__,
|
||||
ch->sg_str, ch->interface->name);
|
||||
|
||||
XFREE(MTYPE_PIM_IFCHANNEL, ch);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user