mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 12:13:01 +02:00
To prevent the kernel from setting a random mac address on new bridges, before we have added any bridge ports, we create bridges using the: 1. Custom mac address from the configuration (phys-address) 2. System base mac from /run/system.json 3. None, if there is no base mac address in system.json, e.g. r2s Fixes #357 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Welcome to Infix, your friendly Network Operating System! On these pages you can find both user and developer documentation.
Topics on configuring the system include CLI examples, every setting is also possible to perform using NETCONF. In fact, the Infix test system solely relies on NETCONF for configuring network topologies.
The CLI documentation is also available from inside the CLI itself using
the help command.
- CLI Topics
- Infix User Guide
- Infix In-Depth
- Developer Topics