zyro / elixir-uuid

UUID generator and utilities for Elixir
Apache License 2.0
361 stars 84 forks source link

Update uuid1_node to account for hw_addrs that are not 6 bytes #30

Closed danieljaouen closed 6 years ago

danieljaouen commented 6 years ago

On my machine, I have an interface with a hw_addr that's 8 bytes. This PR fixes a bug in uuid1_node/1 where such addresses are used for <<node::48>> in uuid1/2.

danieljaouen commented 6 years ago

Whoops, looks like this is already fixed on master.

Closing.