issues
search
canonical
/
gomaasclient
Go MAAS client
Apache License 2.0
22
stars
28
forks
source link
fix: allow requesting multiple MACs for machines
#92
Closed
skatsaounis
closed
2 months ago
skatsaounis
commented
3 months ago
Rename
PXEMacAddress
to
MACAddresses
and convert from
string
to
[]string
Align struct fields after the change
Resolves GH: #83
PXEMacAddress
toMACAddresses
and convert fromstring
to[]string
Resolves GH: #83