mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
The base mac address is used by bridges in Infix. This patch adds support for extracting a base mac from the first interface "- 1", e.g., if the mac address of e1 is 08:00:20:00:00:01, the base mac will be 08:00:20:00:00:00. This works with the Infamy test framework (Qeneth) and also with the qemu script, included in this patch. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>