What is an appropriate NDIS driver stack to control two slave NICs by one master virtual NIC?
What is the recommended architecture for a network driver stack for my use case – where I want to present a NIC (virtual, master) which controls two slave NICs (real, physical). The master will duplicate outgoing frames to both the slaves, and receive frames from both the slaves, and pass them up the stack to the protocols.