Single-port VLAN tagging device?

@peci1 Have a look on scapy library for Python, especially the sendp() function. That should be enough to construct a raw ethernet frame and send it over interface.

Cheers!

Nice, I’ll try that’