Currently when creating OOB Vlan efivar, lower-case MAC address of OOB is used for efi variable name. This is not in accordance with edk2 UEFI which uses upper-case MAC address for efi variable name.
In order to rectify the incorrect efi variable created in previous version of this script, delete the incorrect efi variable with lower-case name during cleanup.
Currently when creating OOB Vlan efivar, lower-case MAC address of OOB is used for efi variable name. This is not in accordance with edk2 UEFI which uses upper-case MAC address for efi variable name.
In order to rectify the incorrect efi variable created in previous version of this script, delete the incorrect efi variable with lower-case name during cleanup.
RM #4119852