[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 03085) Re: MLD version fallback on Linux 2.4.22



If you want to force it to be MLDv1 in all cases, you can change the
definition of  the MLD_V1_SEEN macro in net/ipv6/mcast.c to:

#define MLD_V1_SEEN(idev)       (1)

        That hack will make your machine always believe it has
seen an MLDv1 querier.

                                        +-DLS