|
From: Fabian K. <fab...@av...> - 2010-04-01 08:09:06
|
Peter Stuge schrieb:
> Fabian Knittel wrote:
>> + if (ntohs (vlanhdr.tpid) != OPENVPN_ETH_P_8021Q)
>> + {
>> + /* Drop untagged frames */
>> + goto err;
>> + }
>
> It would be nice to be able to use VID 0 to mean untagged packets.
Hm, nice idea. I'll implement it in my next round of patches.
Cheers
Fabian
|