mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 02:18:38 +08:00
242c253178
Inspired by Linux's way, we also create VLAN devices for managing VLAN, which will become interfaces like `eth0.58`. QinQ is also supported, we can create VLAN devices above another VLAN devices, like `eth0.100.101` (or even `eth0.1.2.3.4`, also supported on Linux). Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>