mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
- Always respect the requested model to emulate. Before this change, a device configured to run in TAP mode would ignore a user's requested model and always emulate a e1000. This worked on x86_64 where that driver is part of the kernel, but that is not true for aarch64. - Always supply a mactab. It was very confusing that the interface names would change, in Infix, depending on the selected networking mode. - Remove old decoy variables that were assigned but never used anywhere. - Separately setup the host and target side of a nic (i.e. use a -netdev/-device pair instead of the -nic shortcut). This lets us share the host side setup across all modes.