]> git.proxmox.com Git - pve-common.git/commitdiff
fix mac address generation limitation
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 5 Jul 2016 10:40:23 +0000 (12:40 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 5 Jul 2016 11:42:30 +0000 (13:42 +0200)
Commit de9a267 introduced vec() to optimize the generation
by using binary operations instead of converting back and
forth between hex and strings, but forgot to switch over to
the binary sha1 method. This resulted in only the first 6
hex digits of the output string making up the address.


No differences found