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
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