On Tue, 05 Aug 2003 17:33:03 -0700
Ben Greear [off-list ref] wrote:
In order to get MAC-VLANs to work, the only way I can see to make
it happen is to put a hook into dev.c in the:
Why not do it the same we do normal VLAN's? Ie. directly
in the device driver receive method via something akin to
the vlan_hwaccel_*() routines.