Tim Durack <[EMAIL PROTECTED]> wrote:

[...]
>Bond comes up, cannot ping unless I manually force promisc on both member 
>links:
>
>ip link set dev eth1 promisc on
>ip link set dev eth2 promisc off

        From looking at the source code for r8169, but it appears that
the r8169 driver only reads the device MAC address at probe time, and
doesn't propogate changes to the MAC out to the device.  That might
explain the "promisc" problem if the device also does MAC filtering.  Am
I missing something in the driver?

        I don't actually have one of these to test with, I'm just
looking at the source and observing that dev_addr is only ever
referenced in the probe function, and that's only to read in the MAC
from the device.

        -J

---
        -Jay Vosburgh, IBM Linux Technology Center, [EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to