-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: option to force MAC address prefix
By default, QEMU set the first NIC's MAC address to 52:54:00:12:34:56, and increment the last octet for the next ones. When different VMs need to discuss between each others via the same bridge, that can cause conflicts. A new option has been added to set a different prefix, e.g. --mac-address-prefix 52:54:00:12:34 Which will assign 52:54:00:12:34:00 to the fist NIC, and increment the last octet for the next one, etc. Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
- Loading branch information
Showing
2 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters