On Fri, May 03, 2013 at 11:01:48PM +0800, Yeoh Chun-Yeow wrote: > Hi, Bob > > If we have two mesh interfaces which MBSS sharing is turned on and one > Ethernet interface in the same host, can we use the brctl to add the mesh > interfaces and Ethernet interface together, like the following? > > brctl add br-lan mesh0 > brctl add br-lan mesh1 > brctl add br-lan eth0 So in the patch, the frames are already forwarded between the mesh interfaces, so we've at least tested the case like this: mesh0/mesh1 shared brctl addif br-lan mesh1 brctl addif br-lan eth0 Then frames destined for mesh1/eth0 that arrive at mesh0 will be forwarded to the other devices and vice-versa. I imagine some frame duplication would happen if both mesh devices were in the bridge, but I haven't tried. -- Bob Copeland %% www.bobcopeland.com -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html