mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 06:43:16 +00:00
pimd: Cleanup missed pimg
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
9a0f71c994
commit
ac7eaeb401
@ -48,6 +48,8 @@ struct thread *send_test_packet_timer = NULL;
|
||||
|
||||
void pim_register_join(struct pim_upstream *up)
|
||||
{
|
||||
struct pim_instance *pim = up->channel_oil->pim;
|
||||
|
||||
if (pim_is_grp_ssm(up->sg.grp)) {
|
||||
if (PIM_DEBUG_PIM_EVENTS)
|
||||
zlog_debug("%s register setup skipped as group is SSM",
|
||||
@ -55,7 +57,7 @@ void pim_register_join(struct pim_upstream *up)
|
||||
return;
|
||||
}
|
||||
|
||||
pim_channel_add_oif(up->channel_oil, pimg->regiface,
|
||||
pim_channel_add_oif(up->channel_oil, pim->regiface,
|
||||
PIM_OIF_FLAG_PROTO_PIM);
|
||||
up->reg_state = PIM_REG_JOIN;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user