On 03/26/2013 12:26 PM, Peter Krempa wrote:
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.
---
ACK,
I see no problem with changing this to lowercase, especially when it
brings us easier use of matching mac addresses in some cases.
Martin