No reply from ipv4/6 maintainers, forwarding this to the networking list.

Begin forwarded message:

From: Denis Lukianov <[EMAIL PROTECTED]>
Date: 27 August 2005 16:54:05 GMT+04:00
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: [PATCH] Fix MCAST_EXCLUDE line dupe

Grepping for "sfcount[MCAST_EXCLUDE] =" revealed the following dupes:

./net/ipv4/igmp.c:1606:        pmc->sfcount[MCAST_EXCLUDE] = 0;
./net/ipv4/igmp.c:1607:        pmc->sfcount[MCAST_EXCLUDE] = 1;

./net/ipv6/mcast.c:1971:       pmc->mca_sfcount[MCAST_EXCLUDE] = 0;
./net/ipv6/mcast.c:1972:       pmc->mca_sfcount[MCAST_EXCLUDE] = 1;

The attached patches use MCAST_INCLUDE on the first line in each case (separate patches for 2.4 and 2.6, -p1). Please check these as they are my first ever kernel patches.

Attachment: patch_for_2.4.32-pre3
Description: Binary data

Attachment: patch_for_2.6.13-rc7
Description: Binary data


Cheers,
Denis Lukianov

Reply via email to