mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 13:33:15 +00:00
Merge pull request #6509 from donaldsharp/mlag_missed_upstream
pimd: Allow mlag to create ifchannel
This commit is contained in:
commit
14dee36af1
@ -728,7 +728,7 @@ void igmp_source_forward_start(struct pim_instance *pim,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (PIM_I_am_DR(pim_oif)) {
|
if (PIM_I_am_DR(pim_oif) || PIM_I_am_DualActive(pim_oif)) {
|
||||||
result = pim_channel_add_oif(source->source_channel_oil,
|
result = pim_channel_add_oif(source->source_channel_oil,
|
||||||
group->group_igmp_sock->interface,
|
group->group_igmp_sock->interface,
|
||||||
PIM_OIF_FLAG_PROTO_IGMP, __func__);
|
PIM_OIF_FLAG_PROTO_IGMP, __func__);
|
||||||
|
Loading…
Reference in New Issue
Block a user