|
From: Peter S. <pe...@st...> - 2010-03-31 23:12:08
|
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.
//Peter
|