mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
util: Change virMacAddrFormat to lowercase hex characters
The domain XML generator creates the mac addres strings with lowercase strings with a separate piece of code. This patch changes the formating helper to do the same stuff to allow using it to normalize a string provided by the user. After this change some of the tests that are outputing the mac address will need to be changed.
This commit is contained in:
@@ -37,5 +37,5 @@ ethernet0.virtualDev = "vlance"
|
||||
ethernet0.networkName = "VM Network"
|
||||
ethernet0.connectionType = "bridged"
|
||||
ethernet0.addressType = "generated"
|
||||
ethernet0.generatedAddress = "00:0C:29:3C:98:3E"
|
||||
ethernet0.generatedAddress = "00:0c:29:3c:98:3e"
|
||||
ethernet0.generatedAddressOffset = "0"
|
||||
|
||||
Reference in New Issue
Block a user