Re: [PATCH] bonding: allow bond in mode balance-alb to work properly in bridge
From: David Miller <davem@davemloft.net>
Date: 2009-03-19 06:20:30
Also in:
bridge, lkml
From: David Miller <davem@davemloft.net>
Date: 2009-03-19 06:20:30
Also in:
bridge, lkml
From: Jiri Pirko <redacted> Date: Mon, 16 Mar 2009 12:11:28 +0100
I can see two solutions. Either like my patch or somehow allow bridge to know more MAC addressses per port (maybe netdev can be changed to know more then one MAC address). Any thoughts?
The netdev struct already supports having a list of multiple unicast MAC addresses, it can probably be used and inspected for this. I'll hold off on your patch until we make some more progress on this discussion.