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

Reply via email to