Merge pull request #6509 from donaldsharp/mlag_missed_upstream

pimd: Allow mlag to create ifchannel
This commit is contained in:
Russ White 2020-06-11 06:15:31 -04:00 committed by GitHub
commit 14dee36af1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
group->group_igmp_sock->interface,
PIM_OIF_FLAG_PROTO_IGMP, __func__);