metal-stack / go-hal

server hardware abstraction, tries to lower the burden of supporting different server vendors
GNU Affero General Public License v3.0
13 stars 3 forks source link

Detect GUID Encoding based on reasonable timestamp #59

Closed majst01 closed 8 months ago

majst01 commented 1 year ago

This is another approach to solve #57, The Idea comes from looking into ipmitool C sources, because ipmitool is able to detect the different encoding types. This should be as fast as the actual approach because only in the error case sum is called.

Should replace #58 once tested in real environment