On Tue, Aug 2, 2011 at 10:33 PM, Ben Greear <greearb@xxxxxxxxxxxxxxx> wrote: > We have some interest in being able to bridge wired systems to > (virtual) STA interfaces, primarily for using third-party > traffic generation tools over virtual stations. > > I was thinking of writing a sta-bridge module that mapped > incoming packets on a wired interface to a STA with MAC > that matched the source MAC of the packet. All packets > received on the STA would be forwarded un-modified out > the wired port. > > I think this would allow someone to create a STA interface > with MAC matching a PC connected to the wired port and effectively > have it be a transparent bridge between STA and PC. > > Has anyone attempted something like this before? > > Any interest in having this feature in the upstream kernel? You've just described what's done in several products and it is indeed useful. The main issue is supporting it can incur overhead so you may want to make it a compile-time option. -Sam -- 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