0

I have an application, which send periodically TCP/IP packets from a master to a slave with Time Sensitive Networking, which is implemented inside tc-taprio in Linux. Every manual tells me that I need to create a new virtual Network Interface with some VLAN ID. But actually I Is there a way to create a virtual Interface with a VLAN ID set to 0? Or not to set a VLAN ID at all? English wikipedia describes the VLAN ID 0 with: VLAN not set.

dietWall
  • 9
  • 1

1 Answers1

0

VLAN IDs 0x000 and 0xfff (0 and 4095) are reserved and cannot be used. Many implementations use VLID 0 for 'untagged'.

Zac67
  • 2,761
  • 1
  • 10
  • 21