mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[PR #611] [MERGED] Get MAC OUI from settings.py #642
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#642
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtcloud/pull/611
Author: @MisterBlueBear
Created: 10/18/2023
Status: ✅ Merged
Merged: 10/20/2023
Merged by: @catborise
Base:
master← Head:MAC_OUI📝 Commits (1)
5a211c0Get MAC OUI from settings.py📊 Changes
3 files changed (+11 additions, -5 deletions)
View changed files
📝
instances/utils.py(+1 -1)📝
vrtManager/util.py(+8 -4)📝
webvirtcloud/settings.py.template(+2 -0)📄 Description
Removed the hard coded MAC OUI in the code and instead fetches the OUI from settings.py
If independent instances of WebVirtCloud (or any libvirt) exists on the same subnet and VMs are configured to use a bridge interface, this could lead to duplicate MACs on the same subnet (low probability, but still possible).
This change gives the user a choice to define an OUI.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.