mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-31 00:10:43 +00:00
pimd: Fix (S,G) debug issue
Signed-off-by: Sarita Patra <saritap@vmware.com>
This commit is contained in:
parent
5519e0eb14
commit
a5a221bf34
@ -166,8 +166,8 @@ struct channel_oil *pim_channel_oil_del(struct channel_oil *c_oil,
|
|||||||
const char *name)
|
const char *name)
|
||||||
{
|
{
|
||||||
if (PIM_DEBUG_MROUTE) {
|
if (PIM_DEBUG_MROUTE) {
|
||||||
pim_sgaddr sg = {.src = *oil_mcastgrp(c_oil),
|
pim_sgaddr sg = {.src = *oil_origin(c_oil),
|
||||||
.grp = *oil_origin(c_oil)};
|
.grp = *oil_mcastgrp(c_oil)};
|
||||||
|
|
||||||
zlog_debug(
|
zlog_debug(
|
||||||
"%s(%s): Del oil for %pSG, Ref Count: %d (Predecrement)",
|
"%s(%s): Del oil for %pSG, Ref Count: %d (Predecrement)",
|
||||||
|
Loading…
Reference in New Issue
Block a user