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:
@@ -3,7 +3,7 @@
|
||||
<uuid>986fed9e-a488-186d-ef2d-17ebfd1993f8</uuid>
|
||||
<forward mode='nat'/>
|
||||
<bridge name='virbr1' stp='on' delay='0' />
|
||||
<mac address='52:54:00:E6:A2:C9'/>
|
||||
<mac address='52:54:00:e6:a2:c9'/>
|
||||
<bandwidth>
|
||||
<inbound average='1000' peak='2000' burst='1024'/>
|
||||
<outbound average='2000'/>
|
||||
|
||||
Reference in New Issue
Block a user