Re: [PATCH] fix multiple issues in MLDv2 reports
> Change "if (pmc->mca_sfcount[MCAST_INCLUDE])" to "if > (psf->sf_count[MCAST_INCLUDE])" ? Yes, good catch! I'll re-roll and resubmit. +-DLS - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EM
Re: [PATCH] fix multiple issues in MLDv2 reports
> @@ -1281,7 +1345,18 @@ static int is_in(struct ifmcaddr6 *pmc, > case MLD2_MODE_IS_EXCLUDE: > if (gdeleted || sdeleted) > return 0; > - return !((pmc->mca_flags & MAF_GSQUERY) && > !psf->sf_gsresp); > + if (!((pmc->mca_fl