-
Notifications
You must be signed in to change notification settings - Fork 919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] vcsim assigns non-unique mac addresses to VNICs #3279
Comments
Howdy 🖐 richardings ! Thank you for your interest in this project. We value your feedback and will respond soon. If you want to contribute to this project, please make yourself familiar with the |
Dumping of the 6 virtual devices that I used to reproduce this issue Note each mac is used twice. (vim.vm.device.VirtualDevice) [ (vim.vm.device.VirtualDevice) [ (vim.vm.device.VirtualDevice) [ (vim.vm.device.VirtualDevice) [ (vim.vm.device.VirtualDevice) [ (vim.vm.device.VirtualDevice) [ |
Describe the bug
Vcsim rotates a set of three mac addresses when emulating VNICs:
00:0c:29:65:39:62 00:0c:29:61:33:63 00:0c:29:31:64:35
Mac addresses should be unique in the system.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All macs in a system should be unique
Affected version
vcsim v0.32.0
Screenshots/Debug Output
Additional context
The text was updated successfully, but these errors were encountered: