mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
This change checks¹ if the system does not have a br0 interface, creates a default one consisting of all switch ports in VLAN 1 of br0. On top of br0 a vlan1 management interface is created with DHCP address. For emulation and test purposes, a way to supply tap interfaces from Qemu, and pass off as if they were regular switch ports, is added. ____ ¹ obviously a better way to detect a factory-reset device is needed, not all systems running infix will need or want a br0 interface. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>