Skip to content

Backport 2.8 | MTV-2285 | Mac Address comparison case-insensitive #1475

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

Merged
merged 1 commit into from
Mar 25, 2025

Conversation

mnecas
Copy link
Member

@mnecas mnecas commented Mar 25, 2025

Backport of #1474 to release-2.8

    Issue:
    In VMware it is possible to manaully configure the MAC address on a virtual network adatper.
    This results in a MAC address that can contain upper and/or lower case characters.

    It appears the validator matches strings without ignoring case.
    This results in the IP address of the VM not being preserved during migration:

    Fix:
    Ensures that the Mac Address comparison is case-insensitive

    Ref: https://issues.redhat.com/browse/MTV-2285

Signed-off-by: ehazan <ehazan@redhat.com>
@mnecas mnecas requested a review from yaacov as a code owner March 25, 2025 13:51
Copy link

@mnecas mnecas merged commit 6fa7178 into kubev2v:release-2.8 Mar 25, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants