Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 285 Bytes

id.md

File metadata and controls

18 lines (12 loc) · 285 Bytes

Identification

Random MAC address

We use local assigned MAC address. The following pattern is used to generate the address: 00:f0:xx:xx:xx:xx.

Example usage

import (
        vmid "github.com/bytearena/schnapps/id"
)

[…]

mac := vmid.GenerateRandomMAC()